diff --git a/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/NetworkWatcherAPITests.cs b/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/NetworkWatcherAPITests.cs index bf794a1c23ef..8eac676ff84d 100644 --- a/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/NetworkWatcherAPITests.cs +++ b/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/NetworkWatcherAPITests.cs @@ -82,7 +82,7 @@ public void TestFlowLog() NetworkResourcesController.NewInstance.RunPsTest("Test-FlowLog"); } - [Fact(Skip = "Test is failing due to design changes. Service team is going to re-record and submit it.")] + [Fact] [Trait(Category.AcceptanceType, Category.CheckIn)] [Trait(Category.Owner, Category.netanalyticsdev)] public void TestConnectivityCheck() diff --git a/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/NetworkWatcherAPITests.ps1 b/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/NetworkWatcherAPITests.ps1 index 4968e921772b..af832aaf1079 100644 --- a/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/NetworkWatcherAPITests.ps1 +++ b/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/NetworkWatcherAPITests.ps1 @@ -600,18 +600,21 @@ function Test-ConnectivityCheck # Create Network Watcher $nw = New-AzureRmNetworkWatcher -Name $nwName -ResourceGroupName $nwRgName -Location $location - #Get Vm + # Get Vm $vm = Get-AzureRmVM -ResourceGroupName $resourceGroupName - #Install networkWatcherAgent on Vm + # Install networkWatcherAgent on Vm Set-AzureRmVMExtension -ResourceGroupName "$resourceGroupName" -Location "$location" -VMName $vm.Name -Name "MyNetworkWatcherAgent" -Type "NetworkWatcherAgentWindows" -TypeHandlerVersion "1.4" -Publisher "Microsoft.Azure.NetworkWatcher" - #Connectivity check - $job = Test-AzureRmNetworkWatcherConnectivity -NetworkWatcher $nw -SourceId $vm.Id -DestinationAddress "bing.com" -DestinationPort 80 -AsJob + # Set up protocol configuration + $config = New-AzureRMNetworkWatcherProtocolConfiguration -Protocol "Http" -Method "Get" -Header @{"accept"="application/json"} -ValidStatusCode @(200,202,204) + + # Connectivity check + $job = Test-AzureRmNetworkWatcherConnectivity -NetworkWatcher $nw -SourceId $vm.Id -DestinationAddress "bing.com" -DestinationPort 80 -ProtocolConfiguration $config -AsJob $job | Wait-Job $check = $job | Receive-Job - #Verification + # Verification Assert-AreEqual $check.ConnectionStatus "Reachable" Assert-AreEqual $check.ProbesFailed 0 Assert-AreEqual $check.Hops.Count 2 diff --git a/src/ResourceManager/Network/Commands.Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.NetworkWatcherAPITests/TestConnectivityCheck.json b/src/ResourceManager/Network/Commands.Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.NetworkWatcherAPITests/TestConnectivityCheck.json index 62a62483f9dd..ca315dc4a839 100644 --- a/src/ResourceManager/Network/Commands.Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.NetworkWatcherAPITests/TestConnectivityCheck.json +++ b/src/ResourceManager/Network/Commands.Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.NetworkWatcherAPITests/TestConnectivityCheck.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/providers/Microsoft.Network?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Network?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -10,10 +10,10 @@ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"East US\",\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/lenses\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\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 \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\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 \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\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 \"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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\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 \"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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\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/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\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\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\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\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-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 \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\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 \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\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 \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\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 \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\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 \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\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 \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\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 \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"secureGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n {\r\n \"applicationId\": \"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\r\n \"roleDefinitionId\": \"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"\r\n },\r\n {\r\n \"applicationId\": \"1e3e4475-288f-4018-a376-df66fd7fac5f\",\r\n \"roleDefinitionId\": \"1d538b69-3d87-4e56-8ff8-25786fd48261\"\r\n },\r\n {\r\n \"applicationId\": \"a0be0c72-870e-46f0-9c49-c98333a996f7\",\r\n \"roleDefinitionId\": \"7ce22727-ffce-45a9-930c-ddb2e56fa131\"\r\n },\r\n {\r\n \"applicationId\": \"486c78bf-a0f7-45f1-92fd-37215929e116\",\r\n \"roleDefinitionId\": \"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/lenses\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\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 \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\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 \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\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 \"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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\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 \"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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\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/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\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 \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2016-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\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 \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\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 \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\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 \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\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 \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\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 \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\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 \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\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 \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-09-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\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\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\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 \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"secureGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "ResponseHeaders": { "Content-Length": [ - "26456" + "25623" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,16 +25,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14999" ], "x-ms-request-id": [ - "18809394-1cd4-4b72-9121-a000faad79c1" + "bb539839-cf43-4682-978b-f4c2353f45f7" ], "x-ms-correlation-request-id": [ - "18809394-1cd4-4b72-9121-a000faad79c1" + "bb539839-cf43-4682-978b-f4c2353f45f7" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055517Z:18809394-1cd4-4b72-9121-a000faad79c1" + "WESTUS2:20180523T191919Z:bb539839-cf43-4682-978b-f4c2353f45f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -46,14 +46,14 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:55:16 GMT" + "Wed, 23 May 2018 19:19:18 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps9848?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Jlc291cmNlZ3JvdXBzL3BzOTg0OD9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMz9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westcentralus\"\r\n}", "RequestHeaders": { @@ -67,7 +67,7 @@ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848\",\r\n \"name\": \"ps9848\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803\",\r\n \"name\": \"ps4803\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "172" @@ -85,13 +85,13 @@ "1199" ], "x-ms-request-id": [ - "5e3174a9-53e7-49c6-87ff-70a5b72bae61" + "a1ddb836-5697-4feb-9d10-c299686c127a" ], "x-ms-correlation-request-id": [ - "5e3174a9-53e7-49c6-87ff-70a5b72bae61" + "a1ddb836-5697-4feb-9d10-c299686c127a" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055519Z:5e3174a9-53e7-49c6-87ff-70a5b72bae61" + "WESTUS2:20180523T191920Z:a1ddb836-5697-4feb-9d10-c299686c127a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -103,16 +103,16 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:55:18 GMT" + "Wed, 23 May 2018 19:19:19 GMT" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/validate?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Jlc291cmNlZ3JvdXBzL3BzOTg0OC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L3ZhbGlkYXRlP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/validate?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L3ZhbGlkYXRlP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\"\r\n }\r\n },\r\n \"variables\": {\r\n \"vnetId\": \"[resourceId(parameters('rgName'),'Microsoft.Network/virtualNetworks', parameters('virtualNetworkName'))]\",\r\n \"subnetRef\": \"[concat(variables('vnetId'), '/subnets/', parameters('subnetName'))]\"\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"name\": \"[parameters('virtualMachineName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"osProfile\": {\r\n \"computerName\": \"[parameters('virtualMachineName')]\",\r\n \"adminUsername\": \"[parameters('adminUsername')]\",\r\n \"adminPassword\": \"[parameters('adminPassword')]\",\r\n \"windowsConfiguration\": {\r\n \"provisionVmAgent\": \"true\"\r\n }\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"[parameters('virtualMachineSize')]\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"[parameters('virtualMachineName')]\",\r\n \"createOption\": \"fromImage\",\r\n \"vhd\": {\r\n \"uri\": \"[concat(concat(reference(resourceId(parameters('rgName'), 'Microsoft.Storage/storageAccounts', parameters('storageAccountName')), '2015-06-15').primaryEndpoints['blob'], 'vhds/'), parameters('virtualMachineName'), '20161217141554.vhd')]\"\r\n }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"[resourceId('Microsoft.Network/networkInterfaces', parameters('networkInterfaceName'))]\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"[reference(resourceId(parameters('rgName'), 'Microsoft.Storage/storageAccounts', parameters('diagnosticsStorageAccountName')), '2015-06-15').primaryEndpoints['blob']]\"\r\n }\r\n }\r\n },\r\n \"dependsOn\": [\r\n \"[concat('Microsoft.Network/networkInterfaces/', parameters('networkInterfaceName'))]\",\r\n \"[concat('Microsoft.Storage/storageAccounts/', parameters('storageAccountName'))]\",\r\n \"[concat('Microsoft.Storage/storageAccounts/', parameters('diagnosticsStorageAccountName'))]\"\r\n ]\r\n },\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"accountType\": \"[parameters('storageAccountType')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('diagnosticsStorageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"accountType\": \"[parameters('diagnosticsStorageAccountType')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Network/routeTables\",\r\n \"name\": \"[parameters('routeTableName')]\",\r\n \"apiVersion\": \"2016-09-01\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"routes\": [\r\n {\r\n \"name\": \"route1\",\r\n \"properties\": {\r\n \"addressPrefix\": \"10.1.3.0/24\",\r\n \"nextHopType\": \"VirtualAppliance\",\r\n \"nextHopIpAddress\": \"10.0.1.2\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"name\": \"[parameters('virtualNetworkName')]\",\r\n \"apiVersion\": \"2016-09-01\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"[parameters('addressPrefix')]\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"[parameters('subnetName')]\",\r\n \"properties\": {\r\n \"addressPrefix\": \"[parameters('subnetPrefix')]\",\r\n \"routeTable\": {\r\n \"id\": \"[resourceId('Microsoft.Network/routeTables', parameters('routeTableName'))]\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"dependsOn\": [\r\n \"[concat('Microsoft.Network/routeTables/', parameters('routeTableName'))]\"\r\n ]\r\n },\r\n {\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"name\": \"[parameters('networkInterfaceName')]\",\r\n \"apiVersion\": \"2016-09-01\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"[variables('subnetRef')]\"\r\n },\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIpAddress\": {\r\n \"id\": \"[resourceId(parameters('rgName'),'Microsoft.Network/publicIpAddresses', parameters('publicIpAddressName'))]\"\r\n }\r\n }\r\n }\r\n ],\r\n \"networkSecurityGroup\": {\r\n \"id\": \"[resourceId(parameters('rgName'), 'Microsoft.Network/networkSecurityGroups', parameters('networkSecurityGroupName'))]\"\r\n }\r\n },\r\n \"dependsOn\": [\r\n \"[concat('Microsoft.Network/virtualNetworks/', parameters('virtualNetworkName'))]\",\r\n \"[concat('Microsoft.Network/publicIpAddresses/', parameters('publicIpAddressName'))]\",\r\n \"[concat('Microsoft.Network/networkSecurityGroups/', parameters('networkSecurityGroupName'))]\"\r\n ]\r\n },\r\n {\r\n \"type\": \"Microsoft.Network/publicIpAddresses\",\r\n \"name\": \"[parameters('publicIpAddressName')]\",\r\n \"apiVersion\": \"2016-09-01\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"publicIpAllocationMethod\": \"[parameters('publicIpAddressType')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"name\": \"[parameters('networkSecurityGroupName')]\",\r\n \"apiVersion\": \"2016-09-01\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"securityRules\": [\r\n {\r\n \"name\": \"default-allow-rdp\",\r\n \"properties\": {\r\n \"priority\": 1000,\r\n \"sourceAddressPrefix\": \"*\",\r\n \"protocol\": \"TCP\",\r\n \"destinationPortRange\": \"3389\",\r\n \"access\": \"Allow\",\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationAddressPrefix\": \"*\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"outputs\": {\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"[parameters('adminUsername')]\"\r\n }\r\n }\r\n },\r\n \"parameters\": {\r\n \"addressPrefix\": {\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"adminUsername\": {\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"rgName\": {\r\n \"value\": \"ps9848\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"value\": \"ps4694\"\r\n },\r\n \"subnetPrefix\": {\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"adminPassword\": {\r\n \"value\": \"netanalytics-32ps9848\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"value\": \"ps2803-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"value\": \"Dynamic\"\r\n },\r\n \"storageAccountName\": {\r\n \"value\": \"ps9432\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"virtualMachineName\": {\r\n \"value\": \"ps2803\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"value\": \"ps1032\"\r\n },\r\n \"storageAccountType\": {\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"value\": \"ps7964\"\r\n },\r\n \"routeTableName\": {\r\n \"value\": \"ps7043\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"value\": \"ps4516\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"subnetName\": {\r\n \"value\": \"default\"\r\n },\r\n \"location\": {\r\n \"value\": \"westcentralus\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7964\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\"\r\n }\r\n },\r\n \"variables\": {\r\n \"vnetId\": \"[resourceId(parameters('rgName'),'Microsoft.Network/virtualNetworks', parameters('virtualNetworkName'))]\",\r\n \"subnetRef\": \"[concat(variables('vnetId'), '/subnets/', parameters('subnetName'))]\"\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"name\": \"[parameters('virtualMachineName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"osProfile\": {\r\n \"computerName\": \"[parameters('virtualMachineName')]\",\r\n \"adminUsername\": \"[parameters('adminUsername')]\",\r\n \"adminPassword\": \"[parameters('adminPassword')]\",\r\n \"windowsConfiguration\": {\r\n \"provisionVmAgent\": \"true\"\r\n }\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"[parameters('virtualMachineSize')]\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"[parameters('virtualMachineName')]\",\r\n \"createOption\": \"fromImage\",\r\n \"vhd\": {\r\n \"uri\": \"[concat(concat(reference(resourceId(parameters('rgName'), 'Microsoft.Storage/storageAccounts', parameters('storageAccountName')), '2015-06-15').primaryEndpoints['blob'], 'vhds/'), parameters('virtualMachineName'), '20161217141554.vhd')]\"\r\n }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"[resourceId('Microsoft.Network/networkInterfaces', parameters('networkInterfaceName'))]\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"[reference(resourceId(parameters('rgName'), 'Microsoft.Storage/storageAccounts', parameters('diagnosticsStorageAccountName')), '2015-06-15').primaryEndpoints['blob']]\"\r\n }\r\n }\r\n },\r\n \"dependsOn\": [\r\n \"[concat('Microsoft.Network/networkInterfaces/', parameters('networkInterfaceName'))]\",\r\n \"[concat('Microsoft.Storage/storageAccounts/', parameters('storageAccountName'))]\",\r\n \"[concat('Microsoft.Storage/storageAccounts/', parameters('diagnosticsStorageAccountName'))]\"\r\n ]\r\n },\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"accountType\": \"[parameters('storageAccountType')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('diagnosticsStorageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"accountType\": \"[parameters('diagnosticsStorageAccountType')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Network/routeTables\",\r\n \"name\": \"[parameters('routeTableName')]\",\r\n \"apiVersion\": \"2016-09-01\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"routes\": [\r\n {\r\n \"name\": \"route1\",\r\n \"properties\": {\r\n \"addressPrefix\": \"10.1.3.0/24\",\r\n \"nextHopType\": \"VirtualAppliance\",\r\n \"nextHopIpAddress\": \"10.0.1.2\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"name\": \"[parameters('virtualNetworkName')]\",\r\n \"apiVersion\": \"2016-09-01\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"[parameters('addressPrefix')]\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"[parameters('subnetName')]\",\r\n \"properties\": {\r\n \"addressPrefix\": \"[parameters('subnetPrefix')]\",\r\n \"routeTable\": {\r\n \"id\": \"[resourceId('Microsoft.Network/routeTables', parameters('routeTableName'))]\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"dependsOn\": [\r\n \"[concat('Microsoft.Network/routeTables/', parameters('routeTableName'))]\"\r\n ]\r\n },\r\n {\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"name\": \"[parameters('networkInterfaceName')]\",\r\n \"apiVersion\": \"2016-09-01\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"[variables('subnetRef')]\"\r\n },\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIpAddress\": {\r\n \"id\": \"[resourceId(parameters('rgName'),'Microsoft.Network/publicIpAddresses', parameters('publicIpAddressName'))]\"\r\n }\r\n }\r\n }\r\n ],\r\n \"networkSecurityGroup\": {\r\n \"id\": \"[resourceId(parameters('rgName'), 'Microsoft.Network/networkSecurityGroups', parameters('networkSecurityGroupName'))]\"\r\n }\r\n },\r\n \"dependsOn\": [\r\n \"[concat('Microsoft.Network/virtualNetworks/', parameters('virtualNetworkName'))]\",\r\n \"[concat('Microsoft.Network/publicIpAddresses/', parameters('publicIpAddressName'))]\",\r\n \"[concat('Microsoft.Network/networkSecurityGroups/', parameters('networkSecurityGroupName'))]\"\r\n ]\r\n },\r\n {\r\n \"type\": \"Microsoft.Network/publicIpAddresses\",\r\n \"name\": \"[parameters('publicIpAddressName')]\",\r\n \"apiVersion\": \"2016-09-01\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"publicIpAllocationMethod\": \"[parameters('publicIpAddressType')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"name\": \"[parameters('networkSecurityGroupName')]\",\r\n \"apiVersion\": \"2016-09-01\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"securityRules\": [\r\n {\r\n \"name\": \"default-allow-rdp\",\r\n \"properties\": {\r\n \"priority\": 1000,\r\n \"sourceAddressPrefix\": \"*\",\r\n \"protocol\": \"TCP\",\r\n \"destinationPortRange\": \"3389\",\r\n \"access\": \"Allow\",\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationAddressPrefix\": \"*\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"outputs\": {\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"[parameters('adminUsername')]\"\r\n }\r\n }\r\n },\r\n \"parameters\": {\r\n \"addressPrefix\": {\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"adminUsername\": {\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"rgName\": {\r\n \"value\": \"ps4803\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"value\": \"ps4615\"\r\n },\r\n \"subnetPrefix\": {\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"adminPassword\": {\r\n \"value\": \"netanalytics-32ps4803\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"value\": \"Dynamic\"\r\n },\r\n \"storageAccountName\": {\r\n \"value\": \"ps7179\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"virtualMachineName\": {\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"value\": \"ps4274\"\r\n },\r\n \"storageAccountType\": {\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"value\": \"ps7969\"\r\n },\r\n \"routeTableName\": {\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"value\": \"ps1491\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"subnetName\": {\r\n \"value\": \"default\"\r\n },\r\n \"location\": {\r\n \"value\": \"westcentralus\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -121,22 +121,22 @@ "10759" ], "x-ms-client-request-id": [ - "6cccb61b-b644-42a9-b228-bf2c461c6f7d" + "43264ea8-72a9-49cd-a14c-dbed4ddab5d9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2633.0", + "FxVersion/4.7.2650.0", "OSName/Windows10Enterprise", "OSVersion/6.3.16299", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9848\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2803\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9432\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1032\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7043\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4694\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4516\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7964\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7964\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2803-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:21.0649168Z\",\r\n \"duration\": \"PT0S\",\r\n \"correlationId\": \"0c1fea05-e9d3-4a59-adc4-fec4676f3bcc\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Compute/virtualMachines/ps2803\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2803\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/routeTables/ps7043\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps7043\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/publicIpAddresses/ps2803-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2803-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkSecurityGroups/ps4516\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps4516\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n }\r\n ],\r\n \"validatedResources\": [\r\n {\r\n \"dependsOn\": [\r\n \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\"\r\n ],\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Compute/virtualMachines/ps2803\",\r\n \"name\": \"ps2803\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"osProfile\": {\r\n \"computerName\": \"ps2803\",\r\n \"adminUsername\": \"netanaytics12\",\r\n \"adminPassword\": \"netanalytics-32ps9848\",\r\n \"windowsConfiguration\": {\r\n \"provisionVmAgent\": \"true\"\r\n }\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"ps2803\",\r\n \"createOption\": \"fromImage\",\r\n \"vhd\": {\r\n \"uri\": \"[concat(concat(reference(resourceId(parameters('rgName'), 'Microsoft.Storage/storageAccounts', parameters('storageAccountName')), '2015-06-15').primaryEndpoints['blob'], 'vhds/'), parameters('virtualMachineName'), '20161217141554.vhd')]\"\r\n }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"[reference(resourceId(parameters('rgName'), 'Microsoft.Storage/storageAccounts', parameters('diagnosticsStorageAccountName')), '2015-06-15').primaryEndpoints['blob']]\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"name\": \"ps9432\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"name\": \"ps7964\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"apiVersion\": \"2016-09-01\",\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/routeTables/ps7043\",\r\n \"name\": \"ps7043\",\r\n \"type\": \"Microsoft.Network/routeTables\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"routes\": [\r\n {\r\n \"name\": \"route1\",\r\n \"properties\": {\r\n \"addressPrefix\": \"10.1.3.0/24\",\r\n \"nextHopType\": \"VirtualAppliance\",\r\n \"nextHopIpAddress\": \"10.0.1.2\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"dependsOn\": [\r\n \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/routeTables/ps7043\"\r\n ],\r\n \"apiVersion\": \"2016-09-01\",\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"name\": \"ps1032\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.17.3.0/24\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"default\",\r\n \"properties\": {\r\n \"addressPrefix\": \"10.17.3.0/24\",\r\n \"routeTable\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/routeTables/ps7043\"\r\n }\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"dependsOn\": [\r\n \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/publicIpAddresses/ps2803-ip\",\r\n \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkSecurityGroups/ps4516\"\r\n ],\r\n \"apiVersion\": \"2016-09-01\",\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"name\": \"ps4694\",\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032/subnets/default\"\r\n },\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIpAddress\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/publicIpAddresses/ps2803-ip\"\r\n }\r\n }\r\n }\r\n ],\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkSecurityGroups/ps4516\"\r\n }\r\n }\r\n },\r\n {\r\n \"apiVersion\": \"2016-09-01\",\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/publicIpAddresses/ps2803-ip\",\r\n \"name\": \"ps2803-ip\",\r\n \"type\": \"Microsoft.Network/publicIpAddresses\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"publicIpAllocationMethod\": \"Dynamic\"\r\n }\r\n },\r\n {\r\n \"apiVersion\": \"2016-09-01\",\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkSecurityGroups/ps4516\",\r\n \"name\": \"ps4516\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"securityRules\": [\r\n {\r\n \"name\": \"default-allow-rdp\",\r\n \"properties\": {\r\n \"priority\": 1000,\r\n \"sourceAddressPrefix\": \"*\",\r\n \"protocol\": \"TCP\",\r\n \"destinationPortRange\": \"3389\",\r\n \"access\": \"Allow\",\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationAddressPrefix\": \"*\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:22.263199Z\",\r\n \"duration\": \"PT0S\",\r\n \"correlationId\": \"ce269de5-b130-46d0-b7ef-2a869dae3fb9\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ],\r\n \"validatedResources\": [\r\n {\r\n \"dependsOn\": [\r\n \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\"\r\n ],\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"name\": \"ps2893\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"osProfile\": {\r\n \"computerName\": \"ps2893\",\r\n \"adminUsername\": \"netanaytics12\",\r\n \"adminPassword\": \"netanalytics-32ps4803\",\r\n \"windowsConfiguration\": {\r\n \"provisionVmAgent\": \"true\"\r\n }\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"ps2893\",\r\n \"createOption\": \"fromImage\",\r\n \"vhd\": {\r\n \"uri\": \"[concat(concat(reference(resourceId(parameters('rgName'), 'Microsoft.Storage/storageAccounts', parameters('storageAccountName')), '2015-06-15').primaryEndpoints['blob'], 'vhds/'), parameters('virtualMachineName'), '20161217141554.vhd')]\"\r\n }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"[reference(resourceId(parameters('rgName'), 'Microsoft.Storage/storageAccounts', parameters('diagnosticsStorageAccountName')), '2015-06-15').primaryEndpoints['blob']]\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"name\": \"ps7179\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"name\": \"ps7969\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"apiVersion\": \"2016-09-01\",\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"name\": \"ps9899\",\r\n \"type\": \"Microsoft.Network/routeTables\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"routes\": [\r\n {\r\n \"name\": \"route1\",\r\n \"properties\": {\r\n \"addressPrefix\": \"10.1.3.0/24\",\r\n \"nextHopType\": \"VirtualAppliance\",\r\n \"nextHopIpAddress\": \"10.0.1.2\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"dependsOn\": [\r\n \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\"\r\n ],\r\n \"apiVersion\": \"2016-09-01\",\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"name\": \"ps4274\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.17.3.0/24\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"default\",\r\n \"properties\": {\r\n \"addressPrefix\": \"10.17.3.0/24\",\r\n \"routeTable\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"dependsOn\": [\r\n \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\"\r\n ],\r\n \"apiVersion\": \"2016-09-01\",\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"name\": \"ps4615\",\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274/subnets/default\"\r\n },\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIpAddress\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\"\r\n }\r\n }\r\n }\r\n ],\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"apiVersion\": \"2016-09-01\",\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"name\": \"ps2893-ip\",\r\n \"type\": \"Microsoft.Network/publicIpAddresses\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"publicIpAllocationMethod\": \"Dynamic\"\r\n }\r\n },\r\n {\r\n \"apiVersion\": \"2016-09-01\",\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"name\": \"ps1491\",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"securityRules\": [\r\n {\r\n \"name\": \"default-allow-rdp\",\r\n \"properties\": {\r\n \"priority\": 1000,\r\n \"sourceAddressPrefix\": \"*\",\r\n \"protocol\": \"TCP\",\r\n \"destinationPortRange\": \"3389\",\r\n \"access\": \"Allow\",\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationAddressPrefix\": \"*\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "10316" + "10315" ], "Content-Type": [ "application/json; charset=utf-8" @@ -148,16 +148,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1199" ], "x-ms-request-id": [ - "0c1fea05-e9d3-4a59-adc4-fec4676f3bcc" + "ce269de5-b130-46d0-b7ef-2a869dae3fb9" ], "x-ms-correlation-request-id": [ - "0c1fea05-e9d3-4a59-adc4-fec4676f3bcc" + "ce269de5-b130-46d0-b7ef-2a869dae3fb9" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055521Z:0c1fea05-e9d3-4a59-adc4-fec4676f3bcc" + "WESTUS2:20180523T191923Z:ce269de5-b130-46d0-b7ef-2a869dae3fb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -169,16 +169,16 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:55:21 GMT" + "Wed, 23 May 2018 19:19:22 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps9848/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Jlc291cmNlZ3JvdXBzL3BzOTg0OC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\"\r\n }\r\n },\r\n \"variables\": {\r\n \"vnetId\": \"[resourceId(parameters('rgName'),'Microsoft.Network/virtualNetworks', parameters('virtualNetworkName'))]\",\r\n \"subnetRef\": \"[concat(variables('vnetId'), '/subnets/', parameters('subnetName'))]\"\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"name\": \"[parameters('virtualMachineName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"osProfile\": {\r\n \"computerName\": \"[parameters('virtualMachineName')]\",\r\n \"adminUsername\": \"[parameters('adminUsername')]\",\r\n \"adminPassword\": \"[parameters('adminPassword')]\",\r\n \"windowsConfiguration\": {\r\n \"provisionVmAgent\": \"true\"\r\n }\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"[parameters('virtualMachineSize')]\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"[parameters('virtualMachineName')]\",\r\n \"createOption\": \"fromImage\",\r\n \"vhd\": {\r\n \"uri\": \"[concat(concat(reference(resourceId(parameters('rgName'), 'Microsoft.Storage/storageAccounts', parameters('storageAccountName')), '2015-06-15').primaryEndpoints['blob'], 'vhds/'), parameters('virtualMachineName'), '20161217141554.vhd')]\"\r\n }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"[resourceId('Microsoft.Network/networkInterfaces', parameters('networkInterfaceName'))]\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"[reference(resourceId(parameters('rgName'), 'Microsoft.Storage/storageAccounts', parameters('diagnosticsStorageAccountName')), '2015-06-15').primaryEndpoints['blob']]\"\r\n }\r\n }\r\n },\r\n \"dependsOn\": [\r\n \"[concat('Microsoft.Network/networkInterfaces/', parameters('networkInterfaceName'))]\",\r\n \"[concat('Microsoft.Storage/storageAccounts/', parameters('storageAccountName'))]\",\r\n \"[concat('Microsoft.Storage/storageAccounts/', parameters('diagnosticsStorageAccountName'))]\"\r\n ]\r\n },\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"accountType\": \"[parameters('storageAccountType')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('diagnosticsStorageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"accountType\": \"[parameters('diagnosticsStorageAccountType')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Network/routeTables\",\r\n \"name\": \"[parameters('routeTableName')]\",\r\n \"apiVersion\": \"2016-09-01\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"routes\": [\r\n {\r\n \"name\": \"route1\",\r\n \"properties\": {\r\n \"addressPrefix\": \"10.1.3.0/24\",\r\n \"nextHopType\": \"VirtualAppliance\",\r\n \"nextHopIpAddress\": \"10.0.1.2\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"name\": \"[parameters('virtualNetworkName')]\",\r\n \"apiVersion\": \"2016-09-01\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"[parameters('addressPrefix')]\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"[parameters('subnetName')]\",\r\n \"properties\": {\r\n \"addressPrefix\": \"[parameters('subnetPrefix')]\",\r\n \"routeTable\": {\r\n \"id\": \"[resourceId('Microsoft.Network/routeTables', parameters('routeTableName'))]\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"dependsOn\": [\r\n \"[concat('Microsoft.Network/routeTables/', parameters('routeTableName'))]\"\r\n ]\r\n },\r\n {\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"name\": \"[parameters('networkInterfaceName')]\",\r\n \"apiVersion\": \"2016-09-01\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"[variables('subnetRef')]\"\r\n },\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIpAddress\": {\r\n \"id\": \"[resourceId(parameters('rgName'),'Microsoft.Network/publicIpAddresses', parameters('publicIpAddressName'))]\"\r\n }\r\n }\r\n }\r\n ],\r\n \"networkSecurityGroup\": {\r\n \"id\": \"[resourceId(parameters('rgName'), 'Microsoft.Network/networkSecurityGroups', parameters('networkSecurityGroupName'))]\"\r\n }\r\n },\r\n \"dependsOn\": [\r\n \"[concat('Microsoft.Network/virtualNetworks/', parameters('virtualNetworkName'))]\",\r\n \"[concat('Microsoft.Network/publicIpAddresses/', parameters('publicIpAddressName'))]\",\r\n \"[concat('Microsoft.Network/networkSecurityGroups/', parameters('networkSecurityGroupName'))]\"\r\n ]\r\n },\r\n {\r\n \"type\": \"Microsoft.Network/publicIpAddresses\",\r\n \"name\": \"[parameters('publicIpAddressName')]\",\r\n \"apiVersion\": \"2016-09-01\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"publicIpAllocationMethod\": \"[parameters('publicIpAddressType')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"name\": \"[parameters('networkSecurityGroupName')]\",\r\n \"apiVersion\": \"2016-09-01\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"securityRules\": [\r\n {\r\n \"name\": \"default-allow-rdp\",\r\n \"properties\": {\r\n \"priority\": 1000,\r\n \"sourceAddressPrefix\": \"*\",\r\n \"protocol\": \"TCP\",\r\n \"destinationPortRange\": \"3389\",\r\n \"access\": \"Allow\",\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationAddressPrefix\": \"*\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"outputs\": {\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"[parameters('adminUsername')]\"\r\n }\r\n }\r\n },\r\n \"parameters\": {\r\n \"addressPrefix\": {\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"adminUsername\": {\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"rgName\": {\r\n \"value\": \"ps9848\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"value\": \"ps4694\"\r\n },\r\n \"subnetPrefix\": {\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"adminPassword\": {\r\n \"value\": \"netanalytics-32ps9848\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"value\": \"ps2803-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"value\": \"Dynamic\"\r\n },\r\n \"storageAccountName\": {\r\n \"value\": \"ps9432\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"virtualMachineName\": {\r\n \"value\": \"ps2803\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"value\": \"ps1032\"\r\n },\r\n \"storageAccountType\": {\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"value\": \"ps7964\"\r\n },\r\n \"routeTableName\": {\r\n \"value\": \"ps7043\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"value\": \"ps4516\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"subnetName\": {\r\n \"value\": \"default\"\r\n },\r\n \"location\": {\r\n \"value\": \"westcentralus\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7964\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\"\r\n }\r\n },\r\n \"variables\": {\r\n \"vnetId\": \"[resourceId(parameters('rgName'),'Microsoft.Network/virtualNetworks', parameters('virtualNetworkName'))]\",\r\n \"subnetRef\": \"[concat(variables('vnetId'), '/subnets/', parameters('subnetName'))]\"\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"name\": \"[parameters('virtualMachineName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"osProfile\": {\r\n \"computerName\": \"[parameters('virtualMachineName')]\",\r\n \"adminUsername\": \"[parameters('adminUsername')]\",\r\n \"adminPassword\": \"[parameters('adminPassword')]\",\r\n \"windowsConfiguration\": {\r\n \"provisionVmAgent\": \"true\"\r\n }\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"[parameters('virtualMachineSize')]\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"[parameters('virtualMachineName')]\",\r\n \"createOption\": \"fromImage\",\r\n \"vhd\": {\r\n \"uri\": \"[concat(concat(reference(resourceId(parameters('rgName'), 'Microsoft.Storage/storageAccounts', parameters('storageAccountName')), '2015-06-15').primaryEndpoints['blob'], 'vhds/'), parameters('virtualMachineName'), '20161217141554.vhd')]\"\r\n }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"[resourceId('Microsoft.Network/networkInterfaces', parameters('networkInterfaceName'))]\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"[reference(resourceId(parameters('rgName'), 'Microsoft.Storage/storageAccounts', parameters('diagnosticsStorageAccountName')), '2015-06-15').primaryEndpoints['blob']]\"\r\n }\r\n }\r\n },\r\n \"dependsOn\": [\r\n \"[concat('Microsoft.Network/networkInterfaces/', parameters('networkInterfaceName'))]\",\r\n \"[concat('Microsoft.Storage/storageAccounts/', parameters('storageAccountName'))]\",\r\n \"[concat('Microsoft.Storage/storageAccounts/', parameters('diagnosticsStorageAccountName'))]\"\r\n ]\r\n },\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"accountType\": \"[parameters('storageAccountType')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('diagnosticsStorageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"accountType\": \"[parameters('diagnosticsStorageAccountType')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Network/routeTables\",\r\n \"name\": \"[parameters('routeTableName')]\",\r\n \"apiVersion\": \"2016-09-01\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"routes\": [\r\n {\r\n \"name\": \"route1\",\r\n \"properties\": {\r\n \"addressPrefix\": \"10.1.3.0/24\",\r\n \"nextHopType\": \"VirtualAppliance\",\r\n \"nextHopIpAddress\": \"10.0.1.2\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"name\": \"[parameters('virtualNetworkName')]\",\r\n \"apiVersion\": \"2016-09-01\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"[parameters('addressPrefix')]\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"[parameters('subnetName')]\",\r\n \"properties\": {\r\n \"addressPrefix\": \"[parameters('subnetPrefix')]\",\r\n \"routeTable\": {\r\n \"id\": \"[resourceId('Microsoft.Network/routeTables', parameters('routeTableName'))]\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"dependsOn\": [\r\n \"[concat('Microsoft.Network/routeTables/', parameters('routeTableName'))]\"\r\n ]\r\n },\r\n {\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"name\": \"[parameters('networkInterfaceName')]\",\r\n \"apiVersion\": \"2016-09-01\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig1\",\r\n \"properties\": {\r\n \"subnet\": {\r\n \"id\": \"[variables('subnetRef')]\"\r\n },\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIpAddress\": {\r\n \"id\": \"[resourceId(parameters('rgName'),'Microsoft.Network/publicIpAddresses', parameters('publicIpAddressName'))]\"\r\n }\r\n }\r\n }\r\n ],\r\n \"networkSecurityGroup\": {\r\n \"id\": \"[resourceId(parameters('rgName'), 'Microsoft.Network/networkSecurityGroups', parameters('networkSecurityGroupName'))]\"\r\n }\r\n },\r\n \"dependsOn\": [\r\n \"[concat('Microsoft.Network/virtualNetworks/', parameters('virtualNetworkName'))]\",\r\n \"[concat('Microsoft.Network/publicIpAddresses/', parameters('publicIpAddressName'))]\",\r\n \"[concat('Microsoft.Network/networkSecurityGroups/', parameters('networkSecurityGroupName'))]\"\r\n ]\r\n },\r\n {\r\n \"type\": \"Microsoft.Network/publicIpAddresses\",\r\n \"name\": \"[parameters('publicIpAddressName')]\",\r\n \"apiVersion\": \"2016-09-01\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"publicIpAllocationMethod\": \"[parameters('publicIpAddressType')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"name\": \"[parameters('networkSecurityGroupName')]\",\r\n \"apiVersion\": \"2016-09-01\",\r\n \"location\": \"[parameters('location')]\",\r\n \"properties\": {\r\n \"securityRules\": [\r\n {\r\n \"name\": \"default-allow-rdp\",\r\n \"properties\": {\r\n \"priority\": 1000,\r\n \"sourceAddressPrefix\": \"*\",\r\n \"protocol\": \"TCP\",\r\n \"destinationPortRange\": \"3389\",\r\n \"access\": \"Allow\",\r\n \"direction\": \"Inbound\",\r\n \"sourcePortRange\": \"*\",\r\n \"destinationAddressPrefix\": \"*\"\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"outputs\": {\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"[parameters('adminUsername')]\"\r\n }\r\n }\r\n },\r\n \"parameters\": {\r\n \"addressPrefix\": {\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"adminUsername\": {\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"rgName\": {\r\n \"value\": \"ps4803\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"value\": \"ps4615\"\r\n },\r\n \"subnetPrefix\": {\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"adminPassword\": {\r\n \"value\": \"netanalytics-32ps4803\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"value\": \"Dynamic\"\r\n },\r\n \"storageAccountName\": {\r\n \"value\": \"ps7179\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"virtualMachineName\": {\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"value\": \"ps4274\"\r\n },\r\n \"storageAccountType\": {\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"value\": \"ps7969\"\r\n },\r\n \"routeTableName\": {\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"value\": \"ps1491\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"subnetName\": {\r\n \"value\": \"default\"\r\n },\r\n \"location\": {\r\n \"value\": \"westcentralus\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -187,19 +187,19 @@ "10759" ], "x-ms-client-request-id": [ - "600e010f-1584-4abf-9b0b-4592e1ccf1d6" + "a6886eed-be93-43a3-95e9-3da01f35a698" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2633.0", + "FxVersion/4.7.2650.0", "OSName/Windows10Enterprise", "OSVersion/6.3.16299", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9848\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2803\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9432\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1032\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7043\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4694\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4516\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7964\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7964\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2803-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2018-04-14T05:55:23.1309144Z\",\r\n \"duration\": \"PT0.6006427S\",\r\n \"correlationId\": \"bf24bc3f-51f2-4c02-8136-95f4cc49ea1d\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Compute/virtualMachines/ps2803\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2803\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/routeTables/ps7043\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps7043\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/publicIpAddresses/ps2803-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2803-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkSecurityGroups/ps4516\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps4516\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2018-05-23T19:19:24.4390601Z\",\r\n \"duration\": \"PT0.6408649S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "4848" @@ -214,19 +214,19 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operationStatuses/08586779215629474041?api-version=2017-05-10" + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operationStatuses/08586745037216794853?api-version=2017-05-10" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1198" ], "x-ms-request-id": [ - "bf24bc3f-51f2-4c02-8136-95f4cc49ea1d" + "8eab11cc-3afe-41e5-9a13-5ba59da19d57" ], "x-ms-correlation-request-id": [ - "bf24bc3f-51f2-4c02-8136-95f4cc49ea1d" + "8eab11cc-3afe-41e5-9a13-5ba59da19d57" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055523Z:bf24bc3f-51f2-4c02-8136-95f4cc49ea1d" + "WESTUS2:20180523T191924Z:8eab11cc-3afe-41e5-9a13-5ba59da19d57" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -238,34 +238,34 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:55:23 GMT" + "Wed, 23 May 2018 19:19:24 GMT" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps9848/deployments/Deployment/operations?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Jlc291cmNlZ3JvdXBzL3BzOTg0OC9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c09ca60b-955d-41e8-9ff8-dd5f7627b5c2" + "171a36aa-e4a8-4ff8-88b4-22b4602d98bb" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2633.0", + "FxVersion/4.7.2650.0", "OSName/Windows10Enterprise", "OSVersion/6.3.16299", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/D91DF397DA82EADE\",\r\n \"operationId\": \"D91DF397DA82EADE\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-04-14T05:55:28.3392875Z\",\r\n \"duration\": \"PT4.4999612S\",\r\n \"trackingId\": \"ef73afec-13b6-451f-9a52-60a2f88b7591\",\r\n \"serviceRequestId\": \"b542fe58-d2ea-4b4d-8301-ccf3b7e60e85\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/publicIpAddresses/ps2803-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2803-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/9CFA1D467BB55FCC\",\r\n \"operationId\": \"9CFA1D467BB55FCC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-04-14T05:55:25.1321509Z\",\r\n \"duration\": \"PT1.2427359S\",\r\n \"trackingId\": \"75e90350-93ff-4691-8706-cb582693131d\",\r\n \"serviceRequestId\": \"7b366afc-2783-4de2-a73a-397347d7d251\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/37C5219761C87C1E\",\r\n \"operationId\": \"37C5219761C87C1E\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-04-14T05:55:25.0434684Z\",\r\n \"duration\": \"PT1.2061631S\",\r\n \"trackingId\": \"97e8eb73-329b-47ef-8e92-22f5529ca7e3\",\r\n \"serviceRequestId\": \"4c3c67cf-444e-4c67-9bbc-af76f0ad1bef\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/routeTables/ps7043\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps7043\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/9FA0BA84FEF0CB9C\",\r\n \"operationId\": \"9FA0BA84FEF0CB9C\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-04-14T05:55:25.0368793Z\",\r\n \"duration\": \"PT1.1976217S\",\r\n \"trackingId\": \"f7a2b303-1370-407c-960a-9f67cbad31ff\",\r\n \"serviceRequestId\": \"f16176bc-02e6-4c03-8add-25dacb1503bc\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkSecurityGroups/ps4516\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps4516\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "2838" + "12" ], "Content-Type": [ "application/json; charset=utf-8" @@ -277,16 +277,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "14999" ], "x-ms-request-id": [ - "f0ea1ae2-40ea-4342-bcd9-99dcdb24ff7d" + "6636b6b9-d6e0-4c58-89cd-40f7a2468ffb" ], "x-ms-correlation-request-id": [ - "f0ea1ae2-40ea-4342-bcd9-99dcdb24ff7d" + "6636b6b9-d6e0-4c58-89cd-40f7a2468ffb" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055528Z:f0ea1ae2-40ea-4342-bcd9-99dcdb24ff7d" + "WESTUS2:20180523T191924Z:6636b6b9-d6e0-4c58-89cd-40f7a2468ffb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -298,34 +298,34 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:55:28 GMT" + "Wed, 23 May 2018 19:19:24 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps9848/deployments/Deployment/operations?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Jlc291cmNlZ3JvdXBzL3BzOTg0OC9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b88717e-f984-4c7e-81b2-6a917bb1774f" + "eaca3ba7-884d-4bab-859d-cee80fd33b1d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2633.0", + "FxVersion/4.7.2650.0", "OSName/Windows10Enterprise", "OSVersion/6.3.16299", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/0C6E97469A6DFA0F\",\r\n \"operationId\": \"0C6E97469A6DFA0F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-04-14T05:55:29.1176425Z\",\r\n \"duration\": \"PT5.352006S\",\r\n \"trackingId\": \"9dfebc82-93b9-4d1e-961a-18018d41b96f\",\r\n \"serviceRequestId\": \"49a2ebea-25e9-4002-a8a9-eeadf407a62f\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/D91DF397DA82EADE\",\r\n \"operationId\": \"D91DF397DA82EADE\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:28.6144429Z\",\r\n \"duration\": \"PT4.7751166S\",\r\n \"trackingId\": \"a28c4dad-b638-4d0f-b197-e65f542dd532\",\r\n \"serviceRequestId\": \"b542fe58-d2ea-4b4d-8301-ccf3b7e60e85\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/publicIpAddresses/ps2803-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2803-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/9CFA1D467BB55FCC\",\r\n \"operationId\": \"9CFA1D467BB55FCC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-04-14T05:55:25.1321509Z\",\r\n \"duration\": \"PT1.2427359S\",\r\n \"trackingId\": \"75e90350-93ff-4691-8706-cb582693131d\",\r\n \"serviceRequestId\": \"7b366afc-2783-4de2-a73a-397347d7d251\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/37C5219761C87C1E\",\r\n \"operationId\": \"37C5219761C87C1E\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-04-14T05:55:25.0434684Z\",\r\n \"duration\": \"PT1.2061631S\",\r\n \"trackingId\": \"97e8eb73-329b-47ef-8e92-22f5529ca7e3\",\r\n \"serviceRequestId\": \"4c3c67cf-444e-4c67-9bbc-af76f0ad1bef\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/routeTables/ps7043\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps7043\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/9FA0BA84FEF0CB9C\",\r\n \"operationId\": \"9FA0BA84FEF0CB9C\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:36.3183545Z\",\r\n \"duration\": \"PT12.4790969S\",\r\n \"trackingId\": \"f3eda8ac-e2bd-4689-b302-820732613124\",\r\n \"serviceRequestId\": \"f16176bc-02e6-4c03-8add-25dacb1503bc\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkSecurityGroups/ps4516\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps4516\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "3536" + "12" ], "Content-Type": [ "application/json; charset=utf-8" @@ -337,16 +337,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" + "14997" ], "x-ms-request-id": [ - "5b8f50e1-4f7c-4661-b3a9-0e348eb11205" + "c0d6b24c-8dd4-41cc-ae14-ad2fe02a75e9" ], "x-ms-correlation-request-id": [ - "5b8f50e1-4f7c-4661-b3a9-0e348eb11205" + "c0d6b24c-8dd4-41cc-ae14-ad2fe02a75e9" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055536Z:5b8f50e1-4f7c-4661-b3a9-0e348eb11205" + "WESTUS2:20180523T191925Z:c0d6b24c-8dd4-41cc-ae14-ad2fe02a75e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -358,34 +358,34 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:55:36 GMT" + "Wed, 23 May 2018 19:19:24 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps9848/deployments/Deployment/operations?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Jlc291cmNlZ3JvdXBzL3BzOTg0OC9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d51672d-5a90-4499-86c6-4be8cdaeaac3" + "42eea1b2-9b0e-4303-a7d5-fb6cb6450deb" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2633.0", + "FxVersion/4.7.2650.0", "OSName/Windows10Enterprise", "OSVersion/6.3.16299", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/A07949DDF015DB9A\",\r\n \"operationId\": \"A07949DDF015DB9A\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-04-14T05:55:47.3934028Z\",\r\n \"duration\": \"PT9.0645557S\",\r\n \"trackingId\": \"ede1b2d9-3978-4f2e-9419-ed4f218f93c3\",\r\n \"serviceRequestId\": \"ec1d57a7-c039-4f56-9966-e71ee164c4bc\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/0C6E97469A6DFA0F\",\r\n \"operationId\": \"0C6E97469A6DFA0F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-04-14T05:55:46.7660654Z\",\r\n \"duration\": \"PT23.0004289S\",\r\n \"trackingId\": \"c31fc7e8-a604-4396-8542-2ec29bb21020\",\r\n \"serviceRequestId\": \"49a2ebea-25e9-4002-a8a9-eeadf407a62f\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/D91DF397DA82EADE\",\r\n \"operationId\": \"D91DF397DA82EADE\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:28.6144429Z\",\r\n \"duration\": \"PT4.7751166S\",\r\n \"trackingId\": \"a28c4dad-b638-4d0f-b197-e65f542dd532\",\r\n \"serviceRequestId\": \"b542fe58-d2ea-4b4d-8301-ccf3b7e60e85\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/publicIpAddresses/ps2803-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2803-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/9CFA1D467BB55FCC\",\r\n \"operationId\": \"9CFA1D467BB55FCC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:43.8433251Z\",\r\n \"duration\": \"PT19.9539101S\",\r\n \"trackingId\": \"506e03f7-1b6d-49ce-ab4e-ddcfbc002641\",\r\n \"serviceRequestId\": \"7b366afc-2783-4de2-a73a-397347d7d251\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/37C5219761C87C1E\",\r\n \"operationId\": \"37C5219761C87C1E\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:38.1426635Z\",\r\n \"duration\": \"PT14.3053582S\",\r\n \"trackingId\": \"3bffacd4-de3d-499d-b6de-27025a6995bc\",\r\n \"serviceRequestId\": \"4c3c67cf-444e-4c67-9bbc-af76f0ad1bef\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/routeTables/ps7043\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps7043\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/9FA0BA84FEF0CB9C\",\r\n \"operationId\": \"9FA0BA84FEF0CB9C\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:36.3183545Z\",\r\n \"duration\": \"PT12.4790969S\",\r\n \"trackingId\": \"f3eda8ac-e2bd-4689-b302-820732613124\",\r\n \"serviceRequestId\": \"f16176bc-02e6-4c03-8add-25dacb1503bc\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkSecurityGroups/ps4516\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps4516\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "4230" + "12" ], "Content-Type": [ "application/json; charset=utf-8" @@ -397,16 +397,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" + "14995" ], "x-ms-request-id": [ - "589b3678-91a3-483a-aa72-4f4e589ceb8c" + "297c1d6f-bc0a-473c-879d-401046b9310a" ], "x-ms-correlation-request-id": [ - "589b3678-91a3-483a-aa72-4f4e589ceb8c" + "297c1d6f-bc0a-473c-879d-401046b9310a" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055547Z:589b3678-91a3-483a-aa72-4f4e589ceb8c" + "WESTUS2:20180523T191925Z:297c1d6f-bc0a-473c-879d-401046b9310a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -418,34 +418,34 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:55:47 GMT" + "Wed, 23 May 2018 19:19:24 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps9848/deployments/Deployment/operations?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Jlc291cmNlZ3JvdXBzL3BzOTg0OC9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "667f15b5-c408-467b-96c6-031593e1662f" + "ad54d0d0-6eb7-438a-9fa3-293b93a63332" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2633.0", + "FxVersion/4.7.2650.0", "OSName/Windows10Enterprise", "OSVersion/6.3.16299", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/A25A231F84A4F2B1\",\r\n \"operationId\": \"A25A231F84A4F2B1\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:54.4645894Z\",\r\n \"duration\": \"PT0.4375377S\",\r\n \"trackingId\": \"d170f519-3944-49b1-b316-c1f78badba73\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/FB7B2379ADFC2BDE\",\r\n \"operationId\": \"FB7B2379ADFC2BDE\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:49.5797834Z\",\r\n \"duration\": \"PT5.6959106S\",\r\n \"trackingId\": \"5cd8c3b2-7593-4cbd-97f5-a65f6ed99eac\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/A07949DDF015DB9A\",\r\n \"operationId\": \"A07949DDF015DB9A\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-04-14T05:55:47.3934028Z\",\r\n \"duration\": \"PT9.0645557S\",\r\n \"trackingId\": \"ede1b2d9-3978-4f2e-9419-ed4f218f93c3\",\r\n \"serviceRequestId\": \"ec1d57a7-c039-4f56-9966-e71ee164c4bc\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/0C6E97469A6DFA0F\",\r\n \"operationId\": \"0C6E97469A6DFA0F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:53.8426426Z\",\r\n \"duration\": \"PT30.0770061S\",\r\n \"trackingId\": \"d67e8806-7a3e-473f-8282-afd94872678d\",\r\n \"serviceRequestId\": \"49a2ebea-25e9-4002-a8a9-eeadf407a62f\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/D91DF397DA82EADE\",\r\n \"operationId\": \"D91DF397DA82EADE\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:28.6144429Z\",\r\n \"duration\": \"PT4.7751166S\",\r\n \"trackingId\": \"a28c4dad-b638-4d0f-b197-e65f542dd532\",\r\n \"serviceRequestId\": \"b542fe58-d2ea-4b4d-8301-ccf3b7e60e85\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/publicIpAddresses/ps2803-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2803-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/9CFA1D467BB55FCC\",\r\n \"operationId\": \"9CFA1D467BB55FCC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:43.8433251Z\",\r\n \"duration\": \"PT19.9539101S\",\r\n \"trackingId\": \"506e03f7-1b6d-49ce-ab4e-ddcfbc002641\",\r\n \"serviceRequestId\": \"7b366afc-2783-4de2-a73a-397347d7d251\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/37C5219761C87C1E\",\r\n \"operationId\": \"37C5219761C87C1E\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:38.1426635Z\",\r\n \"duration\": \"PT14.3053582S\",\r\n \"trackingId\": \"3bffacd4-de3d-499d-b6de-27025a6995bc\",\r\n \"serviceRequestId\": \"4c3c67cf-444e-4c67-9bbc-af76f0ad1bef\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/routeTables/ps7043\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps7043\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/9FA0BA84FEF0CB9C\",\r\n \"operationId\": \"9FA0BA84FEF0CB9C\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:36.3183545Z\",\r\n \"duration\": \"PT12.4790969S\",\r\n \"trackingId\": \"f3eda8ac-e2bd-4689-b302-820732613124\",\r\n \"serviceRequestId\": \"f16176bc-02e6-4c03-8add-25dacb1503bc\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkSecurityGroups/ps4516\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps4516\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "5564" + "12" ], "Content-Type": [ "application/json; charset=utf-8" @@ -457,16 +457,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" + "14993" ], "x-ms-request-id": [ - "385f25b4-367b-4c00-acdd-4613c66eab29" + "cfc7d9e5-6ed9-445e-ac67-96cc64f2067e" ], "x-ms-correlation-request-id": [ - "385f25b4-367b-4c00-acdd-4613c66eab29" + "cfc7d9e5-6ed9-445e-ac67-96cc64f2067e" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055559Z:385f25b4-367b-4c00-acdd-4613c66eab29" + "WESTUS2:20180523T191925Z:cfc7d9e5-6ed9-445e-ac67-96cc64f2067e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -478,34 +478,34 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:55:58 GMT" + "Wed, 23 May 2018 19:19:24 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps9848/deployments/Deployment/operations?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Jlc291cmNlZ3JvdXBzL3BzOTg0OC9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bb3ad9ee-8790-4e4a-b39d-a95c9b4c1d8b" + "25ee2421-92fc-46b9-87b2-6205f734fddf" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2633.0", + "FxVersion/4.7.2650.0", "OSName/Windows10Enterprise", "OSVersion/6.3.16299", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/A25A231F84A4F2B1\",\r\n \"operationId\": \"A25A231F84A4F2B1\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:54.4645894Z\",\r\n \"duration\": \"PT0.4375377S\",\r\n \"trackingId\": \"d170f519-3944-49b1-b316-c1f78badba73\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/FB7B2379ADFC2BDE\",\r\n \"operationId\": \"FB7B2379ADFC2BDE\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:49.5797834Z\",\r\n \"duration\": \"PT5.6959106S\",\r\n \"trackingId\": \"5cd8c3b2-7593-4cbd-97f5-a65f6ed99eac\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/A07949DDF015DB9A\",\r\n \"operationId\": \"A07949DDF015DB9A\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:56:03.6391709Z\",\r\n \"duration\": \"PT25.3103238S\",\r\n \"trackingId\": \"3b79d3ed-fe20-4727-9ade-b7abc2566c95\",\r\n \"serviceRequestId\": \"ec1d57a7-c039-4f56-9966-e71ee164c4bc\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/0C6E97469A6DFA0F\",\r\n \"operationId\": \"0C6E97469A6DFA0F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:53.8426426Z\",\r\n \"duration\": \"PT30.0770061S\",\r\n \"trackingId\": \"d67e8806-7a3e-473f-8282-afd94872678d\",\r\n \"serviceRequestId\": \"49a2ebea-25e9-4002-a8a9-eeadf407a62f\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/D91DF397DA82EADE\",\r\n \"operationId\": \"D91DF397DA82EADE\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:28.6144429Z\",\r\n \"duration\": \"PT4.7751166S\",\r\n \"trackingId\": \"a28c4dad-b638-4d0f-b197-e65f542dd532\",\r\n \"serviceRequestId\": \"b542fe58-d2ea-4b4d-8301-ccf3b7e60e85\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/publicIpAddresses/ps2803-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2803-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/9CFA1D467BB55FCC\",\r\n \"operationId\": \"9CFA1D467BB55FCC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:43.8433251Z\",\r\n \"duration\": \"PT19.9539101S\",\r\n \"trackingId\": \"506e03f7-1b6d-49ce-ab4e-ddcfbc002641\",\r\n \"serviceRequestId\": \"7b366afc-2783-4de2-a73a-397347d7d251\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/37C5219761C87C1E\",\r\n \"operationId\": \"37C5219761C87C1E\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:38.1426635Z\",\r\n \"duration\": \"PT14.3053582S\",\r\n \"trackingId\": \"3bffacd4-de3d-499d-b6de-27025a6995bc\",\r\n \"serviceRequestId\": \"4c3c67cf-444e-4c67-9bbc-af76f0ad1bef\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/routeTables/ps7043\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps7043\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/9FA0BA84FEF0CB9C\",\r\n \"operationId\": \"9FA0BA84FEF0CB9C\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:36.3183545Z\",\r\n \"duration\": \"PT12.4790969S\",\r\n \"trackingId\": \"f3eda8ac-e2bd-4689-b302-820732613124\",\r\n \"serviceRequestId\": \"f16176bc-02e6-4c03-8add-25dacb1503bc\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkSecurityGroups/ps4516\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps4516\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "5562" + "12" ], "Content-Type": [ "application/json; charset=utf-8" @@ -517,16 +517,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" + "14991" ], "x-ms-request-id": [ - "f3d56b7e-ae61-49e8-ad06-44d8022e457b" + "32744c07-c6f1-4164-ad3b-105a7690ca85" ], "x-ms-correlation-request-id": [ - "f3d56b7e-ae61-49e8-ad06-44d8022e457b" + "32744c07-c6f1-4164-ad3b-105a7690ca85" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055604Z:f3d56b7e-ae61-49e8-ad06-44d8022e457b" + "WESTUS2:20180523T191925Z:32744c07-c6f1-4164-ad3b-105a7690ca85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -538,34 +538,34 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:56:04 GMT" + "Wed, 23 May 2018 19:19:24 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps9848/deployments/Deployment/operations?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Jlc291cmNlZ3JvdXBzL3BzOTg0OC9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3d7d339-4fc9-4b75-a9aa-69a1233dab1c" + "08aeda39-5312-49d8-9f64-8ad7dd6e6330" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2633.0", + "FxVersion/4.7.2650.0", "OSName/Windows10Enterprise", "OSVersion/6.3.16299", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/DC582DDEBE5CD8B6\",\r\n \"operationId\": \"DC582DDEBE5CD8B6\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:56:08.9960712Z\",\r\n \"duration\": \"PT5.1464345S\",\r\n \"trackingId\": \"0752c8d8-9a0e-4efe-9dbf-3592382203ac\",\r\n \"serviceRequestId\": \"666b8283-f228-49c1-8bce-d3bf1cac444b\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/A25A231F84A4F2B1\",\r\n \"operationId\": \"A25A231F84A4F2B1\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:54.4645894Z\",\r\n \"duration\": \"PT0.4375377S\",\r\n \"trackingId\": \"d170f519-3944-49b1-b316-c1f78badba73\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/FB7B2379ADFC2BDE\",\r\n \"operationId\": \"FB7B2379ADFC2BDE\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:49.5797834Z\",\r\n \"duration\": \"PT5.6959106S\",\r\n \"trackingId\": \"5cd8c3b2-7593-4cbd-97f5-a65f6ed99eac\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/A07949DDF015DB9A\",\r\n \"operationId\": \"A07949DDF015DB9A\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:56:03.6391709Z\",\r\n \"duration\": \"PT25.3103238S\",\r\n \"trackingId\": \"3b79d3ed-fe20-4727-9ade-b7abc2566c95\",\r\n \"serviceRequestId\": \"ec1d57a7-c039-4f56-9966-e71ee164c4bc\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/0C6E97469A6DFA0F\",\r\n \"operationId\": \"0C6E97469A6DFA0F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:53.8426426Z\",\r\n \"duration\": \"PT30.0770061S\",\r\n \"trackingId\": \"d67e8806-7a3e-473f-8282-afd94872678d\",\r\n \"serviceRequestId\": \"49a2ebea-25e9-4002-a8a9-eeadf407a62f\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/D91DF397DA82EADE\",\r\n \"operationId\": \"D91DF397DA82EADE\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:28.6144429Z\",\r\n \"duration\": \"PT4.7751166S\",\r\n \"trackingId\": \"a28c4dad-b638-4d0f-b197-e65f542dd532\",\r\n \"serviceRequestId\": \"b542fe58-d2ea-4b4d-8301-ccf3b7e60e85\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/publicIpAddresses/ps2803-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2803-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/9CFA1D467BB55FCC\",\r\n \"operationId\": \"9CFA1D467BB55FCC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:43.8433251Z\",\r\n \"duration\": \"PT19.9539101S\",\r\n \"trackingId\": \"506e03f7-1b6d-49ce-ab4e-ddcfbc002641\",\r\n \"serviceRequestId\": \"7b366afc-2783-4de2-a73a-397347d7d251\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/37C5219761C87C1E\",\r\n \"operationId\": \"37C5219761C87C1E\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:38.1426635Z\",\r\n \"duration\": \"PT14.3053582S\",\r\n \"trackingId\": \"3bffacd4-de3d-499d-b6de-27025a6995bc\",\r\n \"serviceRequestId\": \"4c3c67cf-444e-4c67-9bbc-af76f0ad1bef\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/routeTables/ps7043\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps7043\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/9FA0BA84FEF0CB9C\",\r\n \"operationId\": \"9FA0BA84FEF0CB9C\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:36.3183545Z\",\r\n \"duration\": \"PT12.4790969S\",\r\n \"trackingId\": \"f3eda8ac-e2bd-4689-b302-820732613124\",\r\n \"serviceRequestId\": \"f16176bc-02e6-4c03-8add-25dacb1503bc\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkSecurityGroups/ps4516\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps4516\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "6271" + "12" ], "Content-Type": [ "application/json; charset=utf-8" @@ -577,16 +577,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" + "14989" ], "x-ms-request-id": [ - "f5216a8b-c244-4225-b90f-4c8f172b888c" + "d3a65d4e-a02d-4cf7-b725-f9f459062dcf" ], "x-ms-correlation-request-id": [ - "f5216a8b-c244-4225-b90f-4c8f172b888c" + "d3a65d4e-a02d-4cf7-b725-f9f459062dcf" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055609Z:f5216a8b-c244-4225-b90f-4c8f172b888c" + "WESTUS2:20180523T191925Z:d3a65d4e-a02d-4cf7-b725-f9f459062dcf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -598,34 +598,34 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:56:09 GMT" + "Wed, 23 May 2018 19:19:25 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps9848/deployments/Deployment/operations?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Jlc291cmNlZ3JvdXBzL3BzOTg0OC9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c9fc41a-6e10-43bc-92e6-f5e295e12498" + "91de4318-d647-4fcb-b856-7a57924f30b4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2633.0", + "FxVersion/4.7.2650.0", "OSName/Windows10Enterprise", "OSVersion/6.3.16299", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/7F804358F1D16676\",\r\n \"operationId\": \"7F804358F1D16676\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-04-14T05:56:14.4465012Z\",\r\n \"duration\": \"PT5.2846504S\",\r\n \"trackingId\": \"9b46ddac-0cf2-4e73-80d8-f19764343870\",\r\n \"serviceRequestId\": \"ba41a497-67b7-4dac-a7af-52f45b3516a5\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Compute/virtualMachines/ps2803\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2803\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/DC582DDEBE5CD8B6\",\r\n \"operationId\": \"DC582DDEBE5CD8B6\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:56:08.9960712Z\",\r\n \"duration\": \"PT5.1464345S\",\r\n \"trackingId\": \"0752c8d8-9a0e-4efe-9dbf-3592382203ac\",\r\n \"serviceRequestId\": \"666b8283-f228-49c1-8bce-d3bf1cac444b\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/A25A231F84A4F2B1\",\r\n \"operationId\": \"A25A231F84A4F2B1\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:54.4645894Z\",\r\n \"duration\": \"PT0.4375377S\",\r\n \"trackingId\": \"d170f519-3944-49b1-b316-c1f78badba73\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/FB7B2379ADFC2BDE\",\r\n \"operationId\": \"FB7B2379ADFC2BDE\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:49.5797834Z\",\r\n \"duration\": \"PT5.6959106S\",\r\n \"trackingId\": \"5cd8c3b2-7593-4cbd-97f5-a65f6ed99eac\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/A07949DDF015DB9A\",\r\n \"operationId\": \"A07949DDF015DB9A\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:56:03.6391709Z\",\r\n \"duration\": \"PT25.3103238S\",\r\n \"trackingId\": \"3b79d3ed-fe20-4727-9ade-b7abc2566c95\",\r\n \"serviceRequestId\": \"ec1d57a7-c039-4f56-9966-e71ee164c4bc\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/0C6E97469A6DFA0F\",\r\n \"operationId\": \"0C6E97469A6DFA0F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:53.8426426Z\",\r\n \"duration\": \"PT30.0770061S\",\r\n \"trackingId\": \"d67e8806-7a3e-473f-8282-afd94872678d\",\r\n \"serviceRequestId\": \"49a2ebea-25e9-4002-a8a9-eeadf407a62f\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/D91DF397DA82EADE\",\r\n \"operationId\": \"D91DF397DA82EADE\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:28.6144429Z\",\r\n \"duration\": \"PT4.7751166S\",\r\n \"trackingId\": \"a28c4dad-b638-4d0f-b197-e65f542dd532\",\r\n \"serviceRequestId\": \"b542fe58-d2ea-4b4d-8301-ccf3b7e60e85\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/publicIpAddresses/ps2803-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2803-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/9CFA1D467BB55FCC\",\r\n \"operationId\": \"9CFA1D467BB55FCC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:43.8433251Z\",\r\n \"duration\": \"PT19.9539101S\",\r\n \"trackingId\": \"506e03f7-1b6d-49ce-ab4e-ddcfbc002641\",\r\n \"serviceRequestId\": \"7b366afc-2783-4de2-a73a-397347d7d251\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/37C5219761C87C1E\",\r\n \"operationId\": \"37C5219761C87C1E\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:38.1426635Z\",\r\n \"duration\": \"PT14.3053582S\",\r\n \"trackingId\": \"3bffacd4-de3d-499d-b6de-27025a6995bc\",\r\n \"serviceRequestId\": \"4c3c67cf-444e-4c67-9bbc-af76f0ad1bef\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/routeTables/ps7043\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps7043\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/9FA0BA84FEF0CB9C\",\r\n \"operationId\": \"9FA0BA84FEF0CB9C\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:36.3183545Z\",\r\n \"duration\": \"PT12.4790969S\",\r\n \"trackingId\": \"f3eda8ac-e2bd-4689-b302-820732613124\",\r\n \"serviceRequestId\": \"f16176bc-02e6-4c03-8add-25dacb1503bc\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkSecurityGroups/ps4516\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps4516\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "6974" + "12" ], "Content-Type": [ "application/json; charset=utf-8" @@ -637,16 +637,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" + "14987" ], "x-ms-request-id": [ - "81344f38-0f50-47d1-a127-aa2fa9f370a8" + "814e5056-6be5-49eb-9b2c-5cc36beab58c" ], "x-ms-correlation-request-id": [ - "81344f38-0f50-47d1-a127-aa2fa9f370a8" + "814e5056-6be5-49eb-9b2c-5cc36beab58c" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055614Z:81344f38-0f50-47d1-a127-aa2fa9f370a8" + "WESTUS2:20180523T191926Z:814e5056-6be5-49eb-9b2c-5cc36beab58c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -658,34 +658,34 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:56:14 GMT" + "Wed, 23 May 2018 19:19:25 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps9848/deployments/Deployment/operations?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Jlc291cmNlZ3JvdXBzL3BzOTg0OC9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6948e180-3473-43e9-b688-1821f847bc2f" + "c82ddc03-1bc9-4dbc-89e8-72bdd546894e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2633.0", + "FxVersion/4.7.2650.0", "OSName/Windows10Enterprise", "OSVersion/6.3.16299", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/7F804358F1D16676\",\r\n \"operationId\": \"7F804358F1D16676\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-04-14T05:56:14.4465012Z\",\r\n \"duration\": \"PT5.2846504S\",\r\n \"trackingId\": \"9b46ddac-0cf2-4e73-80d8-f19764343870\",\r\n \"serviceRequestId\": \"ba41a497-67b7-4dac-a7af-52f45b3516a5\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Compute/virtualMachines/ps2803\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2803\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/DC582DDEBE5CD8B6\",\r\n \"operationId\": \"DC582DDEBE5CD8B6\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:56:08.9960712Z\",\r\n \"duration\": \"PT5.1464345S\",\r\n \"trackingId\": \"0752c8d8-9a0e-4efe-9dbf-3592382203ac\",\r\n \"serviceRequestId\": \"666b8283-f228-49c1-8bce-d3bf1cac444b\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/A25A231F84A4F2B1\",\r\n \"operationId\": \"A25A231F84A4F2B1\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:54.4645894Z\",\r\n \"duration\": \"PT0.4375377S\",\r\n \"trackingId\": \"d170f519-3944-49b1-b316-c1f78badba73\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/FB7B2379ADFC2BDE\",\r\n \"operationId\": \"FB7B2379ADFC2BDE\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:49.5797834Z\",\r\n \"duration\": \"PT5.6959106S\",\r\n \"trackingId\": \"5cd8c3b2-7593-4cbd-97f5-a65f6ed99eac\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/A07949DDF015DB9A\",\r\n \"operationId\": \"A07949DDF015DB9A\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:56:03.6391709Z\",\r\n \"duration\": \"PT25.3103238S\",\r\n \"trackingId\": \"3b79d3ed-fe20-4727-9ade-b7abc2566c95\",\r\n \"serviceRequestId\": \"ec1d57a7-c039-4f56-9966-e71ee164c4bc\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/0C6E97469A6DFA0F\",\r\n \"operationId\": \"0C6E97469A6DFA0F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:53.8426426Z\",\r\n \"duration\": \"PT30.0770061S\",\r\n \"trackingId\": \"d67e8806-7a3e-473f-8282-afd94872678d\",\r\n \"serviceRequestId\": \"49a2ebea-25e9-4002-a8a9-eeadf407a62f\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/D91DF397DA82EADE\",\r\n \"operationId\": \"D91DF397DA82EADE\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:28.6144429Z\",\r\n \"duration\": \"PT4.7751166S\",\r\n \"trackingId\": \"a28c4dad-b638-4d0f-b197-e65f542dd532\",\r\n \"serviceRequestId\": \"b542fe58-d2ea-4b4d-8301-ccf3b7e60e85\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/publicIpAddresses/ps2803-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2803-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/9CFA1D467BB55FCC\",\r\n \"operationId\": \"9CFA1D467BB55FCC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:43.8433251Z\",\r\n \"duration\": \"PT19.9539101S\",\r\n \"trackingId\": \"506e03f7-1b6d-49ce-ab4e-ddcfbc002641\",\r\n \"serviceRequestId\": \"7b366afc-2783-4de2-a73a-397347d7d251\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/37C5219761C87C1E\",\r\n \"operationId\": \"37C5219761C87C1E\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:38.1426635Z\",\r\n \"duration\": \"PT14.3053582S\",\r\n \"trackingId\": \"3bffacd4-de3d-499d-b6de-27025a6995bc\",\r\n \"serviceRequestId\": \"4c3c67cf-444e-4c67-9bbc-af76f0ad1bef\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/routeTables/ps7043\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps7043\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/9FA0BA84FEF0CB9C\",\r\n \"operationId\": \"9FA0BA84FEF0CB9C\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:36.3183545Z\",\r\n \"duration\": \"PT12.4790969S\",\r\n \"trackingId\": \"f3eda8ac-e2bd-4689-b302-820732613124\",\r\n \"serviceRequestId\": \"f16176bc-02e6-4c03-8add-25dacb1503bc\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkSecurityGroups/ps4516\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps4516\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "6974" + "12" ], "Content-Type": [ "application/json; charset=utf-8" @@ -697,16 +697,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" + "14985" ], "x-ms-request-id": [ - "d28a5f8e-dc36-4b09-bc6a-df0b8dbf1c38" + "02754ea4-cae3-4859-aa64-72295f579282" ], "x-ms-correlation-request-id": [ - "d28a5f8e-dc36-4b09-bc6a-df0b8dbf1c38" + "02754ea4-cae3-4859-aa64-72295f579282" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055626Z:d28a5f8e-dc36-4b09-bc6a-df0b8dbf1c38" + "WESTUS2:20180523T191926Z:02754ea4-cae3-4859-aa64-72295f579282" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -718,34 +718,34 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:56:25 GMT" + "Wed, 23 May 2018 19:19:25 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps9848/deployments/Deployment/operations?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Jlc291cmNlZ3JvdXBzL3BzOTg0OC9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d21cfe7e-f9e6-4f80-ab7a-09916edcf97f" + "3985fab3-7928-404b-9963-c2d379d7c5e0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2633.0", + "FxVersion/4.7.2650.0", "OSName/Windows10Enterprise", "OSVersion/6.3.16299", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/7F804358F1D16676\",\r\n \"operationId\": \"7F804358F1D16676\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Failed\",\r\n \"timestamp\": \"2018-04-14T05:56:28.3707916Z\",\r\n \"duration\": \"PT19.2089408S\",\r\n \"trackingId\": \"6a618fd5-eac9-407e-b882-1b7d5f6916a6\",\r\n \"serviceRequestId\": \"ba41a497-67b7-4dac-a7af-52f45b3516a5\",\r\n \"statusCode\": \"Conflict\",\r\n \"statusMessage\": {\r\n \"status\": \"Failed\",\r\n \"error\": {\r\n \"code\": \"ResourceDeploymentFailure\",\r\n \"message\": \"The resource operation completed with terminal provisioning state 'Failed'.\",\r\n \"details\": [\r\n {\r\n \"code\": \"OverconstrainedAllocationRequest\",\r\n \"message\": \"The required VM size is not currently available in the selected location.\"\r\n }\r\n ]\r\n }\r\n },\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Compute/virtualMachines/ps2803\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2803\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/DC582DDEBE5CD8B6\",\r\n \"operationId\": \"DC582DDEBE5CD8B6\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:56:08.9960712Z\",\r\n \"duration\": \"PT5.1464345S\",\r\n \"trackingId\": \"0752c8d8-9a0e-4efe-9dbf-3592382203ac\",\r\n \"serviceRequestId\": \"666b8283-f228-49c1-8bce-d3bf1cac444b\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/A25A231F84A4F2B1\",\r\n \"operationId\": \"A25A231F84A4F2B1\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:54.4645894Z\",\r\n \"duration\": \"PT0.4375377S\",\r\n \"trackingId\": \"d170f519-3944-49b1-b316-c1f78badba73\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/FB7B2379ADFC2BDE\",\r\n \"operationId\": \"FB7B2379ADFC2BDE\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:49.5797834Z\",\r\n \"duration\": \"PT5.6959106S\",\r\n \"trackingId\": \"5cd8c3b2-7593-4cbd-97f5-a65f6ed99eac\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/A07949DDF015DB9A\",\r\n \"operationId\": \"A07949DDF015DB9A\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:56:03.6391709Z\",\r\n \"duration\": \"PT25.3103238S\",\r\n \"trackingId\": \"3b79d3ed-fe20-4727-9ade-b7abc2566c95\",\r\n \"serviceRequestId\": \"ec1d57a7-c039-4f56-9966-e71ee164c4bc\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/0C6E97469A6DFA0F\",\r\n \"operationId\": \"0C6E97469A6DFA0F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:53.8426426Z\",\r\n \"duration\": \"PT30.0770061S\",\r\n \"trackingId\": \"d67e8806-7a3e-473f-8282-afd94872678d\",\r\n \"serviceRequestId\": \"49a2ebea-25e9-4002-a8a9-eeadf407a62f\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/D91DF397DA82EADE\",\r\n \"operationId\": \"D91DF397DA82EADE\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:28.6144429Z\",\r\n \"duration\": \"PT4.7751166S\",\r\n \"trackingId\": \"a28c4dad-b638-4d0f-b197-e65f542dd532\",\r\n \"serviceRequestId\": \"b542fe58-d2ea-4b4d-8301-ccf3b7e60e85\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/publicIpAddresses/ps2803-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2803-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/9CFA1D467BB55FCC\",\r\n \"operationId\": \"9CFA1D467BB55FCC\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:43.8433251Z\",\r\n \"duration\": \"PT19.9539101S\",\r\n \"trackingId\": \"506e03f7-1b6d-49ce-ab4e-ddcfbc002641\",\r\n \"serviceRequestId\": \"7b366afc-2783-4de2-a73a-397347d7d251\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/37C5219761C87C1E\",\r\n \"operationId\": \"37C5219761C87C1E\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:38.1426635Z\",\r\n \"duration\": \"PT14.3053582S\",\r\n \"trackingId\": \"3bffacd4-de3d-499d-b6de-27025a6995bc\",\r\n \"serviceRequestId\": \"4c3c67cf-444e-4c67-9bbc-af76f0ad1bef\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/routeTables/ps7043\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps7043\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment/operations/9FA0BA84FEF0CB9C\",\r\n \"operationId\": \"9FA0BA84FEF0CB9C\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-04-14T05:55:36.3183545Z\",\r\n \"duration\": \"PT12.4790969S\",\r\n \"trackingId\": \"f3eda8ac-e2bd-4689-b302-820732613124\",\r\n \"serviceRequestId\": \"f16176bc-02e6-4c03-8add-25dacb1503bc\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkSecurityGroups/ps4516\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps4516\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "7286" + "12" ], "Content-Type": [ "application/json; charset=utf-8" @@ -757,16 +757,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" + "14983" ], "x-ms-request-id": [ - "7265b1ff-c11b-4e87-ba0e-926f782352fa" + "e2ddf1ee-4d99-4f81-bd88-1aec1c2f20fe" ], "x-ms-correlation-request-id": [ - "7265b1ff-c11b-4e87-ba0e-926f782352fa" + "e2ddf1ee-4d99-4f81-bd88-1aec1c2f20fe" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055631Z:7265b1ff-c11b-4e87-ba0e-926f782352fa" + "WESTUS2:20180523T191926Z:e2ddf1ee-4d99-4f81-bd88-1aec1c2f20fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -778,34 +778,34 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:56:31 GMT" + "Wed, 23 May 2018 19:19:25 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps9848/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Jlc291cmNlZ3JvdXBzL3BzOTg0OC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eed9a59a-7b61-484c-8d57-aee5b061473b" + "05edd527-f63d-4101-9a88-b3a2dad05510" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2633.0", + "FxVersion/4.7.2650.0", "OSName/Windows10Enterprise", "OSVersion/6.3.16299", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9848\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2803\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9432\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1032\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7043\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4694\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4516\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7964\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7964\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2803-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-04-14T05:55:24.9247603Z\",\r\n \"duration\": \"PT2.3944886S\",\r\n \"correlationId\": \"bf24bc3f-51f2-4c02-8136-95f4cc49ea1d\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Compute/virtualMachines/ps2803\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2803\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/routeTables/ps7043\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps7043\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/publicIpAddresses/ps2803-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2803-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkSecurityGroups/ps4516\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps4516\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "4847" + "12" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,20 +816,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "8" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" + "14981" ], "x-ms-request-id": [ - "8817d8a3-4fcd-42af-824a-e29f2b504a0c" + "947a6583-0aee-4641-9240-1e73c5dd2e9a" ], "x-ms-correlation-request-id": [ - "8817d8a3-4fcd-42af-824a-e29f2b504a0c" + "947a6583-0aee-4641-9240-1e73c5dd2e9a" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055528Z:8817d8a3-4fcd-42af-824a-e29f2b504a0c" + "WESTUS2:20180523T191926Z:947a6583-0aee-4641-9240-1e73c5dd2e9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -841,34 +838,34 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:55:28 GMT" + "Wed, 23 May 2018 19:19:25 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps9848/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Jlc291cmNlZ3JvdXBzL3BzOTg0OC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b1728ad-8b1f-44c3-a0dd-fd64c988406e" + "a642ff7d-772c-4c3d-acf2-504a0da5b8d0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2633.0", + "FxVersion/4.7.2650.0", "OSName/Windows10Enterprise", "OSVersion/6.3.16299", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9848\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2803\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9432\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1032\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7043\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4694\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4516\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7964\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7964\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2803-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-04-14T05:55:29.0816332Z\",\r\n \"duration\": \"PT6.5513615S\",\r\n \"correlationId\": \"bf24bc3f-51f2-4c02-8136-95f4cc49ea1d\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Compute/virtualMachines/ps2803\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2803\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/routeTables/ps7043\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps7043\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/publicIpAddresses/ps2803-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2803-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkSecurityGroups/ps4516\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps4516\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "4847" + "12" ], "Content-Type": [ "application/json; charset=utf-8" @@ -879,20 +876,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "11" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" + "14979" ], "x-ms-request-id": [ - "66b7e32f-3796-4da8-9675-59e189d3ab34" + "4732a7e0-b304-4cd8-8cf1-554306055a42" ], "x-ms-correlation-request-id": [ - "66b7e32f-3796-4da8-9675-59e189d3ab34" + "4732a7e0-b304-4cd8-8cf1-554306055a42" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055536Z:66b7e32f-3796-4da8-9675-59e189d3ab34" + "WESTUS2:20180523T191926Z:4732a7e0-b304-4cd8-8cf1-554306055a42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -904,34 +898,34 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:55:36 GMT" + "Wed, 23 May 2018 19:19:25 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps9848/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Jlc291cmNlZ3JvdXBzL3BzOTg0OC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "763d5732-2a6a-4f5d-a786-9fdf6a4a1df4" + "8d360830-4d0d-4d9d-9988-199fcf777ead" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2633.0", + "FxVersion/4.7.2650.0", "OSName/Windows10Enterprise", "OSVersion/6.3.16299", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9848\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2803\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9432\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1032\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7043\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4694\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4516\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7964\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7964\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2803-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-04-14T05:55:47.3620092Z\",\r\n \"duration\": \"PT24.8317375S\",\r\n \"correlationId\": \"bf24bc3f-51f2-4c02-8136-95f4cc49ea1d\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Compute/virtualMachines/ps2803\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2803\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/routeTables/ps7043\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps7043\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/publicIpAddresses/ps2803-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2803-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkSecurityGroups/ps4516\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps4516\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "4848" + "12" ], "Content-Type": [ "application/json; charset=utf-8" @@ -942,20 +936,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "11" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" + "14977" ], "x-ms-request-id": [ - "ecd83c5c-1707-4416-a686-3b467def76cd" + "6de4be37-892e-4ecc-95ed-520be9f91d0a" ], "x-ms-correlation-request-id": [ - "ecd83c5c-1707-4416-a686-3b467def76cd" + "6de4be37-892e-4ecc-95ed-520be9f91d0a" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055548Z:ecd83c5c-1707-4416-a686-3b467def76cd" + "WESTUS2:20180523T191926Z:6de4be37-892e-4ecc-95ed-520be9f91d0a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -967,34 +958,34 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:55:47 GMT" + "Wed, 23 May 2018 19:19:26 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps9848/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Jlc291cmNlZ3JvdXBzL3BzOTg0OC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4b05941c-9fdd-4469-b7a5-dafa326f6576" + "ddf27c3f-5946-48be-8a75-9082279851ab" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2633.0", + "FxVersion/4.7.2650.0", "OSName/Windows10Enterprise", "OSVersion/6.3.16299", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9848\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2803\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9432\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1032\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7043\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4694\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4516\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7964\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7964\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2803-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-04-14T05:55:47.3620092Z\",\r\n \"duration\": \"PT24.8317375S\",\r\n \"correlationId\": \"bf24bc3f-51f2-4c02-8136-95f4cc49ea1d\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Compute/virtualMachines/ps2803\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2803\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/routeTables/ps7043\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps7043\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/publicIpAddresses/ps2803-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2803-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkSecurityGroups/ps4516\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps4516\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "4848" + "12" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1005,20 +996,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "5" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" + "14975" ], "x-ms-request-id": [ - "66cf584c-017c-41aa-8625-37442d1c9c6d" + "5ae2a1d3-13d3-4898-af0d-b75c109762a0" ], "x-ms-correlation-request-id": [ - "66cf584c-017c-41aa-8625-37442d1c9c6d" + "5ae2a1d3-13d3-4898-af0d-b75c109762a0" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055559Z:66cf584c-017c-41aa-8625-37442d1c9c6d" + "WESTUS2:20180523T191927Z:5ae2a1d3-13d3-4898-af0d-b75c109762a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1030,34 +1018,34 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:55:58 GMT" + "Wed, 23 May 2018 19:19:26 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps9848/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Jlc291cmNlZ3JvdXBzL3BzOTg0OC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e2e839e-b43d-434d-8b36-95760b0d97ba" + "277a8251-2ee0-41db-aec9-24a566794760" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2633.0", + "FxVersion/4.7.2650.0", "OSName/Windows10Enterprise", "OSVersion/6.3.16299", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9848\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2803\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9432\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1032\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7043\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4694\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4516\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7964\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7964\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2803-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-04-14T05:55:47.3620092Z\",\r\n \"duration\": \"PT24.8317375S\",\r\n \"correlationId\": \"bf24bc3f-51f2-4c02-8136-95f4cc49ea1d\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Compute/virtualMachines/ps2803\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2803\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/routeTables/ps7043\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps7043\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/publicIpAddresses/ps2803-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2803-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkSecurityGroups/ps4516\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps4516\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "4848" + "12" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1068,20 +1056,77 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "5" + "x-ms-ratelimit-remaining-subscription-reads": [ + "14973" + ], + "x-ms-request-id": [ + "b871f749-31f3-4582-8170-ed25715d9b3d" + ], + "x-ms-correlation-request-id": [ + "b871f749-31f3-4582-8170-ed25715d9b3d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191927Z:b871f749-31f3-4582-8170-ed25715d9b3d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "526abd4f-bf02-4938-9471-8f947293f932" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.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": [ - "14970" + "14971" ], "x-ms-request-id": [ - "f4d2e9f3-d155-4e6b-9f54-6bf8aa656a12" + "a3c79c84-a03f-4d0e-8773-db859e98b69b" ], "x-ms-correlation-request-id": [ - "f4d2e9f3-d155-4e6b-9f54-6bf8aa656a12" + "a3c79c84-a03f-4d0e-8773-db859e98b69b" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055604Z:f4d2e9f3-d155-4e6b-9f54-6bf8aa656a12" + "WESTUS2:20180523T191927Z:a3c79c84-a03f-4d0e-8773-db859e98b69b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1093,34 +1138,34 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:56:04 GMT" + "Wed, 23 May 2018 19:19:26 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps9848/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Jlc291cmNlZ3JvdXBzL3BzOTg0OC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aff59527-7d6f-4017-b6be-52c9bba3d712" + "7d2fe30f-4aad-4422-bc82-813c3774bb26" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2633.0", + "FxVersion/4.7.2650.0", "OSName/Windows10Enterprise", "OSVersion/6.3.16299", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9848\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2803\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9432\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1032\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7043\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4694\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4516\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7964\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7964\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2803-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-04-14T05:55:47.3620092Z\",\r\n \"duration\": \"PT24.8317375S\",\r\n \"correlationId\": \"bf24bc3f-51f2-4c02-8136-95f4cc49ea1d\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Compute/virtualMachines/ps2803\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2803\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/routeTables/ps7043\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps7043\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/publicIpAddresses/ps2803-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2803-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkSecurityGroups/ps4516\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps4516\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "4848" + "12" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1131,20 +1176,77 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "5" + "x-ms-ratelimit-remaining-subscription-reads": [ + "14969" + ], + "x-ms-request-id": [ + "3424b0d7-596a-4980-9d8a-e80033572771" + ], + "x-ms-correlation-request-id": [ + "3424b0d7-596a-4980-9d8a-e80033572771" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191927Z:3424b0d7-596a-4980-9d8a-e80033572771" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "47d0992d-03a4-41ae-a405-eaaae048f9b2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.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": [ - "14968" + "14967" ], "x-ms-request-id": [ - "d6056123-97b4-4684-b5fd-3c2b0cabb421" + "33703811-f03a-4dd3-bfc4-66b72e0559e1" ], "x-ms-correlation-request-id": [ - "d6056123-97b4-4684-b5fd-3c2b0cabb421" + "33703811-f03a-4dd3-bfc4-66b72e0559e1" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055609Z:d6056123-97b4-4684-b5fd-3c2b0cabb421" + "WESTUS2:20180523T191927Z:33703811-f03a-4dd3-bfc4-66b72e0559e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1156,34 +1258,34 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:56:09 GMT" + "Wed, 23 May 2018 19:19:27 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps9848/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Jlc291cmNlZ3JvdXBzL3BzOTg0OC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "67585aab-dab4-41c6-b0df-23b5002b10af" + "682a8cd7-48fe-483a-86ad-74d8e1ecd809" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2633.0", + "FxVersion/4.7.2650.0", "OSName/Windows10Enterprise", "OSVersion/6.3.16299", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9848\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2803\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9432\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1032\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7043\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4694\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4516\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7964\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7964\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2803-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-04-14T05:56:14.2716378Z\",\r\n \"duration\": \"PT51.7413661S\",\r\n \"correlationId\": \"bf24bc3f-51f2-4c02-8136-95f4cc49ea1d\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Compute/virtualMachines/ps2803\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2803\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/routeTables/ps7043\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps7043\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/publicIpAddresses/ps2803-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2803-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkSecurityGroups/ps4516\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps4516\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "4848" + "12" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1194,20 +1296,77 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "11" + "x-ms-ratelimit-remaining-subscription-reads": [ + "14965" + ], + "x-ms-request-id": [ + "0b8a78bb-65a1-40df-b4b8-ea663ebfa32e" + ], + "x-ms-correlation-request-id": [ + "0b8a78bb-65a1-40df-b4b8-ea663ebfa32e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191927Z:0b8a78bb-65a1-40df-b4b8-ea663ebfa32e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b85389d2-ca33-4fd6-811f-5055ebfa96a1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.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": [ - "14966" + "14963" ], "x-ms-request-id": [ - "ce018e5a-941f-4279-bcfd-58741e3871fc" + "eb505697-143e-40cd-8676-f50d4032dd13" ], "x-ms-correlation-request-id": [ - "ce018e5a-941f-4279-bcfd-58741e3871fc" + "eb505697-143e-40cd-8676-f50d4032dd13" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055614Z:ce018e5a-941f-4279-bcfd-58741e3871fc" + "WESTUS2:20180523T191928Z:eb505697-143e-40cd-8676-f50d4032dd13" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1219,34 +1378,34 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:56:14 GMT" + "Wed, 23 May 2018 19:19:27 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps9848/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Jlc291cmNlZ3JvdXBzL3BzOTg0OC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03c55414-5051-461c-b3d9-7d94dfa8b29d" + "cca6cc20-aeae-4baa-98d3-75649c894637" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.2633.0", + "FxVersion/4.7.2650.0", "OSName/Windows10Enterprise", "OSVersion/6.3.16299", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9848\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2803\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9432\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1032\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7043\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4694\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4516\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7964\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7964\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2803-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-04-14T05:56:14.2716378Z\",\r\n \"duration\": \"PT51.7413661S\",\r\n \"correlationId\": \"bf24bc3f-51f2-4c02-8136-95f4cc49ea1d\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps9432\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps9432\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Storage/storageAccounts/ps7964\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7964\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Compute/virtualMachines/ps2803\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2803\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/routeTables/ps7043\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps7043\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/virtualNetworks/ps1032\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps1032\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/publicIpAddresses/ps2803-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2803-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkSecurityGroups/ps4516\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps4516\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourceGroups/ps9848/providers/Microsoft.Network/networkInterfaces/ps4694\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4694\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "4848" + "12" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1257,20 +1416,77 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "5" + "x-ms-ratelimit-remaining-subscription-reads": [ + "14961" + ], + "x-ms-request-id": [ + "957abebf-d89d-4120-93d7-cf8affccac61" + ], + "x-ms-correlation-request-id": [ + "957abebf-d89d-4120-93d7-cf8affccac61" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191928Z:957abebf-d89d-4120-93d7-cf8affccac61" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b2a6c224-08ef-4a74-b626-8f3bb2dd15cd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.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": [ - "14964" + "14959" ], "x-ms-request-id": [ - "f483bad3-96f7-4ad6-a106-214612733f1f" + "722c3191-b709-46d1-b2ff-d859c01a53c4" ], "x-ms-correlation-request-id": [ - "f483bad3-96f7-4ad6-a106-214612733f1f" + "722c3191-b709-46d1-b2ff-d859c01a53c4" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055626Z:f483bad3-96f7-4ad6-a106-214612733f1f" + "WESTUS2:20180523T191928Z:722c3191-b709-46d1-b2ff-d859c01a53c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1282,25 +1498,37 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:56:25 GMT" + "Wed, 23 May 2018 19:19:27 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps9848?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Jlc291cmNlZ3JvdXBzL3BzOTg0OD9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "2b11ec98-db09-45d0-8b29-59924c899a9b" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "0" + "12" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" @@ -1308,20 +1536,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-reads": [ + "14957" ], "x-ms-request-id": [ - "5d13ac9c-c48c-4c1d-9ed5-65b1778332be" + "c6537c89-70f3-4dde-8f27-b055ff63a1a5" ], "x-ms-correlation-request-id": [ - "5d13ac9c-c48c-4c1d-9ed5-65b1778332be" + "c6537c89-70f3-4dde-8f27-b055ff63a1a5" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055631Z:5d13ac9c-c48c-4c1d-9ed5-65b1778332be" + "WESTUS2:20180523T191928Z:c6537c89-70f3-4dde-8f27-b055ff63a1a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1333,31 +1558,37 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:56:31 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + "Wed, 23 May 2018 19:19:27 GMT" ] }, - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5EZ3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" + "x-ms-client-request-id": [ + "7cbe93ba-2707-469b-a83d-868b2c00be35" + ], + "accept-language": [ + "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "0" + "12" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" @@ -1365,20 +1596,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14955" ], "x-ms-request-id": [ - "1061ac2c-8ec5-447b-95f4-713f14465923" + "91a8b982-073b-4541-993e-9ca0afd71b80" ], "x-ms-correlation-request-id": [ - "1061ac2c-8ec5-447b-95f4-713f14465923" + "91a8b982-073b-4541-993e-9ca0afd71b80" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055631Z:1061ac2c-8ec5-447b-95f4-713f14465923" + "WESTUS2:20180523T191928Z:91a8b982-073b-4541-993e-9ca0afd71b80" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1390,31 +1618,37 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:56:31 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + "Wed, 23 May 2018 19:19:28 GMT" ] }, - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5EZ3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" + "x-ms-client-request-id": [ + "dbc624c4-87f1-4df0-b9e5-d20f2708df1e" + ], + "accept-language": [ + "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "0" + "12" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" @@ -1422,20 +1656,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14953" ], "x-ms-request-id": [ - "df8f9de4-03bf-4a9d-82ed-1ec5b7160ba6" + "b779e0f9-8d9b-4024-9332-90f89e295a96" ], "x-ms-correlation-request-id": [ - "df8f9de4-03bf-4a9d-82ed-1ec5b7160ba6" + "b779e0f9-8d9b-4024-9332-90f89e295a96" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055647Z:df8f9de4-03bf-4a9d-82ed-1ec5b7160ba6" + "WESTUS2:20180523T191928Z:b779e0f9-8d9b-4024-9332-90f89e295a96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1447,31 +1678,37 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:56:46 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + "Wed, 23 May 2018 19:19:28 GMT" ] }, - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5EZ3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" + "x-ms-client-request-id": [ + "e68838a7-9e96-4f45-96c2-0012102579de" + ], + "accept-language": [ + "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "0" + "12" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" @@ -1479,20 +1716,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14951" ], "x-ms-request-id": [ - "547cec3a-e84e-4306-b0e6-263cebb80c0a" + "70c65750-096f-4a3e-a24b-abc0112d2381" ], "x-ms-correlation-request-id": [ - "547cec3a-e84e-4306-b0e6-263cebb80c0a" + "70c65750-096f-4a3e-a24b-abc0112d2381" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055702Z:547cec3a-e84e-4306-b0e6-263cebb80c0a" + "WESTUS2:20180523T191929Z:70c65750-096f-4a3e-a24b-abc0112d2381" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1504,31 +1738,37 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:57:02 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + "Wed, 23 May 2018 19:19:28 GMT" ] }, - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5EZ3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" + "x-ms-client-request-id": [ + "6c37c396-9240-4899-83d6-4cb377d3413e" + ], + "accept-language": [ + "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "0" + "706" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" @@ -1536,20 +1776,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14949" ], "x-ms-request-id": [ - "d300dde3-b63a-44bb-9ac2-1b5f2722061b" + "e2782b67-595e-46c8-b852-7ec1fa566dcf" ], "x-ms-correlation-request-id": [ - "d300dde3-b63a-44bb-9ac2-1b5f2722061b" + "e2782b67-595e-46c8-b852-7ec1fa566dcf" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055717Z:d300dde3-b63a-44bb-9ac2-1b5f2722061b" + "WESTUS2:20180523T191929Z:e2782b67-595e-46c8-b852-7ec1fa566dcf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1561,31 +1798,37 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:57:16 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + "Wed, 23 May 2018 19:19:28 GMT" ] }, - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5EZ3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" + "x-ms-client-request-id": [ + "fd99165e-5fec-47fa-acdd-ea8d7a082082" + ], + "accept-language": [ + "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "0" + "706" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" @@ -1593,20 +1836,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14947" ], "x-ms-request-id": [ - "0208f450-9c60-40ea-bdff-a3528149ca8d" + "0e6eaceb-b887-4807-8fd2-ed36ebb2af73" ], "x-ms-correlation-request-id": [ - "0208f450-9c60-40ea-bdff-a3528149ca8d" + "0e6eaceb-b887-4807-8fd2-ed36ebb2af73" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055732Z:0208f450-9c60-40ea-bdff-a3528149ca8d" + "WESTUS2:20180523T191929Z:0e6eaceb-b887-4807-8fd2-ed36ebb2af73" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1618,31 +1858,37 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:57:31 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + "Wed, 23 May 2018 19:19:28 GMT" ] }, - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5EZ3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" + "x-ms-client-request-id": [ + "49da4722-f4c7-4f51-b77f-6463e1c924e7" + ], + "accept-language": [ + "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "0" + "706" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" @@ -1650,20 +1896,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14945" ], "x-ms-request-id": [ - "f79f5a97-0488-4fbb-8ec8-730d4bd55304" + "a968821d-79f4-4832-9ed6-163597731b4f" ], "x-ms-correlation-request-id": [ - "f79f5a97-0488-4fbb-8ec8-730d4bd55304" + "a968821d-79f4-4832-9ed6-163597731b4f" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055747Z:f79f5a97-0488-4fbb-8ec8-730d4bd55304" + "WESTUS2:20180523T191929Z:a968821d-79f4-4832-9ed6-163597731b4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1675,31 +1918,37 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:57:47 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + "Wed, 23 May 2018 19:19:28 GMT" ] }, - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5EZ3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" + "x-ms-client-request-id": [ + "ea65c199-4270-4aa1-ad14-051ffd5bc59c" + ], + "accept-language": [ + "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "0" + "706" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" @@ -1707,20 +1956,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14943" ], "x-ms-request-id": [ - "5b038764-8d13-4cd0-9c5d-034bbd81e3c7" + "0b70a5ef-45ab-4826-af34-6a34abd26844" ], "x-ms-correlation-request-id": [ - "5b038764-8d13-4cd0-9c5d-034bbd81e3c7" + "0b70a5ef-45ab-4826-af34-6a34abd26844" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055802Z:5b038764-8d13-4cd0-9c5d-034bbd81e3c7" + "WESTUS2:20180523T191929Z:0b70a5ef-45ab-4826-af34-6a34abd26844" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1732,31 +1978,37 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:58:01 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + "Wed, 23 May 2018 19:19:29 GMT" ] }, - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5EZ3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" + "x-ms-client-request-id": [ + "0e605d83-8862-4015-bf47-666f4fe7f6b7" + ], + "accept-language": [ + "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "0" + "706" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" @@ -1764,20 +2016,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14941" ], "x-ms-request-id": [ - "647d10af-7ebb-440e-ba7a-c3ac99d9ce8f" + "30dae71a-c214-42bb-ad30-db5f9e26caad" ], "x-ms-correlation-request-id": [ - "647d10af-7ebb-440e-ba7a-c3ac99d9ce8f" + "30dae71a-c214-42bb-ad30-db5f9e26caad" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055817Z:647d10af-7ebb-440e-ba7a-c3ac99d9ce8f" + "WESTUS2:20180523T191929Z:30dae71a-c214-42bb-ad30-db5f9e26caad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1789,31 +2038,37 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:58:17 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + "Wed, 23 May 2018 19:19:29 GMT" ] }, - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5EZ3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" + "x-ms-client-request-id": [ + "84dc3642-143a-4bb3-bbf2-7bff3b507c19" + ], + "accept-language": [ + "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "0" + "706" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" @@ -1821,20 +2076,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "14939" ], "x-ms-request-id": [ - "df202ed9-021f-4ee1-ac67-6abc54e6610e" + "c0d63866-e5c5-4ae2-a4eb-c7492aea2550" ], "x-ms-correlation-request-id": [ - "df202ed9-021f-4ee1-ac67-6abc54e6610e" + "c0d63866-e5c5-4ae2-a4eb-c7492aea2550" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055833Z:df202ed9-021f-4ee1-ac67-6abc54e6610e" + "WESTUS2:20180523T191930Z:c0d63866-e5c5-4ae2-a4eb-c7492aea2550" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1846,31 +2098,37 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:58:32 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + "Wed, 23 May 2018 19:19:29 GMT" ] }, - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5EZ3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" + "x-ms-client-request-id": [ + "8d0ff4d5-f2f0-44cd-8f7c-cfb7b8d5074d" + ], + "accept-language": [ + "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "0" + "706" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" @@ -1878,20 +2136,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "14937" ], "x-ms-request-id": [ - "8d78410c-ac0a-4061-96bc-2f32e6af546d" + "c81241fe-54ae-4ffd-9f39-93ede05c1014" ], "x-ms-correlation-request-id": [ - "8d78410c-ac0a-4061-96bc-2f32e6af546d" + "c81241fe-54ae-4ffd-9f39-93ede05c1014" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055848Z:8d78410c-ac0a-4061-96bc-2f32e6af546d" + "WESTUS2:20180523T191930Z:c81241fe-54ae-4ffd-9f39-93ede05c1014" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1903,31 +2158,37 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:58:47 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + "Wed, 23 May 2018 19:19:29 GMT" ] }, - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5EZ3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" + "x-ms-client-request-id": [ + "19c896e8-e685-4d20-b847-a4874ba9c375" + ], + "accept-language": [ + "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "0" + "2114" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" @@ -1935,20 +2196,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14935" ], "x-ms-request-id": [ - "09db80f5-639f-4d80-894c-92725a202c9e" + "8e14f7ac-648d-4503-bebb-244aff8c79b5" ], "x-ms-correlation-request-id": [ - "09db80f5-639f-4d80-894c-92725a202c9e" + "8e14f7ac-648d-4503-bebb-244aff8c79b5" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055903Z:09db80f5-639f-4d80-894c-92725a202c9e" + "WESTUS2:20180523T191930Z:8e14f7ac-648d-4503-bebb-244aff8c79b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1960,31 +2218,37 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:59:03 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + "Wed, 23 May 2018 19:19:29 GMT" ] }, - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5EZ3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" + "x-ms-client-request-id": [ + "22f7b963-51c3-407d-ae5d-fb99392dd09c" + ], + "accept-language": [ + "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "0" + "2828" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" @@ -1992,20 +2256,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "14933" ], "x-ms-request-id": [ - "f2cdbccd-bcbb-4c5e-9c0d-db3005ad9d24" + "f7773e9d-f890-467c-8734-6afe90ed6ae8" ], "x-ms-correlation-request-id": [ - "f2cdbccd-bcbb-4c5e-9c0d-db3005ad9d24" + "f7773e9d-f890-467c-8734-6afe90ed6ae8" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055918Z:f2cdbccd-bcbb-4c5e-9c0d-db3005ad9d24" + "WESTUS2:20180523T191930Z:f7773e9d-f890-467c-8734-6afe90ed6ae8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2017,31 +2278,37 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:59:17 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + "Wed, 23 May 2018 19:19:29 GMT" ] }, - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5EZ3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" + "x-ms-client-request-id": [ + "26289ee1-819f-465e-8d1b-8f31682aa6f3" + ], + "accept-language": [ + "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "0" + "2828" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" @@ -2049,20 +2316,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14931" ], "x-ms-request-id": [ - "2f4fcbad-af2a-42e7-8dd9-58b7f915c788" + "c6286802-5022-4d8b-af2a-0a49a36321fc" ], "x-ms-correlation-request-id": [ - "2f4fcbad-af2a-42e7-8dd9-58b7f915c788" + "c6286802-5022-4d8b-af2a-0a49a36321fc" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055933Z:2f4fcbad-af2a-42e7-8dd9-58b7f915c788" + "WESTUS2:20180523T191930Z:c6286802-5022-4d8b-af2a-0a49a36321fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2074,31 +2338,37 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:59:33 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + "Wed, 23 May 2018 19:19:30 GMT" ] }, - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5EZ3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" + "x-ms-client-request-id": [ + "24b0494c-771d-4155-9986-e309e6398f42" + ], + "accept-language": [ + "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "0" + "2828" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" @@ -2106,20 +2376,17 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "14929" ], "x-ms-request-id": [ - "936501e4-36eb-4b7b-8773-b5ccf40c848f" + "89eedfce-cb08-4a7d-9f5e-f337320fc6fd" ], "x-ms-correlation-request-id": [ - "936501e4-36eb-4b7b-8773-b5ccf40c848f" + "89eedfce-cb08-4a7d-9f5e-f337320fc6fd" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T055948Z:936501e4-36eb-4b7b-8773-b5ccf40c848f" + "WESTUS2:20180523T191931Z:89eedfce-cb08-4a7d-9f5e-f337320fc6fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2131,31 +2398,37 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 05:59:48 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + "Wed, 23 May 2018 19:19:30 GMT" ] }, - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzk4NDgtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprNE5EZ3RWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" + "x-ms-client-request-id": [ + "74f0ac7c-94ce-4def-acb1-27ab5724c3a8" + ], + "accept-language": [ + "en-US" ], "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "0" + "2828" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" @@ -2164,16 +2437,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "14927" ], "x-ms-request-id": [ - "bd5d41e4-216c-461f-a817-dd823ec16069" + "96109215-9980-494f-a075-5dcead80ecc2" ], "x-ms-correlation-request-id": [ - "bd5d41e4-216c-461f-a817-dd823ec16069" + "96109215-9980-494f-a075-5dcead80ecc2" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T060003Z:bd5d41e4-216c-461f-a817-dd823ec16069" + "WESTUS2:20180523T191931Z:96109215-9980-494f-a075-5dcead80ecc2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2185,14 +2458,146288 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 06:00:03 GMT" + "Wed, 23 May 2018 19:19:30 GMT" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/c886bc58-08de-4e01-993f-e01ba3702aaf/resourcegroups/ps3293?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzg4NmJjNTgtMDhkZS00ZTAxLTk5M2YtZTAxYmEzNzAyYWFmL3Jlc291cmNlZ3JvdXBzL3BzMzI5Mz9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bb51a6e1-1f52-446f-ab33-d4da342c9be6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "2828" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14925" + ], + "x-ms-request-id": [ + "341f2249-a907-4d25-955f-135de34900f3" + ], + "x-ms-correlation-request-id": [ + "341f2249-a907-4d25-955f-135de34900f3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191931Z:341f2249-a907-4d25-955f-135de34900f3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6d1eaf03-cf14-46cb-9614-6a76a5853d08" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "2828" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14923" + ], + "x-ms-request-id": [ + "18567ed3-429d-4114-a7d1-89aacba440bc" + ], + "x-ms-correlation-request-id": [ + "18567ed3-429d-4114-a7d1-89aacba440bc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191931Z:18567ed3-429d-4114-a7d1-89aacba440bc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ccb48fd6-ccf1-42d2-90f6-918b216350bf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "2828" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14921" + ], + "x-ms-request-id": [ + "02026847-ea5a-4ab5-8813-4c690e7d434e" + ], + "x-ms-correlation-request-id": [ + "02026847-ea5a-4ab5-8813-4c690e7d434e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191931Z:02026847-ea5a-4ab5-8813-4c690e7d434e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bae32b20-cfe5-4ec7-84bb-645f1c61039c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "2828" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14919" + ], + "x-ms-request-id": [ + "9ae597c2-e177-4ecc-bc84-5f65dab7b2df" + ], + "x-ms-correlation-request-id": [ + "9ae597c2-e177-4ecc-bc84-5f65dab7b2df" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191932Z:9ae597c2-e177-4ecc-bc84-5f65dab7b2df" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4db2bc50-e069-4958-af5d-df68681319e4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "2828" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14917" + ], + "x-ms-request-id": [ + "f14dc8ee-fa27-4ff1-a3c2-1f5edbc21eee" + ], + "x-ms-correlation-request-id": [ + "f14dc8ee-fa27-4ff1-a3c2-1f5edbc21eee" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191932Z:f14dc8ee-fa27-4ff1-a3c2-1f5edbc21eee" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c74bbf30-ba98-464f-aaa4-e75b3b103815" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "2828" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14915" + ], + "x-ms-request-id": [ + "b4af8fd1-ea8a-4e2d-aea4-b39de8a4719b" + ], + "x-ms-correlation-request-id": [ + "b4af8fd1-ea8a-4e2d-aea4-b39de8a4719b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191932Z:b4af8fd1-ea8a-4e2d-aea4-b39de8a4719b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d8d5a547-55c3-43f3-898e-4fb2e4c122c7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "2828" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14913" + ], + "x-ms-request-id": [ + "34716237-4929-415e-a62c-f1d4fe93dd47" + ], + "x-ms-correlation-request-id": [ + "34716237-4929-415e-a62c-f1d4fe93dd47" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191932Z:34716237-4929-415e-a62c-f1d4fe93dd47" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b5a3680e-7613-46ea-9a0e-fc8158dc2583" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "2828" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14911" + ], + "x-ms-request-id": [ + "3a7b6317-d468-4c84-baf9-8c4f5025b38a" + ], + "x-ms-correlation-request-id": [ + "3a7b6317-d468-4c84-baf9-8c4f5025b38a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191932Z:3a7b6317-d468-4c84-baf9-8c4f5025b38a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cda42552-e0af-477e-9bd3-0b1f65ef57a9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "2828" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14909" + ], + "x-ms-request-id": [ + "b76e7ab4-0a93-4651-ba83-56dbf7b99423" + ], + "x-ms-correlation-request-id": [ + "b76e7ab4-0a93-4651-ba83-56dbf7b99423" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191933Z:b76e7ab4-0a93-4651-ba83-56dbf7b99423" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0681aea5-337c-4d60-b58c-41d75e1449e4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:33.1328729Z\",\r\n \"duration\": \"PT7.9224457S\",\r\n \"trackingId\": \"8969edb4-a572-4f80-8a60-5549f8f966f9\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3541" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14907" + ], + "x-ms-request-id": [ + "757fedcd-429b-4f77-9380-2a7d3a7b898b" + ], + "x-ms-correlation-request-id": [ + "757fedcd-429b-4f77-9380-2a7d3a7b898b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191933Z:757fedcd-429b-4f77-9380-2a7d3a7b898b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "24e5bcf9-3063-4f01-8429-032f850f6518" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:33.1328729Z\",\r\n \"duration\": \"PT7.9224457S\",\r\n \"trackingId\": \"8969edb4-a572-4f80-8a60-5549f8f966f9\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3541" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14905" + ], + "x-ms-request-id": [ + "5d371704-9138-4139-bfd5-e7a3359394ab" + ], + "x-ms-correlation-request-id": [ + "5d371704-9138-4139-bfd5-e7a3359394ab" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191933Z:5d371704-9138-4139-bfd5-e7a3359394ab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ba6344f5-f7e5-4564-bf92-59ea6d70d1f9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:33.5344859Z\",\r\n \"duration\": \"PT8.3240587S\",\r\n \"trackingId\": \"f5139011-7473-4527-95ce-8324c0de0ecc\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3541" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14903" + ], + "x-ms-request-id": [ + "34162d38-28bf-4301-a018-2b076142234e" + ], + "x-ms-correlation-request-id": [ + "34162d38-28bf-4301-a018-2b076142234e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191933Z:34162d38-28bf-4301-a018-2b076142234e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f3493d5-9cd2-47bd-ae42-29c2cd7ddee9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14901" + ], + "x-ms-request-id": [ + "4324150e-f947-4da9-8673-cfd0c159133e" + ], + "x-ms-correlation-request-id": [ + "4324150e-f947-4da9-8673-cfd0c159133e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191933Z:4324150e-f947-4da9-8673-cfd0c159133e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f0aad879-2fb9-4f36-a49a-33ecb1ee7892" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14899" + ], + "x-ms-request-id": [ + "01be2e25-5130-4bdd-9fb9-66055ec13321" + ], + "x-ms-correlation-request-id": [ + "01be2e25-5130-4bdd-9fb9-66055ec13321" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191934Z:01be2e25-5130-4bdd-9fb9-66055ec13321" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "df80a610-f35a-4d9b-92bc-15a0d39cc57b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14897" + ], + "x-ms-request-id": [ + "0598efd4-e8ca-4505-ac93-6f4551cfbf2f" + ], + "x-ms-correlation-request-id": [ + "0598efd4-e8ca-4505-ac93-6f4551cfbf2f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191934Z:0598efd4-e8ca-4505-ac93-6f4551cfbf2f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f5a1d2f0-ca15-443f-905a-7078dbd22868" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14895" + ], + "x-ms-request-id": [ + "a840ab11-e377-4048-ad38-de00183b8c33" + ], + "x-ms-correlation-request-id": [ + "a840ab11-e377-4048-ad38-de00183b8c33" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191934Z:a840ab11-e377-4048-ad38-de00183b8c33" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1c236573-0099-45eb-aadf-cb4d207dc649" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14893" + ], + "x-ms-request-id": [ + "6fd1e7de-d2d0-4f8d-874f-c725df758987" + ], + "x-ms-correlation-request-id": [ + "6fd1e7de-d2d0-4f8d-874f-c725df758987" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191934Z:6fd1e7de-d2d0-4f8d-874f-c725df758987" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f03eb840-2aa1-4d5a-81e1-2f7d1bcea86f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14891" + ], + "x-ms-request-id": [ + "c4304eca-2ac9-4364-8371-5a10880b7839" + ], + "x-ms-correlation-request-id": [ + "c4304eca-2ac9-4364-8371-5a10880b7839" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191934Z:c4304eca-2ac9-4364-8371-5a10880b7839" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1e027da2-4632-4d75-900a-701cba567486" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14889" + ], + "x-ms-request-id": [ + "4517dc6c-c456-424d-95e6-a946aad0fb5d" + ], + "x-ms-correlation-request-id": [ + "4517dc6c-c456-424d-95e6-a946aad0fb5d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191934Z:4517dc6c-c456-424d-95e6-a946aad0fb5d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6fa55fde-8d5e-4c35-821d-7ef7d3b4336d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14887" + ], + "x-ms-request-id": [ + "d6255031-64e0-4f1d-a192-0c5cc9f1020f" + ], + "x-ms-correlation-request-id": [ + "d6255031-64e0-4f1d-a192-0c5cc9f1020f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191935Z:d6255031-64e0-4f1d-a192-0c5cc9f1020f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e3b63404-d379-4a69-a7e3-1d6e8e72907b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14885" + ], + "x-ms-request-id": [ + "e0437356-0925-4da4-8f86-0689c1b48cb0" + ], + "x-ms-correlation-request-id": [ + "e0437356-0925-4da4-8f86-0689c1b48cb0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191935Z:e0437356-0925-4da4-8f86-0689c1b48cb0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "999a9d99-dfa0-4944-9d27-7593b6217201" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14883" + ], + "x-ms-request-id": [ + "b4ea09f3-b426-4075-a5d0-5ab64f9cecd9" + ], + "x-ms-correlation-request-id": [ + "b4ea09f3-b426-4075-a5d0-5ab64f9cecd9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191935Z:b4ea09f3-b426-4075-a5d0-5ab64f9cecd9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b82a8b32-bf0b-43cd-859a-8477bf750872" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14881" + ], + "x-ms-request-id": [ + "bcee93be-b00d-48e3-a2b3-0068ab6f48eb" + ], + "x-ms-correlation-request-id": [ + "bcee93be-b00d-48e3-a2b3-0068ab6f48eb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191935Z:bcee93be-b00d-48e3-a2b3-0068ab6f48eb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6500b8b4-f815-4172-b3a9-1b24bc1bd923" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14879" + ], + "x-ms-request-id": [ + "0ffc58ec-2cd3-4404-817a-4dcb40c520ce" + ], + "x-ms-correlation-request-id": [ + "0ffc58ec-2cd3-4404-817a-4dcb40c520ce" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191935Z:0ffc58ec-2cd3-4404-817a-4dcb40c520ce" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0954fb41-3422-414d-86c0-4f5999002ece" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14877" + ], + "x-ms-request-id": [ + "b25f067a-ac78-4bb9-ba10-a5f8755ba9cf" + ], + "x-ms-correlation-request-id": [ + "b25f067a-ac78-4bb9-ba10-a5f8755ba9cf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191936Z:b25f067a-ac78-4bb9-ba10-a5f8755ba9cf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b4d68554-60bd-464c-9f4f-5439c73ada92" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14875" + ], + "x-ms-request-id": [ + "9d46e67c-d557-45d5-acce-608bd3678894" + ], + "x-ms-correlation-request-id": [ + "9d46e67c-d557-45d5-acce-608bd3678894" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191936Z:9d46e67c-d557-45d5-acce-608bd3678894" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6cdeb272-47f5-4446-b519-31738330928b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14873" + ], + "x-ms-request-id": [ + "166807df-e617-4516-a0cd-fb46d357fc60" + ], + "x-ms-correlation-request-id": [ + "166807df-e617-4516-a0cd-fb46d357fc60" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191936Z:166807df-e617-4516-a0cd-fb46d357fc60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "920a6f5d-2ee2-489b-8bd8-5ee48f78e4e4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14871" + ], + "x-ms-request-id": [ + "5acaab86-9441-4087-b5b3-e8e1faca3159" + ], + "x-ms-correlation-request-id": [ + "5acaab86-9441-4087-b5b3-e8e1faca3159" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191936Z:5acaab86-9441-4087-b5b3-e8e1faca3159" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c44b58b5-62b5-4802-a4c5-43d68ea6c63e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14869" + ], + "x-ms-request-id": [ + "212f00fc-e254-4e16-b47c-3fd8d079188c" + ], + "x-ms-correlation-request-id": [ + "212f00fc-e254-4e16-b47c-3fd8d079188c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191936Z:212f00fc-e254-4e16-b47c-3fd8d079188c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "49328d82-ee4b-4cc4-b393-95295fd326b4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14867" + ], + "x-ms-request-id": [ + "479c4a20-5577-4e16-ab4d-99b3f7432146" + ], + "x-ms-correlation-request-id": [ + "479c4a20-5577-4e16-ab4d-99b3f7432146" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191937Z:479c4a20-5577-4e16-ab4d-99b3f7432146" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8389632c-10ac-402a-b03c-5cfb520a7e57" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14865" + ], + "x-ms-request-id": [ + "703edafa-97cc-4edf-9a10-963b1a6d516e" + ], + "x-ms-correlation-request-id": [ + "703edafa-97cc-4edf-9a10-963b1a6d516e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191937Z:703edafa-97cc-4edf-9a10-963b1a6d516e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "26d30a9d-d81d-4e17-837f-9f8310bad9e5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14863" + ], + "x-ms-request-id": [ + "9e16e5e4-0d5c-42ff-ae63-fc095c633d9b" + ], + "x-ms-correlation-request-id": [ + "9e16e5e4-0d5c-42ff-ae63-fc095c633d9b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191937Z:9e16e5e4-0d5c-42ff-ae63-fc095c633d9b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ae9ede1d-a73e-4f9e-ae83-c02d39b34902" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14861" + ], + "x-ms-request-id": [ + "c2f24d19-114e-4d8a-bfc2-9195e0c65b1b" + ], + "x-ms-correlation-request-id": [ + "c2f24d19-114e-4d8a-bfc2-9195e0c65b1b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191937Z:c2f24d19-114e-4d8a-bfc2-9195e0c65b1b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6a72a342-18ef-4907-9964-cdc910c76a55" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14859" + ], + "x-ms-request-id": [ + "80c54bf8-0a18-4985-8668-74637d3f728d" + ], + "x-ms-correlation-request-id": [ + "80c54bf8-0a18-4985-8668-74637d3f728d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191937Z:80c54bf8-0a18-4985-8668-74637d3f728d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "42bf79ae-bcef-4e22-998e-2f36d0fc8620" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14857" + ], + "x-ms-request-id": [ + "63df0b0f-81cd-4313-9472-ac6ad0bd442b" + ], + "x-ms-correlation-request-id": [ + "63df0b0f-81cd-4313-9472-ac6ad0bd442b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191938Z:63df0b0f-81cd-4313-9472-ac6ad0bd442b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "46d05341-99ec-47cc-a56a-fe55d9508c4d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14855" + ], + "x-ms-request-id": [ + "6c2dfa84-caa4-47e8-969e-6b895becaf56" + ], + "x-ms-correlation-request-id": [ + "6c2dfa84-caa4-47e8-969e-6b895becaf56" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191938Z:6c2dfa84-caa4-47e8-969e-6b895becaf56" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6604625e-cf2a-49b0-843f-b99fa12c920c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14853" + ], + "x-ms-request-id": [ + "0d5a7dde-51a8-491e-9106-d9857b785c59" + ], + "x-ms-correlation-request-id": [ + "0d5a7dde-51a8-491e-9106-d9857b785c59" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191938Z:0d5a7dde-51a8-491e-9106-d9857b785c59" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "03b260a5-1283-4f6b-99c2-5939250b765a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14851" + ], + "x-ms-request-id": [ + "36579a5d-890c-4b79-942f-062c02a89a27" + ], + "x-ms-correlation-request-id": [ + "36579a5d-890c-4b79-942f-062c02a89a27" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191938Z:36579a5d-890c-4b79-942f-062c02a89a27" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "27676d04-2b28-4a86-a245-1d6f9ec4baf2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14849" + ], + "x-ms-request-id": [ + "eac47269-5973-40fa-9459-9f239569c766" + ], + "x-ms-correlation-request-id": [ + "eac47269-5973-40fa-9459-9f239569c766" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191938Z:eac47269-5973-40fa-9459-9f239569c766" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cf164c08-7d86-4422-9e09-467563ad6110" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14847" + ], + "x-ms-request-id": [ + "1f06eaa9-0135-4916-b150-50d01c5b4691" + ], + "x-ms-correlation-request-id": [ + "1f06eaa9-0135-4916-b150-50d01c5b4691" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191938Z:1f06eaa9-0135-4916-b150-50d01c5b4691" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3f1ad95e-467c-4548-81a0-909c23425267" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14845" + ], + "x-ms-request-id": [ + "6a655e8c-cd52-449f-a38b-a6dd0c259d4f" + ], + "x-ms-correlation-request-id": [ + "6a655e8c-cd52-449f-a38b-a6dd0c259d4f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191939Z:6a655e8c-cd52-449f-a38b-a6dd0c259d4f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c6ad5766-cd81-4355-b989-6996e3654fc8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14843" + ], + "x-ms-request-id": [ + "3acc893b-ef8e-44b9-b243-dada1d3c76bd" + ], + "x-ms-correlation-request-id": [ + "3acc893b-ef8e-44b9-b243-dada1d3c76bd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191939Z:3acc893b-ef8e-44b9-b243-dada1d3c76bd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d82a57cd-5308-40f1-a191-430b856387dc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14841" + ], + "x-ms-request-id": [ + "1f502e5a-b7ed-460c-9b35-5d6569a65d0f" + ], + "x-ms-correlation-request-id": [ + "1f502e5a-b7ed-460c-9b35-5d6569a65d0f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191939Z:1f502e5a-b7ed-460c-9b35-5d6569a65d0f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e4ee87db-8f00-4557-9895-9fe40db6c04b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14839" + ], + "x-ms-request-id": [ + "815b39e7-c5cd-44eb-87a6-207bc0f18179" + ], + "x-ms-correlation-request-id": [ + "815b39e7-c5cd-44eb-87a6-207bc0f18179" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191939Z:815b39e7-c5cd-44eb-87a6-207bc0f18179" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cba44d02-bc4b-45ad-8bd1-27041fbe1a56" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14837" + ], + "x-ms-request-id": [ + "4b4a09f3-e31c-49a9-b96d-bb4284dd67ec" + ], + "x-ms-correlation-request-id": [ + "4b4a09f3-e31c-49a9-b96d-bb4284dd67ec" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191939Z:4b4a09f3-e31c-49a9-b96d-bb4284dd67ec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "54159968-87f5-46c6-831a-cfab50ef2277" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14835" + ], + "x-ms-request-id": [ + "4a53fd69-2811-4247-8e14-69e3dc91f9ef" + ], + "x-ms-correlation-request-id": [ + "4a53fd69-2811-4247-8e14-69e3dc91f9ef" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191940Z:4a53fd69-2811-4247-8e14-69e3dc91f9ef" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0d7d10ed-a7cf-4b56-b62c-c47f92ecec7d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.1059618Z\",\r\n \"duration\": \"PT3.9761092S\",\r\n \"trackingId\": \"b55d0204-63be-4605-8dd9-cf8968337200\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3538" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14833" + ], + "x-ms-request-id": [ + "8270af45-1d15-47a4-a3d2-e6f418cacae7" + ], + "x-ms-correlation-request-id": [ + "8270af45-1d15-47a4-a3d2-e6f418cacae7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191940Z:8270af45-1d15-47a4-a3d2-e6f418cacae7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3cdf413f-7fa6-4b43-826a-9189244e6516" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:40.2546803Z\",\r\n \"duration\": \"PT15.1248277S\",\r\n \"trackingId\": \"6268740a-c699-4b5a-b1a7-429402ac5cf8\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3539" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14831" + ], + "x-ms-request-id": [ + "c143d83b-2bc2-4efd-ae11-00f65f31aa88" + ], + "x-ms-correlation-request-id": [ + "c143d83b-2bc2-4efd-ae11-00f65f31aa88" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191940Z:c143d83b-2bc2-4efd-ae11-00f65f31aa88" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eeaee198-c4c0-475e-9dce-9d08275ea133" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:40.2546803Z\",\r\n \"duration\": \"PT15.1248277S\",\r\n \"trackingId\": \"6268740a-c699-4b5a-b1a7-429402ac5cf8\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3539" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14829" + ], + "x-ms-request-id": [ + "5ef9d0c7-b167-4e94-ab96-2f8fc7ba5792" + ], + "x-ms-correlation-request-id": [ + "5ef9d0c7-b167-4e94-ab96-2f8fc7ba5792" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191940Z:5ef9d0c7-b167-4e94-ab96-2f8fc7ba5792" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "84343d91-8fb9-49a0-89da-330eb85e1a7d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3535" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14827" + ], + "x-ms-request-id": [ + "224a77c0-2502-4828-aa09-6f453aaf9f31" + ], + "x-ms-correlation-request-id": [ + "224a77c0-2502-4828-aa09-6f453aaf9f31" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191940Z:224a77c0-2502-4828-aa09-6f453aaf9f31" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eb83418d-888d-4de8-a740-d222edf346b8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.5421973Z\",\r\n \"duration\": \"PT5.409852S\",\r\n \"trackingId\": \"b078a308-ab80-4f1a-88f2-270c378b27d9\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3535" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14825" + ], + "x-ms-request-id": [ + "10694529-2bb0-4178-ae5e-c01bfccc11a5" + ], + "x-ms-correlation-request-id": [ + "10694529-2bb0-4178-ae5e-c01bfccc11a5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191941Z:10694529-2bb0-4178-ae5e-c01bfccc11a5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5993aa1d-b523-4361-92db-e4b453b865a3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:41.1106827Z\",\r\n \"duration\": \"PT15.9783374S\",\r\n \"trackingId\": \"a5c1c479-8f4b-4b12-9a8a-7c6dcf09c135\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3537" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14823" + ], + "x-ms-request-id": [ + "35ba9ac3-a9a2-4658-accf-b6bdab6d4e79" + ], + "x-ms-correlation-request-id": [ + "35ba9ac3-a9a2-4658-accf-b6bdab6d4e79" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191941Z:35ba9ac3-a9a2-4658-accf-b6bdab6d4e79" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7b91c088-43fe-4c5a-8c7d-76ca98107c51" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:41.1106827Z\",\r\n \"duration\": \"PT15.9783374S\",\r\n \"trackingId\": \"a5c1c479-8f4b-4b12-9a8a-7c6dcf09c135\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3537" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14821" + ], + "x-ms-request-id": [ + "392b0355-92d2-4be3-a1a2-936735dc3b71" + ], + "x-ms-correlation-request-id": [ + "392b0355-92d2-4be3-a1a2-936735dc3b71" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191941Z:392b0355-92d2-4be3-a1a2-936735dc3b71" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ea53e54c-1868-45db-ae86-78a04f6e2138" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3533" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14819" + ], + "x-ms-request-id": [ + "bd2f9a4a-b4fb-4fc6-b7f9-2d07900c16ad" + ], + "x-ms-correlation-request-id": [ + "bd2f9a4a-b4fb-4fc6-b7f9-2d07900c16ad" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191941Z:bd2f9a4a-b4fb-4fc6-b7f9-2d07900c16ad" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "462ef740-fac7-49ff-bac5-227611d4a687" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3533" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14817" + ], + "x-ms-request-id": [ + "ec10deef-002f-476a-932c-cf69dfeeeee5" + ], + "x-ms-correlation-request-id": [ + "ec10deef-002f-476a-932c-cf69dfeeeee5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191941Z:ec10deef-002f-476a-932c-cf69dfeeeee5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f4a32b9b-1355-4a46-813f-1100c0bb1c43" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3533" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14815" + ], + "x-ms-request-id": [ + "8c26d444-792d-4604-82d0-a525fb4ef22f" + ], + "x-ms-correlation-request-id": [ + "8c26d444-792d-4604-82d0-a525fb4ef22f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191941Z:8c26d444-792d-4604-82d0-a525fb4ef22f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6c0f317d-b9fe-472a-b7b9-9732308ad773" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3533" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14813" + ], + "x-ms-request-id": [ + "3383aabd-4eb9-4ed5-977e-1ebe99c52bb2" + ], + "x-ms-correlation-request-id": [ + "3383aabd-4eb9-4ed5-977e-1ebe99c52bb2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191942Z:3383aabd-4eb9-4ed5-977e-1ebe99c52bb2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c5603912-deac-4f15-9409-2388ee2e087a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3533" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14811" + ], + "x-ms-request-id": [ + "232ab86e-1df9-4463-bb8f-0f71744677bf" + ], + "x-ms-correlation-request-id": [ + "232ab86e-1df9-4463-bb8f-0f71744677bf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191942Z:232ab86e-1df9-4463-bb8f-0f71744677bf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6302ad9a-685c-4f66-acb8-1afefeee66d6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3533" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14809" + ], + "x-ms-request-id": [ + "2d2bc6d9-8506-4f84-bc89-85464dc53d24" + ], + "x-ms-correlation-request-id": [ + "2d2bc6d9-8506-4f84-bc89-85464dc53d24" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191942Z:2d2bc6d9-8506-4f84-bc89-85464dc53d24" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bc58119e-aa0b-4357-8c60-8a35389cc14d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3533" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14807" + ], + "x-ms-request-id": [ + "a4c87b44-1cdf-47ea-be6a-725f236804b7" + ], + "x-ms-correlation-request-id": [ + "a4c87b44-1cdf-47ea-be6a-725f236804b7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191942Z:a4c87b44-1cdf-47ea-be6a-725f236804b7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "15dec731-945b-45de-9d5c-eb10413d72e5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3533" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14805" + ], + "x-ms-request-id": [ + "36eb14c9-ca8b-4e41-b5c9-09309a144a9e" + ], + "x-ms-correlation-request-id": [ + "36eb14c9-ca8b-4e41-b5c9-09309a144a9e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191942Z:36eb14c9-ca8b-4e41-b5c9-09309a144a9e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bea15821-51e2-43c5-8481-dacfb16e9f03" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3533" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14803" + ], + "x-ms-request-id": [ + "ef38ceb1-8074-4b7b-ac76-6e17e2eb81f8" + ], + "x-ms-correlation-request-id": [ + "ef38ceb1-8074-4b7b-ac76-6e17e2eb81f8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191943Z:ef38ceb1-8074-4b7b-ac76-6e17e2eb81f8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9db7d2c0-9730-41a5-ab71-dc682324c6db" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3533" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14801" + ], + "x-ms-request-id": [ + "5bfb40a9-80d7-4fe6-bcb5-e28dcf961fb0" + ], + "x-ms-correlation-request-id": [ + "5bfb40a9-80d7-4fe6-bcb5-e28dcf961fb0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191943Z:5bfb40a9-80d7-4fe6-bcb5-e28dcf961fb0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2247970e-25ef-4eb8-aa2a-438e4c7bd499" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3533" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14799" + ], + "x-ms-request-id": [ + "0bc3fee7-0485-4b88-8b9c-11949be24bd6" + ], + "x-ms-correlation-request-id": [ + "0bc3fee7-0485-4b88-8b9c-11949be24bd6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191943Z:0bc3fee7-0485-4b88-8b9c-11949be24bd6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "124a369b-5941-47e6-8271-74df8e42e69e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3533" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14797" + ], + "x-ms-request-id": [ + "dc5b8d63-663e-4a7e-8e00-b3ac6a75ab7f" + ], + "x-ms-correlation-request-id": [ + "dc5b8d63-663e-4a7e-8e00-b3ac6a75ab7f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191943Z:dc5b8d63-663e-4a7e-8e00-b3ac6a75ab7f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4d8eda68-3038-40ae-941b-a51b688762f6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3533" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14795" + ], + "x-ms-request-id": [ + "de95353a-3f64-499a-a3ad-e49868f9baea" + ], + "x-ms-correlation-request-id": [ + "de95353a-3f64-499a-a3ad-e49868f9baea" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191943Z:de95353a-3f64-499a-a3ad-e49868f9baea" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a9af979f-aa02-41bc-91e6-322d7a59a28a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3533" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14793" + ], + "x-ms-request-id": [ + "8fac85ea-7bd7-46a9-a1a5-db787c816d05" + ], + "x-ms-correlation-request-id": [ + "8fac85ea-7bd7-46a9-a1a5-db787c816d05" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191944Z:8fac85ea-7bd7-46a9-a1a5-db787c816d05" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9c0db03f-31f4-4bf8-abff-f4c05755f67d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3533" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14791" + ], + "x-ms-request-id": [ + "040f8f22-225e-495c-8efd-9478ce7ff3f6" + ], + "x-ms-correlation-request-id": [ + "040f8f22-225e-495c-8efd-9478ce7ff3f6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191944Z:040f8f22-225e-495c-8efd-9478ce7ff3f6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dc40385b-3aaa-4079-8fcf-7197cdecbae9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3533" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14789" + ], + "x-ms-request-id": [ + "1f029119-ad9a-4c50-89e4-cd7c2fffc94a" + ], + "x-ms-correlation-request-id": [ + "1f029119-ad9a-4c50-89e4-cd7c2fffc94a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191944Z:1f029119-ad9a-4c50-89e4-cd7c2fffc94a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "df66aed0-fb11-4447-9356-c22efa138aa5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3533" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14787" + ], + "x-ms-request-id": [ + "886c2152-2b6b-46e7-abd5-630e48803842" + ], + "x-ms-correlation-request-id": [ + "886c2152-2b6b-46e7-abd5-630e48803842" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191944Z:886c2152-2b6b-46e7-abd5-630e48803842" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c641d383-3b08-4788-b959-08d907123b55" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "3533" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14785" + ], + "x-ms-request-id": [ + "67f7afc1-0d83-418b-9462-08d99997d271" + ], + "x-ms-correlation-request-id": [ + "67f7afc1-0d83-418b-9462-08d99997d271" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191944Z:67f7afc1-0d83-418b-9462-08d99997d271" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b52b70a6-dff8-46b5-ac99-7aa3728226d6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:44.8844339Z\",\r\n \"duration\": \"PT4.0493357S\",\r\n \"trackingId\": \"d099fcad-8e82-43a9-adee-89f1cd37a6fe\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4236" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14783" + ], + "x-ms-request-id": [ + "03502849-5e51-4527-bdc6-bd59c7e89c9d" + ], + "x-ms-correlation-request-id": [ + "03502849-5e51-4527-bdc6-bd59c7e89c9d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191945Z:03502849-5e51-4527-bdc6-bd59c7e89c9d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "07675cb7-7b08-4811-a0d0-d051be0ce645" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:44.8844339Z\",\r\n \"duration\": \"PT4.0493357S\",\r\n \"trackingId\": \"d099fcad-8e82-43a9-adee-89f1cd37a6fe\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4236" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14781" + ], + "x-ms-request-id": [ + "8d170e28-098e-4793-ba0b-e82cc4a8b3e5" + ], + "x-ms-correlation-request-id": [ + "8d170e28-098e-4793-ba0b-e82cc4a8b3e5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191945Z:8d170e28-098e-4793-ba0b-e82cc4a8b3e5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fab62dad-4097-4dfe-bb1b-b94781ec396b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4236" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14779" + ], + "x-ms-request-id": [ + "49748edf-26af-44c1-9132-033e9a4d2ee0" + ], + "x-ms-correlation-request-id": [ + "49748edf-26af-44c1-9132-033e9a4d2ee0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191945Z:49748edf-26af-44c1-9132-033e9a4d2ee0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eb95f27f-ee51-486b-963e-c3a3f031a02c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4236" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14777" + ], + "x-ms-request-id": [ + "1d664660-44f1-4d86-845a-da2645a42ad7" + ], + "x-ms-correlation-request-id": [ + "1d664660-44f1-4d86-845a-da2645a42ad7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191945Z:1d664660-44f1-4d86-845a-da2645a42ad7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1f8f5c64-7dd9-4888-b277-c7f10a113a69" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4236" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14775" + ], + "x-ms-request-id": [ + "61d4c0ba-dd82-4132-bd3c-bce3ccdb6865" + ], + "x-ms-correlation-request-id": [ + "61d4c0ba-dd82-4132-bd3c-bce3ccdb6865" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191945Z:61d4c0ba-dd82-4132-bd3c-bce3ccdb6865" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "089712a2-0283-451a-9429-8f3674235673" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4236" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14773" + ], + "x-ms-request-id": [ + "c69a0a3f-435d-434d-8325-e555ebb60be2" + ], + "x-ms-correlation-request-id": [ + "c69a0a3f-435d-434d-8325-e555ebb60be2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191946Z:c69a0a3f-435d-434d-8325-e555ebb60be2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7b8c8fc4-eb18-48a7-94d3-998a180753d7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4236" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14771" + ], + "x-ms-request-id": [ + "54a235e3-c1c2-493d-8c80-65ad479ec406" + ], + "x-ms-correlation-request-id": [ + "54a235e3-c1c2-493d-8c80-65ad479ec406" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191946Z:54a235e3-c1c2-493d-8c80-65ad479ec406" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d028c514-7c5f-4a75-a865-437425fc3bf6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4236" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14769" + ], + "x-ms-request-id": [ + "3844bbeb-0259-41e9-b7e5-04236ca8c52e" + ], + "x-ms-correlation-request-id": [ + "3844bbeb-0259-41e9-b7e5-04236ca8c52e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191946Z:3844bbeb-0259-41e9-b7e5-04236ca8c52e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1d19c412-f9bf-4363-9e9b-a18cedef6479" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4236" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14767" + ], + "x-ms-request-id": [ + "db79ad6d-3d13-41e0-8a4a-75d391c2805c" + ], + "x-ms-correlation-request-id": [ + "db79ad6d-3d13-41e0-8a4a-75d391c2805c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191946Z:db79ad6d-3d13-41e0-8a4a-75d391c2805c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "40f4adfc-88d8-4628-90f8-372ae852d4c5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4236" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14765" + ], + "x-ms-request-id": [ + "28e404c6-36f0-4180-b3cb-f434161f19bb" + ], + "x-ms-correlation-request-id": [ + "28e404c6-36f0-4180-b3cb-f434161f19bb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191946Z:28e404c6-36f0-4180-b3cb-f434161f19bb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e521a207-4c6b-4607-a185-a7395dce1b5b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4236" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14763" + ], + "x-ms-request-id": [ + "9d3df297-f5c6-48cf-96f8-78126b815101" + ], + "x-ms-correlation-request-id": [ + "9d3df297-f5c6-48cf-96f8-78126b815101" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191946Z:9d3df297-f5c6-48cf-96f8-78126b815101" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e8ee816f-511c-4bc3-a740-0c74fb16f293" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4236" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14761" + ], + "x-ms-request-id": [ + "7efbdf1f-bff9-4ceb-84b5-f3eb3184e963" + ], + "x-ms-correlation-request-id": [ + "7efbdf1f-bff9-4ceb-84b5-f3eb3184e963" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191947Z:7efbdf1f-bff9-4ceb-84b5-f3eb3184e963" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d56dd9fb-6dce-46a4-8149-2d9c0d500657" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4236" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14759" + ], + "x-ms-request-id": [ + "2746468e-0b88-43fa-b230-357541f6766e" + ], + "x-ms-correlation-request-id": [ + "2746468e-0b88-43fa-b230-357541f6766e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191947Z:2746468e-0b88-43fa-b230-357541f6766e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dd0ad4b2-be4f-4cd5-937e-9c2ae6943431" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4236" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14757" + ], + "x-ms-request-id": [ + "360c6fe0-405c-46ee-819d-f329f3d77213" + ], + "x-ms-correlation-request-id": [ + "360c6fe0-405c-46ee-819d-f329f3d77213" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191947Z:360c6fe0-405c-46ee-819d-f329f3d77213" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "afbe691b-b6b7-4482-93a4-b34e89ad7043" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4236" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14755" + ], + "x-ms-request-id": [ + "745a8d56-5cc1-4eb4-8830-bf88c26da4b7" + ], + "x-ms-correlation-request-id": [ + "745a8d56-5cc1-4eb4-8830-bf88c26da4b7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191947Z:745a8d56-5cc1-4eb4-8830-bf88c26da4b7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9551bd96-0a1e-4ccf-a1fc-843bceb40157" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4236" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14753" + ], + "x-ms-request-id": [ + "87ba833f-5a49-4c1a-aa7f-2a542a744ecc" + ], + "x-ms-correlation-request-id": [ + "87ba833f-5a49-4c1a-aa7f-2a542a744ecc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191947Z:87ba833f-5a49-4c1a-aa7f-2a542a744ecc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7fd50363-7733-4888-af2a-c14071933bfc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4236" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14751" + ], + "x-ms-request-id": [ + "b935c53c-b51f-4fbc-89b3-95471ccb5b45" + ], + "x-ms-correlation-request-id": [ + "b935c53c-b51f-4fbc-89b3-95471ccb5b45" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191948Z:b935c53c-b51f-4fbc-89b3-95471ccb5b45" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1e7764dc-620d-4682-9b22-ffb680064720" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.3837865Z\",\r\n \"duration\": \"PT5.1737193S\",\r\n \"trackingId\": \"cdb43842-deec-4736-93cc-75938159a119\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4236" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14749" + ], + "x-ms-request-id": [ + "6ce1b14d-f054-49d8-a455-91bb1236e3bf" + ], + "x-ms-correlation-request-id": [ + "6ce1b14d-f054-49d8-a455-91bb1236e3bf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191948Z:6ce1b14d-f054-49d8-a455-91bb1236e3bf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "70e801ed-080d-4496-8adc-c3945216abab" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4232" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14747" + ], + "x-ms-request-id": [ + "a187cf1b-4956-4120-94db-61d8f149eece" + ], + "x-ms-correlation-request-id": [ + "a187cf1b-4956-4120-94db-61d8f149eece" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191948Z:a187cf1b-4956-4120-94db-61d8f149eece" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "675d23d5-3556-4ed4-87da-9b7e45fbef04" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4232" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14745" + ], + "x-ms-request-id": [ + "0c68ec4f-da48-47fa-8958-a6c2692ff5ca" + ], + "x-ms-correlation-request-id": [ + "0c68ec4f-da48-47fa-8958-a6c2692ff5ca" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191948Z:0c68ec4f-da48-47fa-8958-a6c2692ff5ca" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c6640990-6078-4b87-baa6-0462b2d4ac11" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4232" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14743" + ], + "x-ms-request-id": [ + "7d92db74-5907-418f-ac16-6e1d0e0f07ef" + ], + "x-ms-correlation-request-id": [ + "7d92db74-5907-418f-ac16-6e1d0e0f07ef" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191948Z:7d92db74-5907-418f-ac16-6e1d0e0f07ef" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "865eb03a-6883-41ec-9269-ae0f58b0d5dc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4232" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14741" + ], + "x-ms-request-id": [ + "4ea95f4c-b936-412b-a9a9-308569b69c54" + ], + "x-ms-correlation-request-id": [ + "4ea95f4c-b936-412b-a9a9-308569b69c54" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191949Z:4ea95f4c-b936-412b-a9a9-308569b69c54" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e36b678-7752-4033-88a7-01471bc9155d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4232" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14739" + ], + "x-ms-request-id": [ + "d6457601-7f9b-494f-b139-bd3e940d0b97" + ], + "x-ms-correlation-request-id": [ + "d6457601-7f9b-494f-b139-bd3e940d0b97" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191949Z:d6457601-7f9b-494f-b139-bd3e940d0b97" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3accc8ea-a32f-43f2-aed3-ccc0f1657a6d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4232" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14737" + ], + "x-ms-request-id": [ + "f101a2a5-0067-458c-a12f-6a5e92cb9010" + ], + "x-ms-correlation-request-id": [ + "f101a2a5-0067-458c-a12f-6a5e92cb9010" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191949Z:f101a2a5-0067-458c-a12f-6a5e92cb9010" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "874c2a3a-101e-486b-a958-5bd4091bbce6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4232" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14735" + ], + "x-ms-request-id": [ + "a75bf851-62df-4299-8252-9e565f8b1d65" + ], + "x-ms-correlation-request-id": [ + "a75bf851-62df-4299-8252-9e565f8b1d65" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191949Z:a75bf851-62df-4299-8252-9e565f8b1d65" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2b90f04d-042f-429e-8ac7-a1432fb023d9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4232" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14733" + ], + "x-ms-request-id": [ + "9af030d3-7281-45b7-83a0-be3471797f62" + ], + "x-ms-correlation-request-id": [ + "9af030d3-7281-45b7-83a0-be3471797f62" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191949Z:9af030d3-7281-45b7-83a0-be3471797f62" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "98455a2f-d0b5-483d-bc11-358d26c0ec08" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4232" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14731" + ], + "x-ms-request-id": [ + "2964601a-c4e7-41de-bd7d-6b9ecfb512ee" + ], + "x-ms-correlation-request-id": [ + "2964601a-c4e7-41de-bd7d-6b9ecfb512ee" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191950Z:2964601a-c4e7-41de-bd7d-6b9ecfb512ee" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7718fadc-a20f-44f7-97b3-27d5f2715f30" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4650976Z\",\r\n \"duration\": \"PT5.2809744S\",\r\n \"trackingId\": \"2c3425b5-61ad-4170-93a0-2f14b6078c55\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"Accepted\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4232" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14729" + ], + "x-ms-request-id": [ + "c2ddd547-a880-49ca-bb0f-954ad78a4482" + ], + "x-ms-correlation-request-id": [ + "c2ddd547-a880-49ca-bb0f-954ad78a4482" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191950Z:c2ddd547-a880-49ca-bb0f-954ad78a4482" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "552df472-c7be-4612-aded-a6f44bf47b70" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4227" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14727" + ], + "x-ms-request-id": [ + "3657e62b-25f2-4d01-95b4-bbf1e9198e74" + ], + "x-ms-correlation-request-id": [ + "3657e62b-25f2-4d01-95b4-bbf1e9198e74" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191950Z:3657e62b-25f2-4d01-95b4-bbf1e9198e74" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4b28f254-866a-40e0-940b-97b685e2ba41" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4227" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14725" + ], + "x-ms-request-id": [ + "80adfab6-b4ec-42bd-8aab-59675a6f5b50" + ], + "x-ms-correlation-request-id": [ + "80adfab6-b4ec-42bd-8aab-59675a6f5b50" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191950Z:80adfab6-b4ec-42bd-8aab-59675a6f5b50" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a6d9eaaf-7fb3-4f94-b214-2fe129d66cbb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4227" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14723" + ], + "x-ms-request-id": [ + "0e3aa4af-a9b4-4e80-8000-a9236d81f2e8" + ], + "x-ms-correlation-request-id": [ + "0e3aa4af-a9b4-4e80-8000-a9236d81f2e8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191950Z:0e3aa4af-a9b4-4e80-8000-a9236d81f2e8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cd8ab44e-55e0-4848-95e2-7096eae1a882" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4227" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14721" + ], + "x-ms-request-id": [ + "50168b20-3cb8-4e00-9297-ba2b1787e833" + ], + "x-ms-correlation-request-id": [ + "50168b20-3cb8-4e00-9297-ba2b1787e833" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191951Z:50168b20-3cb8-4e00-9297-ba2b1787e833" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "107ff0bc-87a2-4408-9472-5392f57ab8ae" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4227" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14719" + ], + "x-ms-request-id": [ + "95e870a6-eca9-4b19-afb5-a49ab8a07d90" + ], + "x-ms-correlation-request-id": [ + "95e870a6-eca9-4b19-afb5-a49ab8a07d90" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191951Z:95e870a6-eca9-4b19-afb5-a49ab8a07d90" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e9be7161-37dd-43cd-b8ea-007b576e944c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4227" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14717" + ], + "x-ms-request-id": [ + "06e272c1-1afa-4e78-812c-042098741014" + ], + "x-ms-correlation-request-id": [ + "06e272c1-1afa-4e78-812c-042098741014" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191951Z:06e272c1-1afa-4e78-812c-042098741014" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e6be34ab-9b15-48f8-8fce-660d81e3eee0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4227" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14715" + ], + "x-ms-request-id": [ + "d271d8b9-82a7-4979-b5df-bf500b458262" + ], + "x-ms-correlation-request-id": [ + "d271d8b9-82a7-4979-b5df-bf500b458262" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191952Z:d271d8b9-82a7-4979-b5df-bf500b458262" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0a6a7a13-aed1-4d32-b598-e2a2660935c9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4227" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14713" + ], + "x-ms-request-id": [ + "7e1d9287-9ddd-4b17-8706-e1024adeaa12" + ], + "x-ms-correlation-request-id": [ + "7e1d9287-9ddd-4b17-8706-e1024adeaa12" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191952Z:7e1d9287-9ddd-4b17-8706-e1024adeaa12" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e28400df-2d24-450f-be3c-13a4ef3f2723" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4227" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14711" + ], + "x-ms-request-id": [ + "da70d027-e468-4da7-ae8a-968fc5663095" + ], + "x-ms-correlation-request-id": [ + "da70d027-e468-4da7-ae8a-968fc5663095" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191952Z:da70d027-e468-4da7-ae8a-968fc5663095" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7c893044-f128-496b-a6b4-a77596ddff1e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4227" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14709" + ], + "x-ms-request-id": [ + "f60aac73-8189-4681-be78-ac209a064845" + ], + "x-ms-correlation-request-id": [ + "f60aac73-8189-4681-be78-ac209a064845" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191952Z:f60aac73-8189-4681-be78-ac209a064845" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "02391c8c-01af-4876-8ab4-9af279248c1a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4893" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14707" + ], + "x-ms-request-id": [ + "c4c46e75-f023-436d-8b35-84ac46a27426" + ], + "x-ms-correlation-request-id": [ + "c4c46e75-f023-436d-8b35-84ac46a27426" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191952Z:c4c46e75-f023-436d-8b35-84ac46a27426" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4538350d-6ba0-4180-9d6c-8caa236684cf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4893" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14705" + ], + "x-ms-request-id": [ + "22a346d9-2f14-4561-a2f3-64d44ecf8ac3" + ], + "x-ms-correlation-request-id": [ + "22a346d9-2f14-4561-a2f3-64d44ecf8ac3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191953Z:22a346d9-2f14-4561-a2f3-64d44ecf8ac3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fba42d2a-ab88-4f7d-bec6-723dc6f4b271" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4893" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14703" + ], + "x-ms-request-id": [ + "85827b2a-7f6e-44a4-a4b6-11900cf846fa" + ], + "x-ms-correlation-request-id": [ + "85827b2a-7f6e-44a4-a4b6-11900cf846fa" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191953Z:85827b2a-7f6e-44a4-a4b6-11900cf846fa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "64f66b4c-6668-4873-a3b9-2014f96e16c5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4893" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14701" + ], + "x-ms-request-id": [ + "74d8a8a0-72da-4850-a7c8-2a93f2e36e16" + ], + "x-ms-correlation-request-id": [ + "74d8a8a0-72da-4850-a7c8-2a93f2e36e16" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191953Z:74d8a8a0-72da-4850-a7c8-2a93f2e36e16" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f0464ce8-a15f-426e-aed8-5add9f97537f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4893" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14699" + ], + "x-ms-request-id": [ + "19da3de7-b197-4280-8bc1-10efaecc89c1" + ], + "x-ms-correlation-request-id": [ + "19da3de7-b197-4280-8bc1-10efaecc89c1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191953Z:19da3de7-b197-4280-8bc1-10efaecc89c1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "01aa18e0-7734-4a41-9eab-e13d848528bc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4893" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14697" + ], + "x-ms-request-id": [ + "333fa8d3-f80a-4204-9168-aa5091e51466" + ], + "x-ms-correlation-request-id": [ + "333fa8d3-f80a-4204-9168-aa5091e51466" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191953Z:333fa8d3-f80a-4204-9168-aa5091e51466" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "abba04c1-3f0d-4afa-bd26-3f6c08556031" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4893" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14695" + ], + "x-ms-request-id": [ + "1b6ac14f-df7b-4f67-830e-8137abd9c52f" + ], + "x-ms-correlation-request-id": [ + "1b6ac14f-df7b-4f67-830e-8137abd9c52f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191954Z:1b6ac14f-df7b-4f67-830e-8137abd9c52f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "49d15f2a-77fd-4d34-b7a7-872776790243" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4893" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14693" + ], + "x-ms-request-id": [ + "14f987e5-e239-452f-8b85-ad3475f13adf" + ], + "x-ms-correlation-request-id": [ + "14f987e5-e239-452f-8b85-ad3475f13adf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191954Z:14f987e5-e239-452f-8b85-ad3475f13adf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "63fef63e-a25a-4f1e-a60e-9a74a7e887b7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4893" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14691" + ], + "x-ms-request-id": [ + "04fcdb5c-f7f9-4cea-9211-f35f39967010" + ], + "x-ms-correlation-request-id": [ + "04fcdb5c-f7f9-4cea-9211-f35f39967010" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191954Z:04fcdb5c-f7f9-4cea-9211-f35f39967010" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8eea4d98-82d4-4ffc-bbfd-7730d5850b0c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "5559" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14689" + ], + "x-ms-request-id": [ + "56858a1d-8232-4036-95ee-2c101bf7cb54" + ], + "x-ms-correlation-request-id": [ + "56858a1d-8232-4036-95ee-2c101bf7cb54" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191954Z:56858a1d-8232-4036-95ee-2c101bf7cb54" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "21d59580-121a-4a1c-9835-d0010e6d59a6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "5559" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14687" + ], + "x-ms-request-id": [ + "fbbdd68f-864f-4f9f-9945-3cdc7358eb8d" + ], + "x-ms-correlation-request-id": [ + "fbbdd68f-864f-4f9f-9945-3cdc7358eb8d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191954Z:fbbdd68f-864f-4f9f-9945-3cdc7358eb8d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dd49f260-ab48-4636-9280-ccf24a82e7d8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "5559" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14685" + ], + "x-ms-request-id": [ + "5db5588c-58f9-4cff-8d8f-0de79195acbd" + ], + "x-ms-correlation-request-id": [ + "5db5588c-58f9-4cff-8d8f-0de79195acbd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191954Z:5db5588c-58f9-4cff-8d8f-0de79195acbd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e9442ee9-5e1c-4457-ad67-bda112813182" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "5559" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14683" + ], + "x-ms-request-id": [ + "96e68592-1572-48d8-99b9-3cc36a362f34" + ], + "x-ms-correlation-request-id": [ + "96e68592-1572-48d8-99b9-3cc36a362f34" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191955Z:96e68592-1572-48d8-99b9-3cc36a362f34" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "31a53e64-856c-43cd-b05a-e80b3e558da3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "5559" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14681" + ], + "x-ms-request-id": [ + "6693bf6e-0781-4a3a-8a4a-574a8da88dfa" + ], + "x-ms-correlation-request-id": [ + "6693bf6e-0781-4a3a-8a4a-574a8da88dfa" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191955Z:6693bf6e-0781-4a3a-8a4a-574a8da88dfa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aba29cd8-4a21-482f-ba36-edb0b15c4b00" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "5559" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14679" + ], + "x-ms-request-id": [ + "f5b073ec-0e99-4b56-9aaf-9fb656616d96" + ], + "x-ms-correlation-request-id": [ + "f5b073ec-0e99-4b56-9aaf-9fb656616d96" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191955Z:f5b073ec-0e99-4b56-9aaf-9fb656616d96" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0b79f907-72b8-4863-9de6-e77e7b9bf5cd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "5559" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14677" + ], + "x-ms-request-id": [ + "8394e697-c637-4c60-8776-78cfa132b74f" + ], + "x-ms-correlation-request-id": [ + "8394e697-c637-4c60-8776-78cfa132b74f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191955Z:8394e697-c637-4c60-8776-78cfa132b74f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "94ff6b0b-12b2-433a-a74f-d6c134e2455b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "5559" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14675" + ], + "x-ms-request-id": [ + "5ea25f92-1eea-496e-aaed-40d7774f70c6" + ], + "x-ms-correlation-request-id": [ + "5ea25f92-1eea-496e-aaed-40d7774f70c6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191955Z:5ea25f92-1eea-496e-aaed-40d7774f70c6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "39074d42-384e-41ad-830b-4fe461244241" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "5559" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14673" + ], + "x-ms-request-id": [ + "824dc50e-d63c-4871-9a1a-e1c680556860" + ], + "x-ms-correlation-request-id": [ + "824dc50e-d63c-4871-9a1a-e1c680556860" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191956Z:824dc50e-d63c-4871-9a1a-e1c680556860" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c59027de-ae10-4fbf-9426-2911605e3b1b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "5559" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14671" + ], + "x-ms-request-id": [ + "441449e1-f8d3-49d7-90df-7c8113427215" + ], + "x-ms-correlation-request-id": [ + "441449e1-f8d3-49d7-90df-7c8113427215" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191956Z:441449e1-f8d3-49d7-90df-7c8113427215" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d8bc1657-3c55-4ca5-b99a-48a818168542" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "5559" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14669" + ], + "x-ms-request-id": [ + "74e42ebc-411b-4697-9cf4-ec7ad2f725a0" + ], + "x-ms-correlation-request-id": [ + "74e42ebc-411b-4697-9cf4-ec7ad2f725a0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191956Z:74e42ebc-411b-4697-9cf4-ec7ad2f725a0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "613ded9c-5110-480b-8891-ef28dd91f511" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.2728367Z\",\r\n \"duration\": \"PT4.4377385S\",\r\n \"trackingId\": \"270e0632-dbb1-4faa-94ba-026361bf6539\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "5559" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14667" + ], + "x-ms-request-id": [ + "724c51ef-0a43-47ca-b616-cc1a9d91d7ed" + ], + "x-ms-correlation-request-id": [ + "724c51ef-0a43-47ca-b616-cc1a9d91d7ed" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191956Z:724c51ef-0a43-47ca-b616-cc1a9d91d7ed" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5a75bf65-13b9-4d89-966a-8f47e7f39829" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:56.5882979Z\",\r\n \"duration\": \"PT15.7531997S\",\r\n \"trackingId\": \"d9ddd43e-ded7-4489-a0f2-51e2ffc2d124\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "5560" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14665" + ], + "x-ms-request-id": [ + "2eb5909c-fc4a-437a-9e40-2073a645e9f1" + ], + "x-ms-correlation-request-id": [ + "2eb5909c-fc4a-437a-9e40-2073a645e9f1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191956Z:2eb5909c-fc4a-437a-9e40-2073a645e9f1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a3eb41af-321b-4aaa-92c6-42312577f8b0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:56.5882979Z\",\r\n \"duration\": \"PT15.7531997S\",\r\n \"trackingId\": \"d9ddd43e-ded7-4489-a0f2-51e2ffc2d124\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "5560" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14663" + ], + "x-ms-request-id": [ + "3a8e0919-a5e6-43e8-898e-249162ff732f" + ], + "x-ms-correlation-request-id": [ + "3a8e0919-a5e6-43e8-898e-249162ff732f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191957Z:3a8e0919-a5e6-43e8-898e-249162ff732f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eae4054e-4259-4276-89f7-30fcfa86c8e7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "5557" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14661" + ], + "x-ms-request-id": [ + "e882c1df-06b4-4ee5-a33a-ab9578b4e87c" + ], + "x-ms-correlation-request-id": [ + "e882c1df-06b4-4ee5-a33a-ab9578b4e87c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191957Z:e882c1df-06b4-4ee5-a33a-ab9578b4e87c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1bf3b7a0-f157-48da-b10b-d861bc86f7fe" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "5557" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14659" + ], + "x-ms-request-id": [ + "f7cbef14-0249-4133-806e-d6a028dc1b4d" + ], + "x-ms-correlation-request-id": [ + "f7cbef14-0249-4133-806e-d6a028dc1b4d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191957Z:f7cbef14-0249-4133-806e-d6a028dc1b4d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "30b1a724-5b10-44be-8087-020ebd536b04" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "5557" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14657" + ], + "x-ms-request-id": [ + "cc4a32be-3d06-476c-84f1-747d4061aee8" + ], + "x-ms-correlation-request-id": [ + "cc4a32be-3d06-476c-84f1-747d4061aee8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191957Z:cc4a32be-3d06-476c-84f1-747d4061aee8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cb6a71c7-a900-4548-b955-41dff403a57d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "5557" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14655" + ], + "x-ms-request-id": [ + "a9d35779-bcda-4666-871a-6ee7f5788e52" + ], + "x-ms-correlation-request-id": [ + "a9d35779-bcda-4666-871a-6ee7f5788e52" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191957Z:a9d35779-bcda-4666-871a-6ee7f5788e52" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ee070054-6a93-41ec-95e0-893e3ff6e268" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "5557" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14653" + ], + "x-ms-request-id": [ + "0bb9b9d7-3d25-4874-b1b2-134cd1d0ed05" + ], + "x-ms-correlation-request-id": [ + "0bb9b9d7-3d25-4874-b1b2-134cd1d0ed05" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191957Z:0bb9b9d7-3d25-4874-b1b2-134cd1d0ed05" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ac78678c-660e-46cc-a2da-bc68d521cc76" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "5557" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14651" + ], + "x-ms-request-id": [ + "e06b1949-3c20-40cd-b54f-4aefcc058e71" + ], + "x-ms-correlation-request-id": [ + "e06b1949-3c20-40cd-b54f-4aefcc058e71" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191958Z:e06b1949-3c20-40cd-b54f-4aefcc058e71" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c2ba43ab-69d5-4d62-acff-984b6b2bd3a3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "5557" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14649" + ], + "x-ms-request-id": [ + "3dc111a5-86f1-480d-8db5-193d2d09e43b" + ], + "x-ms-correlation-request-id": [ + "3dc111a5-86f1-480d-8db5-193d2d09e43b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191958Z:3dc111a5-86f1-480d-8db5-193d2d09e43b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5045f833-bc78-4c65-9708-5ec63c04a1c1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "5557" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14647" + ], + "x-ms-request-id": [ + "c33a2884-d8c9-4e51-aec9-df1add2422cf" + ], + "x-ms-correlation-request-id": [ + "c33a2884-d8c9-4e51-aec9-df1add2422cf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191958Z:c33a2884-d8c9-4e51-aec9-df1add2422cf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c51e3243-85d7-451f-a01d-0dac1e106b87" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6266" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14645" + ], + "x-ms-request-id": [ + "815a9db1-e664-4dba-b2d1-716ee6164d13" + ], + "x-ms-correlation-request-id": [ + "815a9db1-e664-4dba-b2d1-716ee6164d13" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191958Z:815a9db1-e664-4dba-b2d1-716ee6164d13" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "77b1b23c-a0c2-441e-a05d-8a9bbaede06a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6266" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14643" + ], + "x-ms-request-id": [ + "174ef8c4-7a6f-44fa-9fff-a5331605c422" + ], + "x-ms-correlation-request-id": [ + "174ef8c4-7a6f-44fa-9fff-a5331605c422" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191958Z:174ef8c4-7a6f-44fa-9fff-a5331605c422" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "94e1adec-2c18-44c1-b12d-b1fa7b760820" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6266" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14641" + ], + "x-ms-request-id": [ + "5fd41030-2f90-4f14-b34e-48295ab77f9f" + ], + "x-ms-correlation-request-id": [ + "5fd41030-2f90-4f14-b34e-48295ab77f9f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191959Z:5fd41030-2f90-4f14-b34e-48295ab77f9f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "213750e9-a000-4198-ad7a-fc96cec136fb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6266" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14639" + ], + "x-ms-request-id": [ + "faedaf98-8cc4-49c8-aeab-069a6fb6607c" + ], + "x-ms-correlation-request-id": [ + "faedaf98-8cc4-49c8-aeab-069a6fb6607c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191959Z:faedaf98-8cc4-49c8-aeab-069a6fb6607c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6453fa48-bad2-481e-bfed-908acdd51d40" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6266" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14637" + ], + "x-ms-request-id": [ + "96f41f72-0e26-4273-b34b-f507ec2c563b" + ], + "x-ms-correlation-request-id": [ + "96f41f72-0e26-4273-b34b-f507ec2c563b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191959Z:96f41f72-0e26-4273-b34b-f507ec2c563b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2a068c93-1ba1-43f3-85a5-762a67abc96c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6266" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14635" + ], + "x-ms-request-id": [ + "59d3738b-245b-421e-be52-f84c3dd3b31a" + ], + "x-ms-correlation-request-id": [ + "59d3738b-245b-421e-be52-f84c3dd3b31a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191959Z:59d3738b-245b-421e-be52-f84c3dd3b31a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2397921c-ee40-4cf0-8a9e-5f4ffe98b898" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6266" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14633" + ], + "x-ms-request-id": [ + "88fe90e5-ad20-4440-ac2a-0c4c75b11155" + ], + "x-ms-correlation-request-id": [ + "88fe90e5-ad20-4440-ac2a-0c4c75b11155" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191959Z:88fe90e5-ad20-4440-ac2a-0c4c75b11155" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3553dc47-24dc-4ebd-a744-ef5b37562070" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6266" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14631" + ], + "x-ms-request-id": [ + "368aaf18-8889-4f7f-9bfd-01c60dbc9947" + ], + "x-ms-correlation-request-id": [ + "368aaf18-8889-4f7f-9bfd-01c60dbc9947" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192000Z:368aaf18-8889-4f7f-9bfd-01c60dbc9947" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cf88602e-a045-492d-8200-3c6e2d98e144" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6266" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14629" + ], + "x-ms-request-id": [ + "5e5ab116-dea8-4f65-9170-b4e86cef7dc6" + ], + "x-ms-correlation-request-id": [ + "5e5ab116-dea8-4f65-9170-b4e86cef7dc6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192000Z:5e5ab116-dea8-4f65-9170-b4e86cef7dc6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4c78c690-108f-4ca9-b320-e641786f3665" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6266" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14627" + ], + "x-ms-request-id": [ + "cef6d238-a18f-4345-9906-26aa311027c2" + ], + "x-ms-correlation-request-id": [ + "cef6d238-a18f-4345-9906-26aa311027c2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192000Z:cef6d238-a18f-4345-9906-26aa311027c2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "92cfcd28-edcf-488e-a7bc-7f77f5372b17" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6266" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14625" + ], + "x-ms-request-id": [ + "b84157db-b2b0-4dca-b5e3-da24958af0be" + ], + "x-ms-correlation-request-id": [ + "b84157db-b2b0-4dca-b5e3-da24958af0be" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192000Z:b84157db-b2b0-4dca-b5e3-da24958af0be" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "10b63f44-a6ee-46f1-b920-3b660a6ace95" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6266" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14623" + ], + "x-ms-request-id": [ + "b9f30801-732c-4fdd-af71-e0b12dc75200" + ], + "x-ms-correlation-request-id": [ + "b9f30801-732c-4fdd-af71-e0b12dc75200" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192000Z:b9f30801-732c-4fdd-af71-e0b12dc75200" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "01f09e8a-6695-4e46-9075-a90e56f0aefb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6266" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14621" + ], + "x-ms-request-id": [ + "d950f534-de90-46fa-8f94-7857c1eb74a5" + ], + "x-ms-correlation-request-id": [ + "d950f534-de90-46fa-8f94-7857c1eb74a5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192000Z:d950f534-de90-46fa-8f94-7857c1eb74a5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "65b80bd3-09fb-4968-89b1-741e416bec01" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6266" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14619" + ], + "x-ms-request-id": [ + "99cbe0a9-1604-4a13-9289-c98ad86b4f1b" + ], + "x-ms-correlation-request-id": [ + "99cbe0a9-1604-4a13-9289-c98ad86b4f1b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192001Z:99cbe0a9-1604-4a13-9289-c98ad86b4f1b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a94a1ec9-0865-420b-bd5c-74f4d3da5a27" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6266" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14617" + ], + "x-ms-request-id": [ + "b48f11b6-df72-4bfd-97f6-2822a737fd03" + ], + "x-ms-correlation-request-id": [ + "b48f11b6-df72-4bfd-97f6-2822a737fd03" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192001Z:b48f11b6-df72-4bfd-97f6-2822a737fd03" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5c42f413-3b32-42f1-acce-a759de2fb27f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6266" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14615" + ], + "x-ms-request-id": [ + "5abb6dbf-c508-45af-8fdc-ca16f0fca820" + ], + "x-ms-correlation-request-id": [ + "5abb6dbf-c508-45af-8fdc-ca16f0fca820" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192001Z:5abb6dbf-c508-45af-8fdc-ca16f0fca820" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "120a78f9-571a-45ca-8bb2-a0f4affa3124" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14613" + ], + "x-ms-request-id": [ + "809e982f-cbfe-4aeb-877f-a0cc67e4c465" + ], + "x-ms-correlation-request-id": [ + "809e982f-cbfe-4aeb-877f-a0cc67e4c465" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192001Z:809e982f-cbfe-4aeb-877f-a0cc67e4c465" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f46b659b-4b0d-47cc-b51e-bc4666e9cf86" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14611" + ], + "x-ms-request-id": [ + "502a8f1e-5311-4f16-aea3-3e2bd7122f0e" + ], + "x-ms-correlation-request-id": [ + "502a8f1e-5311-4f16-aea3-3e2bd7122f0e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192002Z:502a8f1e-5311-4f16-aea3-3e2bd7122f0e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a35c3bf8-9ec6-4acd-9a9c-1aceb33dce06" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14609" + ], + "x-ms-request-id": [ + "7ba8a034-38bf-4d74-bcb0-4988ec476770" + ], + "x-ms-correlation-request-id": [ + "7ba8a034-38bf-4d74-bcb0-4988ec476770" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192002Z:7ba8a034-38bf-4d74-bcb0-4988ec476770" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b9626f55-d180-4be7-8e27-b236bdc39fe1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14607" + ], + "x-ms-request-id": [ + "68bccfbf-c26e-4dac-97c1-085a7b0e23b1" + ], + "x-ms-correlation-request-id": [ + "68bccfbf-c26e-4dac-97c1-085a7b0e23b1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192002Z:68bccfbf-c26e-4dac-97c1-085a7b0e23b1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1b2f1d9e-53ee-48f0-b392-7b6c5d9d0b41" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14605" + ], + "x-ms-request-id": [ + "ae07b308-b937-4d7f-accf-ec59f27eee0f" + ], + "x-ms-correlation-request-id": [ + "ae07b308-b937-4d7f-accf-ec59f27eee0f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192002Z:ae07b308-b937-4d7f-accf-ec59f27eee0f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a99b8178-bd60-4d5b-b124-7b32391ad529" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14603" + ], + "x-ms-request-id": [ + "0138521e-f180-44d0-a688-f85b3dd73ff1" + ], + "x-ms-correlation-request-id": [ + "0138521e-f180-44d0-a688-f85b3dd73ff1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192002Z:0138521e-f180-44d0-a688-f85b3dd73ff1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c7274b08-c88f-40f2-94cf-bcc4535a4343" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14601" + ], + "x-ms-request-id": [ + "45725724-e795-4a8e-94e0-e9bab0ca1738" + ], + "x-ms-correlation-request-id": [ + "45725724-e795-4a8e-94e0-e9bab0ca1738" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192003Z:45725724-e795-4a8e-94e0-e9bab0ca1738" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cf6cfabc-2249-4371-84ac-5a90d56ed9d7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14599" + ], + "x-ms-request-id": [ + "aea4d077-6105-4846-af12-d1cb51084a41" + ], + "x-ms-correlation-request-id": [ + "aea4d077-6105-4846-af12-d1cb51084a41" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192003Z:aea4d077-6105-4846-af12-d1cb51084a41" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "20192f3f-1fd6-44db-9ce8-925e7f4cb921" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14597" + ], + "x-ms-request-id": [ + "fbc006a7-f8f7-4314-ba2f-4d93b837f5cd" + ], + "x-ms-correlation-request-id": [ + "fbc006a7-f8f7-4314-ba2f-4d93b837f5cd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192003Z:fbc006a7-f8f7-4314-ba2f-4d93b837f5cd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "90fb4226-73bb-403e-b95c-dd24ea17f3fa" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14595" + ], + "x-ms-request-id": [ + "f101f963-556b-47ec-a489-137e32e76ca9" + ], + "x-ms-correlation-request-id": [ + "f101f963-556b-47ec-a489-137e32e76ca9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192003Z:f101f963-556b-47ec-a489-137e32e76ca9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8c37f009-dc5b-495b-9edf-69bbe01bd513" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14593" + ], + "x-ms-request-id": [ + "c61e3af6-b5ab-4b28-9670-3595265f89e5" + ], + "x-ms-correlation-request-id": [ + "c61e3af6-b5ab-4b28-9670-3595265f89e5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192003Z:c61e3af6-b5ab-4b28-9670-3595265f89e5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "246390f2-337d-446f-8980-e7c61b7e9025" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14591" + ], + "x-ms-request-id": [ + "c8ad2a20-8d2a-4b97-9cef-bef3200d92d9" + ], + "x-ms-correlation-request-id": [ + "c8ad2a20-8d2a-4b97-9cef-bef3200d92d9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192003Z:c8ad2a20-8d2a-4b97-9cef-bef3200d92d9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "740b6b58-a194-4da0-88cf-752f78eae2b2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14589" + ], + "x-ms-request-id": [ + "cdd18963-a2a9-4907-8ca3-9559a2f80073" + ], + "x-ms-correlation-request-id": [ + "cdd18963-a2a9-4907-8ca3-9559a2f80073" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192004Z:cdd18963-a2a9-4907-8ca3-9559a2f80073" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6e1209ff-d610-451b-83b8-f7a9d7853a6c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14587" + ], + "x-ms-request-id": [ + "00a6e866-8a8b-43c2-a651-932f11bf3a5d" + ], + "x-ms-correlation-request-id": [ + "00a6e866-8a8b-43c2-a651-932f11bf3a5d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192004Z:00a6e866-8a8b-43c2-a651-932f11bf3a5d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a0d099dd-bc75-4c10-90bc-7345737e2658" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14585" + ], + "x-ms-request-id": [ + "b1f1eee0-115f-4d87-9e00-72ab88df785d" + ], + "x-ms-correlation-request-id": [ + "b1f1eee0-115f-4d87-9e00-72ab88df785d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192004Z:b1f1eee0-115f-4d87-9e00-72ab88df785d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "88e99cad-df83-4c34-ab09-7b59b74c4217" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14583" + ], + "x-ms-request-id": [ + "c1cc45b9-b1fc-45a9-9dad-5016e2a394d6" + ], + "x-ms-correlation-request-id": [ + "c1cc45b9-b1fc-45a9-9dad-5016e2a394d6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192004Z:c1cc45b9-b1fc-45a9-9dad-5016e2a394d6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e69ceea1-3588-4c6f-9df4-df83c1e062b0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14581" + ], + "x-ms-request-id": [ + "fa2cb473-103b-4ea1-be31-92baba49b38f" + ], + "x-ms-correlation-request-id": [ + "fa2cb473-103b-4ea1-be31-92baba49b38f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192004Z:fa2cb473-103b-4ea1-be31-92baba49b38f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c6338e10-29ea-464a-be32-54c2f826a3a2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14579" + ], + "x-ms-request-id": [ + "ae181fc2-e463-47a2-8ff2-1b0ee533115a" + ], + "x-ms-correlation-request-id": [ + "ae181fc2-e463-47a2-8ff2-1b0ee533115a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192005Z:ae181fc2-e463-47a2-8ff2-1b0ee533115a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9745afe1-fcc8-4a36-8965-d6af898fbef2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14577" + ], + "x-ms-request-id": [ + "eb09837a-532c-49b6-b4c6-714dc636bd69" + ], + "x-ms-correlation-request-id": [ + "eb09837a-532c-49b6-b4c6-714dc636bd69" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192005Z:eb09837a-532c-49b6-b4c6-714dc636bd69" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "67646978-ed4a-4542-abb4-139c1183d113" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14575" + ], + "x-ms-request-id": [ + "d701afd5-6860-4add-99c5-ceef5bacf7a6" + ], + "x-ms-correlation-request-id": [ + "d701afd5-6860-4add-99c5-ceef5bacf7a6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192005Z:d701afd5-6860-4add-99c5-ceef5bacf7a6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2ef65769-3cb6-4595-828b-c4267934fb90" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14573" + ], + "x-ms-request-id": [ + "117eac26-c476-4abd-aa3d-5ccc515e640b" + ], + "x-ms-correlation-request-id": [ + "117eac26-c476-4abd-aa3d-5ccc515e640b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192005Z:117eac26-c476-4abd-aa3d-5ccc515e640b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cca34094-998b-4599-a5b1-0d7f7c0c58a5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14571" + ], + "x-ms-request-id": [ + "b776ab9d-196f-430c-bc39-1c8b0fefec4d" + ], + "x-ms-correlation-request-id": [ + "b776ab9d-196f-430c-bc39-1c8b0fefec4d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192005Z:b776ab9d-196f-430c-bc39-1c8b0fefec4d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2f2d433b-5d50-424d-9b78-7433bdad4929" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14569" + ], + "x-ms-request-id": [ + "3238c705-226d-4a17-afae-cd8a3dd3ba3f" + ], + "x-ms-correlation-request-id": [ + "3238c705-226d-4a17-afae-cd8a3dd3ba3f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192006Z:3238c705-226d-4a17-afae-cd8a3dd3ba3f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d6e28549-83c2-42dc-9c13-839f66ce261e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14567" + ], + "x-ms-request-id": [ + "444c9364-feb5-4577-8344-25b29a1ccec9" + ], + "x-ms-correlation-request-id": [ + "444c9364-feb5-4577-8344-25b29a1ccec9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192006Z:444c9364-feb5-4577-8344-25b29a1ccec9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "583d36d7-dd8c-48dd-986f-742b45211013" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14565" + ], + "x-ms-request-id": [ + "9cd238b1-7ed0-4756-81cb-802e22efba5e" + ], + "x-ms-correlation-request-id": [ + "9cd238b1-7ed0-4756-81cb-802e22efba5e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192006Z:9cd238b1-7ed0-4756-81cb-802e22efba5e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3f17ede0-7acd-434e-94bd-540e24b687b8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14563" + ], + "x-ms-request-id": [ + "d465a041-1183-41d1-b951-b8cfe960021c" + ], + "x-ms-correlation-request-id": [ + "d465a041-1183-41d1-b951-b8cfe960021c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192006Z:d465a041-1183-41d1-b951-b8cfe960021c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e71cef6b-121b-4b81-9b8c-e7b297d58a25" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14561" + ], + "x-ms-request-id": [ + "8e0a3d61-cb06-408d-8ac1-def202277506" + ], + "x-ms-correlation-request-id": [ + "8e0a3d61-cb06-408d-8ac1-def202277506" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192006Z:8e0a3d61-cb06-408d-8ac1-def202277506" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "217353aa-d43c-4054-b637-10747af9acc9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14559" + ], + "x-ms-request-id": [ + "1ce36ad7-fae2-4c7c-a46c-689040d43ed5" + ], + "x-ms-correlation-request-id": [ + "1ce36ad7-fae2-4c7c-a46c-689040d43ed5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192007Z:1ce36ad7-fae2-4c7c-a46c-689040d43ed5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "80b688d8-0b4f-4064-b50a-661da15e6dc5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14557" + ], + "x-ms-request-id": [ + "dd0873d0-f7fd-45ed-83d5-e1ac64052ecc" + ], + "x-ms-correlation-request-id": [ + "dd0873d0-f7fd-45ed-83d5-e1ac64052ecc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192007Z:dd0873d0-f7fd-45ed-83d5-e1ac64052ecc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "613f2d23-d277-41bb-8267-ac9a8f3b1517" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14555" + ], + "x-ms-request-id": [ + "72fb98bc-cedd-4584-a8cb-0c3f1579c571" + ], + "x-ms-correlation-request-id": [ + "72fb98bc-cedd-4584-a8cb-0c3f1579c571" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192007Z:72fb98bc-cedd-4584-a8cb-0c3f1579c571" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "24375fc9-40ee-4668-8227-725798deb49a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14553" + ], + "x-ms-request-id": [ + "5930c8c4-d570-46aa-a3a2-7ded6caf1745" + ], + "x-ms-correlation-request-id": [ + "5930c8c4-d570-46aa-a3a2-7ded6caf1745" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192007Z:5930c8c4-d570-46aa-a3a2-7ded6caf1745" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e4b1fb9b-717d-4593-aab9-2689f7aadb92" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14551" + ], + "x-ms-request-id": [ + "162aaec6-e483-4552-9cc2-3d74d9f12588" + ], + "x-ms-correlation-request-id": [ + "162aaec6-e483-4552-9cc2-3d74d9f12588" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192007Z:162aaec6-e483-4552-9cc2-3d74d9f12588" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7c62b023-aa87-480b-a01e-f188f646727a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14549" + ], + "x-ms-request-id": [ + "0e79c0ac-6133-4dd1-b93c-6edc367327c1" + ], + "x-ms-correlation-request-id": [ + "0e79c0ac-6133-4dd1-b93c-6edc367327c1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192008Z:0e79c0ac-6133-4dd1-b93c-6edc367327c1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8807ce64-54e4-4ddd-afe9-44d475b8b0f5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14547" + ], + "x-ms-request-id": [ + "de0848b8-029e-4c99-a1be-4ec6cf5ceb9a" + ], + "x-ms-correlation-request-id": [ + "de0848b8-029e-4c99-a1be-4ec6cf5ceb9a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192008Z:de0848b8-029e-4c99-a1be-4ec6cf5ceb9a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1b28def0-e95d-4a88-8f21-cf43e4855243" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14545" + ], + "x-ms-request-id": [ + "fbe593b6-df6c-4e72-8055-d704bec43440" + ], + "x-ms-correlation-request-id": [ + "fbe593b6-df6c-4e72-8055-d704bec43440" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192008Z:fbe593b6-df6c-4e72-8055-d704bec43440" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "39c872da-edfc-4310-811c-f8d760c41663" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14543" + ], + "x-ms-request-id": [ + "aca56cb3-ca1f-4108-94f6-d439bb5cd5d6" + ], + "x-ms-correlation-request-id": [ + "aca56cb3-ca1f-4108-94f6-d439bb5cd5d6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192008Z:aca56cb3-ca1f-4108-94f6-d439bb5cd5d6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5faf0427-4b1b-4cb0-9480-bd1c64ea19ba" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14541" + ], + "x-ms-request-id": [ + "7ddedf2c-4fae-4560-9d17-b807c9df86bd" + ], + "x-ms-correlation-request-id": [ + "7ddedf2c-4fae-4560-9d17-b807c9df86bd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192008Z:7ddedf2c-4fae-4560-9d17-b807c9df86bd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "562940b7-abce-495d-a644-d5acae7779cc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14539" + ], + "x-ms-request-id": [ + "461b4392-5025-4816-a007-3574ea678d22" + ], + "x-ms-correlation-request-id": [ + "461b4392-5025-4816-a007-3574ea678d22" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192008Z:461b4392-5025-4816-a007-3574ea678d22" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0d34ea73-1527-49b4-8a21-2a518f3935d3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14537" + ], + "x-ms-request-id": [ + "071f4c05-b84c-4f7f-bc2f-9a96614e3092" + ], + "x-ms-correlation-request-id": [ + "071f4c05-b84c-4f7f-bc2f-9a96614e3092" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192009Z:071f4c05-b84c-4f7f-bc2f-9a96614e3092" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "61666fdc-a47a-41f3-95a4-29c9688cc4a5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14535" + ], + "x-ms-request-id": [ + "1ae83867-bcfc-4abb-9e56-4800ed31e3de" + ], + "x-ms-correlation-request-id": [ + "1ae83867-bcfc-4abb-9e56-4800ed31e3de" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192009Z:1ae83867-bcfc-4abb-9e56-4800ed31e3de" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d4bad518-4be2-436d-ac3d-5ac63477e0a7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14533" + ], + "x-ms-request-id": [ + "96669638-5d60-4960-97fb-547c0ea0cc6e" + ], + "x-ms-correlation-request-id": [ + "96669638-5d60-4960-97fb-547c0ea0cc6e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192009Z:96669638-5d60-4960-97fb-547c0ea0cc6e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef2a3e4b-5e45-445a-b610-30f8639a98a4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14531" + ], + "x-ms-request-id": [ + "e689ffde-fac2-4d95-bc34-72057349ff45" + ], + "x-ms-correlation-request-id": [ + "e689ffde-fac2-4d95-bc34-72057349ff45" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192009Z:e689ffde-fac2-4d95-bc34-72057349ff45" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7af0c40e-f04e-4599-a845-721611abdaa9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14529" + ], + "x-ms-request-id": [ + "399ef3d0-2771-4568-b972-fbbc3493d162" + ], + "x-ms-correlation-request-id": [ + "399ef3d0-2771-4568-b972-fbbc3493d162" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192009Z:399ef3d0-2771-4568-b972-fbbc3493d162" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7bb40681-1685-4634-bb98-2cd08cf592f8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14527" + ], + "x-ms-request-id": [ + "83b62b85-fb90-4985-86d3-d3aacc53b857" + ], + "x-ms-correlation-request-id": [ + "83b62b85-fb90-4985-86d3-d3aacc53b857" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192010Z:83b62b85-fb90-4985-86d3-d3aacc53b857" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6e2db434-0038-4257-96cf-cf26d6402e1b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14525" + ], + "x-ms-request-id": [ + "f0593a31-e309-41bf-a486-2623fdb682b1" + ], + "x-ms-correlation-request-id": [ + "f0593a31-e309-41bf-a486-2623fdb682b1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192010Z:f0593a31-e309-41bf-a486-2623fdb682b1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "495b0044-98eb-44f8-b1e0-fcf8783da1fd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14523" + ], + "x-ms-request-id": [ + "1887c58e-735e-4987-85a3-31bcd085be6b" + ], + "x-ms-correlation-request-id": [ + "1887c58e-735e-4987-85a3-31bcd085be6b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192010Z:1887c58e-735e-4987-85a3-31bcd085be6b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dfaf790b-3427-447d-92c4-9a24fddb916a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14521" + ], + "x-ms-request-id": [ + "54e88130-2f8a-47e1-91da-07b307ac8655" + ], + "x-ms-correlation-request-id": [ + "54e88130-2f8a-47e1-91da-07b307ac8655" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192010Z:54e88130-2f8a-47e1-91da-07b307ac8655" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "15d3c0e6-8f84-4844-88e4-efcf842d7f79" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14519" + ], + "x-ms-request-id": [ + "7d2df038-1e1d-446d-9420-26084099a016" + ], + "x-ms-correlation-request-id": [ + "7d2df038-1e1d-446d-9420-26084099a016" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192011Z:7d2df038-1e1d-446d-9420-26084099a016" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1395e2c1-63b8-49ed-977f-e7aee165e696" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14517" + ], + "x-ms-request-id": [ + "66748e9c-0de5-4884-8dcd-698ec1b3a427" + ], + "x-ms-correlation-request-id": [ + "66748e9c-0de5-4884-8dcd-698ec1b3a427" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192011Z:66748e9c-0de5-4884-8dcd-698ec1b3a427" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f0a8bdd5-d73f-4550-81f4-ecffc53fd684" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14515" + ], + "x-ms-request-id": [ + "7a2a1de0-f3e8-468b-81c2-7fea6ad14f5f" + ], + "x-ms-correlation-request-id": [ + "7a2a1de0-f3e8-468b-81c2-7fea6ad14f5f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192011Z:7a2a1de0-f3e8-468b-81c2-7fea6ad14f5f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "39d3e4c0-21a2-4ac3-a0ad-6edcb4ed8034" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14513" + ], + "x-ms-request-id": [ + "23fa4ff0-46d6-4144-a3eb-931566b08510" + ], + "x-ms-correlation-request-id": [ + "23fa4ff0-46d6-4144-a3eb-931566b08510" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192011Z:23fa4ff0-46d6-4144-a3eb-931566b08510" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3a140082-e965-4813-94aa-423c05a52751" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14511" + ], + "x-ms-request-id": [ + "3a3707d1-6e9b-4a6f-8532-edca5b6a9d32" + ], + "x-ms-correlation-request-id": [ + "3a3707d1-6e9b-4a6f-8532-edca5b6a9d32" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192011Z:3a3707d1-6e9b-4a6f-8532-edca5b6a9d32" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9e77f329-d1d9-41c7-bbca-d7487959ba10" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14509" + ], + "x-ms-request-id": [ + "f08f70f9-9a47-4650-b05b-573b9507ec81" + ], + "x-ms-correlation-request-id": [ + "f08f70f9-9a47-4650-b05b-573b9507ec81" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192011Z:f08f70f9-9a47-4650-b05b-573b9507ec81" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bc5975f4-763a-448d-831f-8dc596cca43d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14507" + ], + "x-ms-request-id": [ + "ef974211-3aca-423a-b3cf-653246001c1b" + ], + "x-ms-correlation-request-id": [ + "ef974211-3aca-423a-b3cf-653246001c1b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192012Z:ef974211-3aca-423a-b3cf-653246001c1b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0bc393a-2982-42a2-bd47-327bb163570d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14505" + ], + "x-ms-request-id": [ + "e2cccd06-99d6-4cf3-a79d-68637450f67c" + ], + "x-ms-correlation-request-id": [ + "e2cccd06-99d6-4cf3-a79d-68637450f67c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192012Z:e2cccd06-99d6-4cf3-a79d-68637450f67c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "44ac192f-d4e0-468c-86c4-b137e4d53729" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14503" + ], + "x-ms-request-id": [ + "25e9988b-3be9-4192-b323-eb9b9b96c30b" + ], + "x-ms-correlation-request-id": [ + "25e9988b-3be9-4192-b323-eb9b9b96c30b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192012Z:25e9988b-3be9-4192-b323-eb9b9b96c30b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2f8f55f9-ba8c-45f0-81cd-3b765872e018" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14501" + ], + "x-ms-request-id": [ + "680284a4-e228-4859-a413-83a0076f770a" + ], + "x-ms-correlation-request-id": [ + "680284a4-e228-4859-a413-83a0076f770a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192012Z:680284a4-e228-4859-a413-83a0076f770a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "25f4ed71-5b94-42fa-8927-f73f661003cc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.7392156Z\",\r\n \"duration\": \"PT2.9778813S\",\r\n \"trackingId\": \"51b009f8-925f-4a0d-aa70-f63b7846767f\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14499" + ], + "x-ms-request-id": [ + "756ab50c-d6b2-43fd-acc4-c62bf974c904" + ], + "x-ms-correlation-request-id": [ + "756ab50c-d6b2-43fd-acc4-c62bf974c904" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192012Z:756ab50c-d6b2-43fd-acc4-c62bf974c904" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1520770b-e0aa-4982-bd2c-bc6e688dcf42" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14497" + ], + "x-ms-request-id": [ + "ac4b3d69-eb52-46e4-8f7d-50cc90b5b0dc" + ], + "x-ms-correlation-request-id": [ + "ac4b3d69-eb52-46e4-8f7d-50cc90b5b0dc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192013Z:ac4b3d69-eb52-46e4-8f7d-50cc90b5b0dc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aaeaa03f-eb61-4178-b1b7-cd450a88b664" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14495" + ], + "x-ms-request-id": [ + "538e7d4f-b149-4cbe-8fd4-b0b63540125c" + ], + "x-ms-correlation-request-id": [ + "538e7d4f-b149-4cbe-8fd4-b0b63540125c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192013Z:538e7d4f-b149-4cbe-8fd4-b0b63540125c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "514686a0-2b04-48f9-8fca-eac12a768a1d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14493" + ], + "x-ms-request-id": [ + "86f52c40-2a22-4db3-bda3-f0aaf145b4eb" + ], + "x-ms-correlation-request-id": [ + "86f52c40-2a22-4db3-bda3-f0aaf145b4eb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192013Z:86f52c40-2a22-4db3-bda3-f0aaf145b4eb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e77db9fc-fe25-4cd2-ba94-2b8f102e665e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14491" + ], + "x-ms-request-id": [ + "773f4a41-a50f-491f-a5e5-171dfd6d3147" + ], + "x-ms-correlation-request-id": [ + "773f4a41-a50f-491f-a5e5-171dfd6d3147" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192013Z:773f4a41-a50f-491f-a5e5-171dfd6d3147" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "47f60ee7-bdb0-407b-aff8-c350c053bb99" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14489" + ], + "x-ms-request-id": [ + "eb83ebf2-13a5-4422-ba6c-c90d9ade7db1" + ], + "x-ms-correlation-request-id": [ + "eb83ebf2-13a5-4422-ba6c-c90d9ade7db1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192013Z:eb83ebf2-13a5-4422-ba6c-c90d9ade7db1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "85007df3-7f68-4e15-98ec-f23bbd4991cd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14487" + ], + "x-ms-request-id": [ + "43353ba2-c164-4ace-a77b-38333a563b01" + ], + "x-ms-correlation-request-id": [ + "43353ba2-c164-4ace-a77b-38333a563b01" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192014Z:43353ba2-c164-4ace-a77b-38333a563b01" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e6d7a2fa-c4dc-4821-999e-6264b336767b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14485" + ], + "x-ms-request-id": [ + "d458f708-8b7b-474e-895c-70ba60986f4d" + ], + "x-ms-correlation-request-id": [ + "d458f708-8b7b-474e-895c-70ba60986f4d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192014Z:d458f708-8b7b-474e-895c-70ba60986f4d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "36d5aee6-e150-4594-abc6-b6a2c6f9a85f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14483" + ], + "x-ms-request-id": [ + "8494b98e-0dc2-49c4-89d3-cc8ca52d3198" + ], + "x-ms-correlation-request-id": [ + "8494b98e-0dc2-49c4-89d3-cc8ca52d3198" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192014Z:8494b98e-0dc2-49c4-89d3-cc8ca52d3198" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0e2e6c74-b560-4e6b-a0b1-5ae0d56f0ea9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14481" + ], + "x-ms-request-id": [ + "21e879cf-3c5d-4013-9b99-130d78d88b62" + ], + "x-ms-correlation-request-id": [ + "21e879cf-3c5d-4013-9b99-130d78d88b62" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192014Z:21e879cf-3c5d-4013-9b99-130d78d88b62" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6404efb9-7f6d-426d-8344-7ba0b3789b5d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14479" + ], + "x-ms-request-id": [ + "f8a9aba6-6d68-42de-8597-0a8a6f9ef7c1" + ], + "x-ms-correlation-request-id": [ + "f8a9aba6-6d68-42de-8597-0a8a6f9ef7c1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192014Z:f8a9aba6-6d68-42de-8597-0a8a6f9ef7c1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0499e808-fd09-45d5-9ef6-2e3c3783db63" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14477" + ], + "x-ms-request-id": [ + "4fcd2aa7-a70d-4eeb-8d72-134f299f8fe3" + ], + "x-ms-correlation-request-id": [ + "4fcd2aa7-a70d-4eeb-8d72-134f299f8fe3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192014Z:4fcd2aa7-a70d-4eeb-8d72-134f299f8fe3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "135ab12d-7bf4-488e-aacf-1a8536e6e682" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14475" + ], + "x-ms-request-id": [ + "73aae08c-ec52-4090-b071-2728c0cbbbb4" + ], + "x-ms-correlation-request-id": [ + "73aae08c-ec52-4090-b071-2728c0cbbbb4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192015Z:73aae08c-ec52-4090-b071-2728c0cbbbb4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "615d10a3-1dbe-4c68-bd79-9c8cc242963c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14473" + ], + "x-ms-request-id": [ + "b909acf3-192c-4b6a-88ea-97ee3ffe19a5" + ], + "x-ms-correlation-request-id": [ + "b909acf3-192c-4b6a-88ea-97ee3ffe19a5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192015Z:b909acf3-192c-4b6a-88ea-97ee3ffe19a5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d3461a70-08ce-4999-bcea-143d0d4e3acf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14471" + ], + "x-ms-request-id": [ + "36bb7ca7-6539-4893-8124-21323c5d7294" + ], + "x-ms-correlation-request-id": [ + "36bb7ca7-6539-4893-8124-21323c5d7294" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192015Z:36bb7ca7-6539-4893-8124-21323c5d7294" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "701fc5bb-6687-43c9-a5f9-554750ad21db" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14469" + ], + "x-ms-request-id": [ + "ff23df40-1938-4ec9-b1a8-4b4434ec5fee" + ], + "x-ms-correlation-request-id": [ + "ff23df40-1938-4ec9-b1a8-4b4434ec5fee" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192015Z:ff23df40-1938-4ec9-b1a8-4b4434ec5fee" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7ce7b74b-5c66-4c37-b621-25c8f46604e0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14467" + ], + "x-ms-request-id": [ + "8ead2646-5541-49bd-a99b-dfdd1e25b08c" + ], + "x-ms-correlation-request-id": [ + "8ead2646-5541-49bd-a99b-dfdd1e25b08c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192016Z:8ead2646-5541-49bd-a99b-dfdd1e25b08c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5e6ce32c-1dbe-4f31-84c3-7172cea94c26" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14465" + ], + "x-ms-request-id": [ + "75b78898-5113-432f-944d-bfafd66a1526" + ], + "x-ms-correlation-request-id": [ + "75b78898-5113-432f-944d-bfafd66a1526" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192016Z:75b78898-5113-432f-944d-bfafd66a1526" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ba926b9f-8282-48b2-beea-13416f8fea15" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14463" + ], + "x-ms-request-id": [ + "3a99a363-29d7-4b24-9711-80023fe6ac9d" + ], + "x-ms-correlation-request-id": [ + "3a99a363-29d7-4b24-9711-80023fe6ac9d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192016Z:3a99a363-29d7-4b24-9711-80023fe6ac9d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9155be6a-2e1c-4295-98e5-ec26996c2d71" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14461" + ], + "x-ms-request-id": [ + "c6acd388-96b9-49e2-863d-5534c3f5f856" + ], + "x-ms-correlation-request-id": [ + "c6acd388-96b9-49e2-863d-5534c3f5f856" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192016Z:c6acd388-96b9-49e2-863d-5534c3f5f856" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7af25ee4-5205-4303-8b98-fe0e94c645c6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14459" + ], + "x-ms-request-id": [ + "c83b7bdc-3f50-462b-bfb1-3f80d93c8c77" + ], + "x-ms-correlation-request-id": [ + "c83b7bdc-3f50-462b-bfb1-3f80d93c8c77" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192016Z:c83b7bdc-3f50-462b-bfb1-3f80d93c8c77" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f4cbc553-f7d1-4652-b348-e8b20bfd9476" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14457" + ], + "x-ms-request-id": [ + "920de330-df73-47b8-b31a-f7aaaf9d4d2f" + ], + "x-ms-correlation-request-id": [ + "920de330-df73-47b8-b31a-f7aaaf9d4d2f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192016Z:920de330-df73-47b8-b31a-f7aaaf9d4d2f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8c010c99-c0bb-45ad-8198-180db8b8b67c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14455" + ], + "x-ms-request-id": [ + "b1a3a28f-7ad6-4409-bac6-1484c4e5d65b" + ], + "x-ms-correlation-request-id": [ + "b1a3a28f-7ad6-4409-bac6-1484c4e5d65b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192017Z:b1a3a28f-7ad6-4409-bac6-1484c4e5d65b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "27d87cda-34f5-4a9a-b5a7-ad88279141bb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14453" + ], + "x-ms-request-id": [ + "efcae1d2-6eb6-4360-95f9-2df8f461f99c" + ], + "x-ms-correlation-request-id": [ + "efcae1d2-6eb6-4360-95f9-2df8f461f99c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192017Z:efcae1d2-6eb6-4360-95f9-2df8f461f99c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "88ddb9c8-8906-43e8-b4f1-156aa7e0bd37" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14451" + ], + "x-ms-request-id": [ + "e15ba02c-a410-46b3-be66-d6dcf7188e2d" + ], + "x-ms-correlation-request-id": [ + "e15ba02c-a410-46b3-be66-d6dcf7188e2d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192017Z:e15ba02c-a410-46b3-be66-d6dcf7188e2d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "293053be-307e-412a-9e55-4aeab65ecdfe" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14449" + ], + "x-ms-request-id": [ + "2c56ddf1-92a9-40a1-8bca-1dd07596ea82" + ], + "x-ms-correlation-request-id": [ + "2c56ddf1-92a9-40a1-8bca-1dd07596ea82" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192017Z:2c56ddf1-92a9-40a1-8bca-1dd07596ea82" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "da607adb-be83-45ab-84cb-95df4151041d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14447" + ], + "x-ms-request-id": [ + "ef26310b-c65c-4b77-b0e5-321729570654" + ], + "x-ms-correlation-request-id": [ + "ef26310b-c65c-4b77-b0e5-321729570654" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192017Z:ef26310b-c65c-4b77-b0e5-321729570654" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a1ab5783-52f7-458a-bbae-0b39e94848a3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14445" + ], + "x-ms-request-id": [ + "a96833e7-415e-445c-a6c1-6e25dc83cb6a" + ], + "x-ms-correlation-request-id": [ + "a96833e7-415e-445c-a6c1-6e25dc83cb6a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192018Z:a96833e7-415e-445c-a6c1-6e25dc83cb6a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0a5dd17-95c5-4fde-8b6e-75752d987dea" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14443" + ], + "x-ms-request-id": [ + "c7979bdc-615c-4880-8a2f-b23f82b88f25" + ], + "x-ms-correlation-request-id": [ + "c7979bdc-615c-4880-8a2f-b23f82b88f25" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192018Z:c7979bdc-615c-4880-8a2f-b23f82b88f25" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b59cce89-68ec-4753-92d0-2a69c5d9b92c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14441" + ], + "x-ms-request-id": [ + "ee7dcfe1-b1fc-47e6-886e-e06271473090" + ], + "x-ms-correlation-request-id": [ + "ee7dcfe1-b1fc-47e6-886e-e06271473090" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192018Z:ee7dcfe1-b1fc-47e6-886e-e06271473090" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0f79e0dd-1980-4c29-b4d1-6a27f0559f83" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14439" + ], + "x-ms-request-id": [ + "9d42eedd-a9dc-4a6b-bf86-7d5cd70cfcbf" + ], + "x-ms-correlation-request-id": [ + "9d42eedd-a9dc-4a6b-bf86-7d5cd70cfcbf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192018Z:9d42eedd-a9dc-4a6b-bf86-7d5cd70cfcbf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "276db9bb-7609-4b67-a901-73860880b3ff" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14437" + ], + "x-ms-request-id": [ + "11a4ad7b-df9e-44be-90ba-e1d5819f8359" + ], + "x-ms-correlation-request-id": [ + "11a4ad7b-df9e-44be-90ba-e1d5819f8359" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192018Z:11a4ad7b-df9e-44be-90ba-e1d5819f8359" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ffa0c527-1811-4bd6-bb18-5959d6366b92" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14435" + ], + "x-ms-request-id": [ + "c7ebab13-83ed-46e5-9051-96f0f0e78a41" + ], + "x-ms-correlation-request-id": [ + "c7ebab13-83ed-46e5-9051-96f0f0e78a41" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192019Z:c7ebab13-83ed-46e5-9051-96f0f0e78a41" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bac554eb-9565-4b11-9078-73caccf7d058" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14433" + ], + "x-ms-request-id": [ + "ae189bbc-eef7-40d5-858a-0485f4877dac" + ], + "x-ms-correlation-request-id": [ + "ae189bbc-eef7-40d5-858a-0485f4877dac" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192019Z:ae189bbc-eef7-40d5-858a-0485f4877dac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b345b785-1dd6-4c18-9bf5-28cac20de15f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14431" + ], + "x-ms-request-id": [ + "e7c57c6e-8567-48aa-a1a3-98818bb55bb4" + ], + "x-ms-correlation-request-id": [ + "e7c57c6e-8567-48aa-a1a3-98818bb55bb4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192019Z:e7c57c6e-8567-48aa-a1a3-98818bb55bb4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "607afdaa-7d82-412a-90ce-bed0477ee19b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14429" + ], + "x-ms-request-id": [ + "8e878818-cc62-4c57-8b9d-0b2c5dabb326" + ], + "x-ms-correlation-request-id": [ + "8e878818-cc62-4c57-8b9d-0b2c5dabb326" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192019Z:8e878818-cc62-4c57-8b9d-0b2c5dabb326" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b84bb7f2-71e8-493c-8798-361b3fd1cc8a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14427" + ], + "x-ms-request-id": [ + "4eef4929-48aa-472d-adb3-904230f0621d" + ], + "x-ms-correlation-request-id": [ + "4eef4929-48aa-472d-adb3-904230f0621d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192019Z:4eef4929-48aa-472d-adb3-904230f0621d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "254082fe-f029-479e-b7b0-239702b14bfd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14425" + ], + "x-ms-request-id": [ + "8d8a9241-6105-480e-897d-075dc17942ab" + ], + "x-ms-correlation-request-id": [ + "8d8a9241-6105-480e-897d-075dc17942ab" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192020Z:8d8a9241-6105-480e-897d-075dc17942ab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "48e964d8-041c-4391-b81c-70f2afacb4b7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14423" + ], + "x-ms-request-id": [ + "36e504ad-0859-4e7a-85fc-11d5a4bf43c3" + ], + "x-ms-correlation-request-id": [ + "36e504ad-0859-4e7a-85fc-11d5a4bf43c3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192020Z:36e504ad-0859-4e7a-85fc-11d5a4bf43c3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "75c8da2f-02a9-4f5d-92c2-6e5ca18fdec7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14421" + ], + "x-ms-request-id": [ + "32ef1eba-20fa-4d50-bbd0-7de4ffa8a991" + ], + "x-ms-correlation-request-id": [ + "32ef1eba-20fa-4d50-bbd0-7de4ffa8a991" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192020Z:32ef1eba-20fa-4d50-bbd0-7de4ffa8a991" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6aa61649-ff3a-4567-b934-dab2193cd979" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14419" + ], + "x-ms-request-id": [ + "c5e8a59a-4dd5-41df-89ad-6db6abc3932a" + ], + "x-ms-correlation-request-id": [ + "c5e8a59a-4dd5-41df-89ad-6db6abc3932a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192020Z:c5e8a59a-4dd5-41df-89ad-6db6abc3932a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8bb5c79c-d9d7-4207-8d8a-9ae1327aab66" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14417" + ], + "x-ms-request-id": [ + "501672bc-823a-460e-9880-bb13041e0908" + ], + "x-ms-correlation-request-id": [ + "501672bc-823a-460e-9880-bb13041e0908" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192020Z:501672bc-823a-460e-9880-bb13041e0908" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "11f7944c-d8fa-4a6b-b11e-d3b94f68277a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14415" + ], + "x-ms-request-id": [ + "5d359b77-2bff-46e0-94fc-7f78ba669151" + ], + "x-ms-correlation-request-id": [ + "5d359b77-2bff-46e0-94fc-7f78ba669151" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192021Z:5d359b77-2bff-46e0-94fc-7f78ba669151" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2416d145-a4ec-4a19-bf67-ee4700306828" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14413" + ], + "x-ms-request-id": [ + "b1a85606-5257-41ea-9b66-4ce1987bae21" + ], + "x-ms-correlation-request-id": [ + "b1a85606-5257-41ea-9b66-4ce1987bae21" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192021Z:b1a85606-5257-41ea-9b66-4ce1987bae21" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a9b7a170-f158-4c29-9d74-983efe40e6c2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14411" + ], + "x-ms-request-id": [ + "68830d6a-a106-481a-a5fe-47844b0cf782" + ], + "x-ms-correlation-request-id": [ + "68830d6a-a106-481a-a5fe-47844b0cf782" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192021Z:68830d6a-a106-481a-a5fe-47844b0cf782" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2c2435c4-4f65-4403-9e56-ee0cf7dc41dc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14409" + ], + "x-ms-request-id": [ + "f4b3b964-72ff-4ca0-9ed5-c3056a053dd9" + ], + "x-ms-correlation-request-id": [ + "f4b3b964-72ff-4ca0-9ed5-c3056a053dd9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192021Z:f4b3b964-72ff-4ca0-9ed5-c3056a053dd9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cded4ddd-0cc7-4249-80d4-85223bcf26c3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14407" + ], + "x-ms-request-id": [ + "7d157348-fb39-462f-89b6-e52106504f82" + ], + "x-ms-correlation-request-id": [ + "7d157348-fb39-462f-89b6-e52106504f82" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192022Z:7d157348-fb39-462f-89b6-e52106504f82" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f4fddab9-c1c2-4918-b1b1-8b7ae9c84eee" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14405" + ], + "x-ms-request-id": [ + "90e88245-368b-4ed8-a066-da4db1f2cb19" + ], + "x-ms-correlation-request-id": [ + "90e88245-368b-4ed8-a066-da4db1f2cb19" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192022Z:90e88245-368b-4ed8-a066-da4db1f2cb19" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "89cf0f16-e784-4ba7-87e2-40fba2431086" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14403" + ], + "x-ms-request-id": [ + "7fb97a22-9e5f-4be1-adf9-d84542fffd8f" + ], + "x-ms-correlation-request-id": [ + "7fb97a22-9e5f-4be1-adf9-d84542fffd8f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192022Z:7fb97a22-9e5f-4be1-adf9-d84542fffd8f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c5e7d116-7d0a-4446-b3ac-8d27f8550ec0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14401" + ], + "x-ms-request-id": [ + "d786aa2c-5b1e-4aa6-868c-6e9e2f7455aa" + ], + "x-ms-correlation-request-id": [ + "d786aa2c-5b1e-4aa6-868c-6e9e2f7455aa" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192022Z:d786aa2c-5b1e-4aa6-868c-6e9e2f7455aa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6c08a712-c64c-41ff-a048-68666586cbfc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14399" + ], + "x-ms-request-id": [ + "c2d2435b-78ad-4571-ac8e-74f4cbfb7ff4" + ], + "x-ms-correlation-request-id": [ + "c2d2435b-78ad-4571-ac8e-74f4cbfb7ff4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192023Z:c2d2435b-78ad-4571-ac8e-74f4cbfb7ff4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7b6eab1a-3d40-4e6a-b0d6-e2e63867dcee" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14397" + ], + "x-ms-request-id": [ + "0989d3af-76b0-4b0b-9b6d-5bc2929ac2a6" + ], + "x-ms-correlation-request-id": [ + "0989d3af-76b0-4b0b-9b6d-5bc2929ac2a6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192023Z:0989d3af-76b0-4b0b-9b6d-5bc2929ac2a6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0ff59055-56e8-4017-a334-9a5330b5f364" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14395" + ], + "x-ms-request-id": [ + "f9450bc1-4bf2-4208-9193-82415e3dd53d" + ], + "x-ms-correlation-request-id": [ + "f9450bc1-4bf2-4208-9193-82415e3dd53d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192023Z:f9450bc1-4bf2-4208-9193-82415e3dd53d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3c9ff785-02e8-49a2-81f7-ae484db8ed3c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14393" + ], + "x-ms-request-id": [ + "922f2339-2625-4774-8eae-7418107c088d" + ], + "x-ms-correlation-request-id": [ + "922f2339-2625-4774-8eae-7418107c088d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192023Z:922f2339-2625-4774-8eae-7418107c088d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "681b3e87-9ece-481b-875d-d76665fbcd58" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14391" + ], + "x-ms-request-id": [ + "c3fbda58-185c-4ed9-9284-bf15cc6baa79" + ], + "x-ms-correlation-request-id": [ + "c3fbda58-185c-4ed9-9284-bf15cc6baa79" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192023Z:c3fbda58-185c-4ed9-9284-bf15cc6baa79" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ff511ebc-21cb-40a3-a300-b506cbfba481" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14389" + ], + "x-ms-request-id": [ + "e8c052df-4cc4-4e8f-b7d5-57b3edf704f2" + ], + "x-ms-correlation-request-id": [ + "e8c052df-4cc4-4e8f-b7d5-57b3edf704f2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192023Z:e8c052df-4cc4-4e8f-b7d5-57b3edf704f2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "71cb8325-1ba9-4555-b56a-e1ef2b6df449" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14387" + ], + "x-ms-request-id": [ + "1d9a77cc-932a-4a9d-bb93-0feb35bc964c" + ], + "x-ms-correlation-request-id": [ + "1d9a77cc-932a-4a9d-bb93-0feb35bc964c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192024Z:1d9a77cc-932a-4a9d-bb93-0feb35bc964c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4cd5d140-8773-4ca7-a91a-f580b4d8e205" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14385" + ], + "x-ms-request-id": [ + "b6720f44-5992-4025-a26b-5d060ffec305" + ], + "x-ms-correlation-request-id": [ + "b6720f44-5992-4025-a26b-5d060ffec305" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192024Z:b6720f44-5992-4025-a26b-5d060ffec305" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "78b8826e-90f4-4a70-a7ad-4d3c48bf372d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14383" + ], + "x-ms-request-id": [ + "7fbfe543-2498-4ee0-a5b2-117dbb62dda6" + ], + "x-ms-correlation-request-id": [ + "7fbfe543-2498-4ee0-a5b2-117dbb62dda6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192024Z:7fbfe543-2498-4ee0-a5b2-117dbb62dda6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "505af71b-d41d-43f9-bfa3-f4d52a0a39dd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14381" + ], + "x-ms-request-id": [ + "a07f486d-ee58-49f4-87a3-af0fe24b4c03" + ], + "x-ms-correlation-request-id": [ + "a07f486d-ee58-49f4-87a3-af0fe24b4c03" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192024Z:a07f486d-ee58-49f4-87a3-af0fe24b4c03" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3a24131e-0d64-4089-907d-bbdcd349c3da" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14379" + ], + "x-ms-request-id": [ + "238ff960-3be4-4550-b90e-7a86eff70a47" + ], + "x-ms-correlation-request-id": [ + "238ff960-3be4-4550-b90e-7a86eff70a47" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192025Z:238ff960-3be4-4550-b90e-7a86eff70a47" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fc3cd655-3d78-463b-9699-97aff04ca86a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14377" + ], + "x-ms-request-id": [ + "b81a551f-257b-45b0-9ba1-a8263197db2d" + ], + "x-ms-correlation-request-id": [ + "b81a551f-257b-45b0-9ba1-a8263197db2d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192025Z:b81a551f-257b-45b0-9ba1-a8263197db2d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "36f01875-9cd9-4c97-a4a2-7d6c8e4d4c52" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14375" + ], + "x-ms-request-id": [ + "b16c4223-6306-4046-9cc0-8bc2f919cd4c" + ], + "x-ms-correlation-request-id": [ + "b16c4223-6306-4046-9cc0-8bc2f919cd4c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192025Z:b16c4223-6306-4046-9cc0-8bc2f919cd4c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d9433844-d793-4efe-81cf-e13412a16c82" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14373" + ], + "x-ms-request-id": [ + "20f4600e-548c-47eb-b45f-1f1a8f0f2e56" + ], + "x-ms-correlation-request-id": [ + "20f4600e-548c-47eb-b45f-1f1a8f0f2e56" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192026Z:20f4600e-548c-47eb-b45f-1f1a8f0f2e56" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "22a2a701-cfe8-46a8-a11a-759908cce8f4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14371" + ], + "x-ms-request-id": [ + "b6303812-1f36-4bfa-b629-7c424ccf80d7" + ], + "x-ms-correlation-request-id": [ + "b6303812-1f36-4bfa-b629-7c424ccf80d7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192026Z:b6303812-1f36-4bfa-b629-7c424ccf80d7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8273ed8f-225b-4693-9c94-b89b1f964439" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14369" + ], + "x-ms-request-id": [ + "1ba2afd2-f137-4d31-865b-d73a49e2924a" + ], + "x-ms-correlation-request-id": [ + "1ba2afd2-f137-4d31-865b-d73a49e2924a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192026Z:1ba2afd2-f137-4d31-865b-d73a49e2924a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "601bc1fc-0fa4-483d-8d66-5e5eb1673ed6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14367" + ], + "x-ms-request-id": [ + "8e4b77ec-3a06-4700-9e38-741de0be724d" + ], + "x-ms-correlation-request-id": [ + "8e4b77ec-3a06-4700-9e38-741de0be724d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192026Z:8e4b77ec-3a06-4700-9e38-741de0be724d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4426445e-e58a-4ae8-ab94-08d16f3e8a13" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14365" + ], + "x-ms-request-id": [ + "15d5ad03-86a9-46db-bbed-9c1055f4e7b2" + ], + "x-ms-correlation-request-id": [ + "15d5ad03-86a9-46db-bbed-9c1055f4e7b2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192026Z:15d5ad03-86a9-46db-bbed-9c1055f4e7b2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a6abdf36-1210-47e2-a1d1-fdd8fab41433" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14363" + ], + "x-ms-request-id": [ + "f4ffc0c5-cb96-4f1e-bdc1-b95fe713753f" + ], + "x-ms-correlation-request-id": [ + "f4ffc0c5-cb96-4f1e-bdc1-b95fe713753f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192027Z:f4ffc0c5-cb96-4f1e-bdc1-b95fe713753f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "990e88e2-b4e7-4ceb-b952-ef3d13bc23ed" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14361" + ], + "x-ms-request-id": [ + "8784a607-b976-4c1c-948d-bd23c1c51feb" + ], + "x-ms-correlation-request-id": [ + "8784a607-b976-4c1c-948d-bd23c1c51feb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192027Z:8784a607-b976-4c1c-948d-bd23c1c51feb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d1524194-5eb9-4fdb-a3aa-f076b1975e3e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14359" + ], + "x-ms-request-id": [ + "003b82e3-c344-4bd8-a12d-22f8003b4635" + ], + "x-ms-correlation-request-id": [ + "003b82e3-c344-4bd8-a12d-22f8003b4635" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192027Z:003b82e3-c344-4bd8-a12d-22f8003b4635" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7ccd5751-d0b7-4838-835b-8db74c5d873e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14357" + ], + "x-ms-request-id": [ + "bc5ef234-731d-4235-bebd-bb7e963a8c04" + ], + "x-ms-correlation-request-id": [ + "bc5ef234-731d-4235-bebd-bb7e963a8c04" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192027Z:bc5ef234-731d-4235-bebd-bb7e963a8c04" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0f46d71c-221c-423b-94c2-30c9087691c5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14355" + ], + "x-ms-request-id": [ + "d33d0503-d349-4598-a74d-7d1d0f382843" + ], + "x-ms-correlation-request-id": [ + "d33d0503-d349-4598-a74d-7d1d0f382843" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192027Z:d33d0503-d349-4598-a74d-7d1d0f382843" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dc5139cc-905d-41e2-814d-e6f711ae742c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14353" + ], + "x-ms-request-id": [ + "45fc5f5c-ecad-498f-93d9-1a4d85ff6d74" + ], + "x-ms-correlation-request-id": [ + "45fc5f5c-ecad-498f-93d9-1a4d85ff6d74" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192028Z:45fc5f5c-ecad-498f-93d9-1a4d85ff6d74" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "395ef673-3113-486e-a0b4-99297faaaf81" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14351" + ], + "x-ms-request-id": [ + "63ffd144-6a3d-43c4-84de-511176f4705f" + ], + "x-ms-correlation-request-id": [ + "63ffd144-6a3d-43c4-84de-511176f4705f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192028Z:63ffd144-6a3d-43c4-84de-511176f4705f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "63e5c9f3-8dfa-4306-b67a-9cef24c2a0c2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14349" + ], + "x-ms-request-id": [ + "e58f765f-5f44-4ba9-adb5-c1e81eba65b1" + ], + "x-ms-correlation-request-id": [ + "e58f765f-5f44-4ba9-adb5-c1e81eba65b1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192028Z:e58f765f-5f44-4ba9-adb5-c1e81eba65b1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "928a0802-1960-4db3-bbc7-e9b7c8b4525c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14347" + ], + "x-ms-request-id": [ + "e4d050a8-ea89-4810-94fb-3478a2567ac8" + ], + "x-ms-correlation-request-id": [ + "e4d050a8-ea89-4810-94fb-3478a2567ac8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192028Z:e4d050a8-ea89-4810-94fb-3478a2567ac8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "626d5178-7729-4633-8def-d29b2d1785c7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14345" + ], + "x-ms-request-id": [ + "bc1702df-f10d-44c6-9f87-2e75e760c926" + ], + "x-ms-correlation-request-id": [ + "bc1702df-f10d-44c6-9f87-2e75e760c926" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192028Z:bc1702df-f10d-44c6-9f87-2e75e760c926" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2caa63ca-a6ce-42f1-bfdd-68914bab0312" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14343" + ], + "x-ms-request-id": [ + "29f79436-d28b-46b4-8ad0-24169191857c" + ], + "x-ms-correlation-request-id": [ + "29f79436-d28b-46b4-8ad0-24169191857c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192029Z:29f79436-d28b-46b4-8ad0-24169191857c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c17f5d55-1815-42ca-9ab3-861932ba4c8a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14341" + ], + "x-ms-request-id": [ + "cd2398d7-924d-496e-9023-8862fe25a891" + ], + "x-ms-correlation-request-id": [ + "cd2398d7-924d-496e-9023-8862fe25a891" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192029Z:cd2398d7-924d-496e-9023-8862fe25a891" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ff35fca2-41de-4706-8c96-7b5973f8bfd2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14339" + ], + "x-ms-request-id": [ + "ac1f347e-e002-4134-b421-5bf6f5216ee1" + ], + "x-ms-correlation-request-id": [ + "ac1f347e-e002-4134-b421-5bf6f5216ee1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192029Z:ac1f347e-e002-4134-b421-5bf6f5216ee1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4beecca2-71cd-479b-b63b-e9592fee3189" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14337" + ], + "x-ms-request-id": [ + "7895f026-807e-4a4a-8e42-cf5cf2f2d3ca" + ], + "x-ms-correlation-request-id": [ + "7895f026-807e-4a4a-8e42-cf5cf2f2d3ca" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192029Z:7895f026-807e-4a4a-8e42-cf5cf2f2d3ca" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7105f879-9e69-4a6f-941b-bacc453c0196" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14335" + ], + "x-ms-request-id": [ + "a2c3fff5-197e-4019-b853-f7acc41b35d6" + ], + "x-ms-correlation-request-id": [ + "a2c3fff5-197e-4019-b853-f7acc41b35d6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192029Z:a2c3fff5-197e-4019-b853-f7acc41b35d6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7e05c8f9-a464-4b70-a2c3-ea06bb3fbaa0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14333" + ], + "x-ms-request-id": [ + "cb053584-918a-4802-ab77-edfa25a086c1" + ], + "x-ms-correlation-request-id": [ + "cb053584-918a-4802-ab77-edfa25a086c1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192030Z:cb053584-918a-4802-ab77-edfa25a086c1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "75c7f021-63b2-410f-8f9c-b1c8a76ed5c6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14331" + ], + "x-ms-request-id": [ + "f43d61f1-d53d-41de-b60b-48cbf02c8e48" + ], + "x-ms-correlation-request-id": [ + "f43d61f1-d53d-41de-b60b-48cbf02c8e48" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192030Z:f43d61f1-d53d-41de-b60b-48cbf02c8e48" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "04c29ee2-774a-4dd1-b638-8d770b3de44e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14329" + ], + "x-ms-request-id": [ + "85611783-b1bb-4d46-bd4d-44bd1d091b61" + ], + "x-ms-correlation-request-id": [ + "85611783-b1bb-4d46-bd4d-44bd1d091b61" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192030Z:85611783-b1bb-4d46-bd4d-44bd1d091b61" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "24c164c9-2997-4ebf-bf23-0f390ba67bde" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14327" + ], + "x-ms-request-id": [ + "bb2f3b05-d908-4c40-9ac7-af851f63e269" + ], + "x-ms-correlation-request-id": [ + "bb2f3b05-d908-4c40-9ac7-af851f63e269" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192030Z:bb2f3b05-d908-4c40-9ac7-af851f63e269" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eede1cd4-08f8-41ed-b17d-420fba0ae3f4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14325" + ], + "x-ms-request-id": [ + "39b1c091-a231-4a25-90fa-f9f80780f3ac" + ], + "x-ms-correlation-request-id": [ + "39b1c091-a231-4a25-90fa-f9f80780f3ac" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192030Z:39b1c091-a231-4a25-90fa-f9f80780f3ac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ab4fd9b4-72bc-4ace-b444-2219c7e33269" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14323" + ], + "x-ms-request-id": [ + "23d7c966-6387-4f96-8974-0b498595ba70" + ], + "x-ms-correlation-request-id": [ + "23d7c966-6387-4f96-8974-0b498595ba70" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192030Z:23d7c966-6387-4f96-8974-0b498595ba70" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "643de993-a5ac-4094-acf1-cc5f3daa98fa" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14321" + ], + "x-ms-request-id": [ + "e5ec9df2-1ccc-4839-bedc-7a139e9f1a83" + ], + "x-ms-correlation-request-id": [ + "e5ec9df2-1ccc-4839-bedc-7a139e9f1a83" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192031Z:e5ec9df2-1ccc-4839-bedc-7a139e9f1a83" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4052a872-561c-495e-b663-daba6c234cd5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14319" + ], + "x-ms-request-id": [ + "9fa64144-9ff1-4420-9a2f-d11ab9fe3392" + ], + "x-ms-correlation-request-id": [ + "9fa64144-9ff1-4420-9a2f-d11ab9fe3392" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192031Z:9fa64144-9ff1-4420-9a2f-d11ab9fe3392" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0c632679-432c-4b8f-888d-ab9e06c825e2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14317" + ], + "x-ms-request-id": [ + "c2dbcf98-140f-4994-9522-8f1cba1521ad" + ], + "x-ms-correlation-request-id": [ + "c2dbcf98-140f-4994-9522-8f1cba1521ad" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192031Z:c2dbcf98-140f-4994-9522-8f1cba1521ad" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e4790d88-3b0c-4dd0-8d0b-150f979d7707" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14315" + ], + "x-ms-request-id": [ + "92acf347-aca6-4ce9-9efe-ac5fbbd55037" + ], + "x-ms-correlation-request-id": [ + "92acf347-aca6-4ce9-9efe-ac5fbbd55037" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192031Z:92acf347-aca6-4ce9-9efe-ac5fbbd55037" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2699d62c-72ef-4462-b3a1-1a5cb1ee81c1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14313" + ], + "x-ms-request-id": [ + "e0658695-893b-44ae-9726-556079370f31" + ], + "x-ms-correlation-request-id": [ + "e0658695-893b-44ae-9726-556079370f31" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192031Z:e0658695-893b-44ae-9726-556079370f31" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "67d3975b-95a7-4501-a283-452250310cfe" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14311" + ], + "x-ms-request-id": [ + "4cc99679-5d31-46ff-b50d-62d2cbede015" + ], + "x-ms-correlation-request-id": [ + "4cc99679-5d31-46ff-b50d-62d2cbede015" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192032Z:4cc99679-5d31-46ff-b50d-62d2cbede015" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c2155ddd-5067-4048-96a2-bd4e324f6c23" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14309" + ], + "x-ms-request-id": [ + "cb1beda8-c546-47de-a014-0869eca19fae" + ], + "x-ms-correlation-request-id": [ + "cb1beda8-c546-47de-a014-0869eca19fae" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192032Z:cb1beda8-c546-47de-a014-0869eca19fae" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9d818dab-1ecd-4bbf-ba2d-3b1bdb71cb48" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14307" + ], + "x-ms-request-id": [ + "d614b446-dccb-4a9a-8b15-ca2fbcd14c0c" + ], + "x-ms-correlation-request-id": [ + "d614b446-dccb-4a9a-8b15-ca2fbcd14c0c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192032Z:d614b446-dccb-4a9a-8b15-ca2fbcd14c0c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1bd40e98-17d3-49dd-858e-a8a448a4a2a1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14305" + ], + "x-ms-request-id": [ + "e630a695-99b6-4821-bb2c-56cdcf1b9229" + ], + "x-ms-correlation-request-id": [ + "e630a695-99b6-4821-bb2c-56cdcf1b9229" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192032Z:e630a695-99b6-4821-bb2c-56cdcf1b9229" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a981abdc-326a-466b-9d05-8199506afccc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14303" + ], + "x-ms-request-id": [ + "76770788-afd9-4f49-8e07-1724b5530f07" + ], + "x-ms-correlation-request-id": [ + "76770788-afd9-4f49-8e07-1724b5530f07" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192032Z:76770788-afd9-4f49-8e07-1724b5530f07" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4027aa91-9214-41e9-a7d3-9bb665e3024e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14301" + ], + "x-ms-request-id": [ + "6565fc2e-127c-46cb-864e-e3c31ea679ea" + ], + "x-ms-correlation-request-id": [ + "6565fc2e-127c-46cb-864e-e3c31ea679ea" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192033Z:6565fc2e-127c-46cb-864e-e3c31ea679ea" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "19abd607-f24c-4495-9567-dc010042e6c4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14299" + ], + "x-ms-request-id": [ + "7dfb9c6b-95ad-4cdd-906d-512a5aba1407" + ], + "x-ms-correlation-request-id": [ + "7dfb9c6b-95ad-4cdd-906d-512a5aba1407" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192033Z:7dfb9c6b-95ad-4cdd-906d-512a5aba1407" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "15942aa0-6dee-41aa-8d4f-10c9b56bd7d1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14297" + ], + "x-ms-request-id": [ + "0dae5197-74a9-4872-b1b3-d3ce0d1d3ff5" + ], + "x-ms-correlation-request-id": [ + "0dae5197-74a9-4872-b1b3-d3ce0d1d3ff5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192033Z:0dae5197-74a9-4872-b1b3-d3ce0d1d3ff5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "df88313d-7da8-4f35-9974-29dff8c5eb59" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14295" + ], + "x-ms-request-id": [ + "7124baec-3765-41ee-8f4c-f7434fa258fc" + ], + "x-ms-correlation-request-id": [ + "7124baec-3765-41ee-8f4c-f7434fa258fc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192033Z:7124baec-3765-41ee-8f4c-f7434fa258fc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b72dd7c6-7491-466b-aebc-741c4c1a71c3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14293" + ], + "x-ms-request-id": [ + "b40fc5fa-906b-4f18-8966-7aaf9d4d9b7c" + ], + "x-ms-correlation-request-id": [ + "b40fc5fa-906b-4f18-8966-7aaf9d4d9b7c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192033Z:b40fc5fa-906b-4f18-8966-7aaf9d4d9b7c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8701e54b-9b00-4f42-b211-02ee0a0c93e7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14291" + ], + "x-ms-request-id": [ + "9735b21f-2131-4948-8a6d-6ff20d108c0c" + ], + "x-ms-correlation-request-id": [ + "9735b21f-2131-4948-8a6d-6ff20d108c0c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192034Z:9735b21f-2131-4948-8a6d-6ff20d108c0c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cf27394b-aa19-49b2-9daf-87d1617eab40" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14289" + ], + "x-ms-request-id": [ + "f612ab66-7e27-477f-a3c3-dd80b6e4f13c" + ], + "x-ms-correlation-request-id": [ + "f612ab66-7e27-477f-a3c3-dd80b6e4f13c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192034Z:f612ab66-7e27-477f-a3c3-dd80b6e4f13c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a37c88aa-a05a-4d09-94a4-a7c2b92e8bb3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14287" + ], + "x-ms-request-id": [ + "4b27e5eb-0c2a-4eab-9283-e973d739b617" + ], + "x-ms-correlation-request-id": [ + "4b27e5eb-0c2a-4eab-9283-e973d739b617" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192034Z:4b27e5eb-0c2a-4eab-9283-e973d739b617" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "44c70782-5982-4e33-8eef-aa8f6d2ba9c0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14285" + ], + "x-ms-request-id": [ + "453c5f1a-16db-4b0f-9557-e9c39681eae5" + ], + "x-ms-correlation-request-id": [ + "453c5f1a-16db-4b0f-9557-e9c39681eae5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192034Z:453c5f1a-16db-4b0f-9557-e9c39681eae5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e5cf5ae1-ab34-46a9-9aa0-88d137ba9f7e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14283" + ], + "x-ms-request-id": [ + "a95d65b8-7268-4e7f-88ee-54d05b01e0f6" + ], + "x-ms-correlation-request-id": [ + "a95d65b8-7268-4e7f-88ee-54d05b01e0f6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192034Z:a95d65b8-7268-4e7f-88ee-54d05b01e0f6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e75b98be-3762-4fd0-beec-4ba6f1bda053" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14281" + ], + "x-ms-request-id": [ + "782a270b-d034-46b8-ac25-206bb6c62279" + ], + "x-ms-correlation-request-id": [ + "782a270b-d034-46b8-ac25-206bb6c62279" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192035Z:782a270b-d034-46b8-ac25-206bb6c62279" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e86a76bd-8f6f-4bb8-8f87-9c1dbd7d5cbc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14279" + ], + "x-ms-request-id": [ + "8d8a8af6-33f6-4974-b03f-1754f059d8da" + ], + "x-ms-correlation-request-id": [ + "8d8a8af6-33f6-4974-b03f-1754f059d8da" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192035Z:8d8a8af6-33f6-4974-b03f-1754f059d8da" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "12957eff-1650-442f-80f5-c08b2e1c9534" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14277" + ], + "x-ms-request-id": [ + "275a288f-b712-4943-8caf-ad0a021ab4f4" + ], + "x-ms-correlation-request-id": [ + "275a288f-b712-4943-8caf-ad0a021ab4f4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192035Z:275a288f-b712-4943-8caf-ad0a021ab4f4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ae6d5304-b6cf-4b80-8c19-cd3501171e08" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14275" + ], + "x-ms-request-id": [ + "0682375a-7cc3-41cf-91f8-e36ed9ec4a0c" + ], + "x-ms-correlation-request-id": [ + "0682375a-7cc3-41cf-91f8-e36ed9ec4a0c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192035Z:0682375a-7cc3-41cf-91f8-e36ed9ec4a0c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "78dd5462-5637-4874-be97-7d283ac863e2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14273" + ], + "x-ms-request-id": [ + "7f0f1b12-0935-4c61-9467-19abc2d57f2f" + ], + "x-ms-correlation-request-id": [ + "7f0f1b12-0935-4c61-9467-19abc2d57f2f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192035Z:7f0f1b12-0935-4c61-9467-19abc2d57f2f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "884dbccd-db7d-42a9-9318-b86850fe1501" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14271" + ], + "x-ms-request-id": [ + "9e3c5b4b-de03-4cac-b92a-2d2ff56300b5" + ], + "x-ms-correlation-request-id": [ + "9e3c5b4b-de03-4cac-b92a-2d2ff56300b5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192036Z:9e3c5b4b-de03-4cac-b92a-2d2ff56300b5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7ebc73f1-c0de-494b-a639-aa2fcf263c39" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14269" + ], + "x-ms-request-id": [ + "b7dc9b4c-3497-4946-9597-b70f91a42407" + ], + "x-ms-correlation-request-id": [ + "b7dc9b4c-3497-4946-9597-b70f91a42407" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192036Z:b7dc9b4c-3497-4946-9597-b70f91a42407" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ca56e9c9-095b-448a-9262-a4bd855e20d4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14267" + ], + "x-ms-request-id": [ + "d2943dc6-e09f-44dc-b2d8-6d47b8478c55" + ], + "x-ms-correlation-request-id": [ + "d2943dc6-e09f-44dc-b2d8-6d47b8478c55" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192036Z:d2943dc6-e09f-44dc-b2d8-6d47b8478c55" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9622d314-8ad7-4327-a4b4-52d75e1ae472" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14265" + ], + "x-ms-request-id": [ + "6b2d7bbd-f9e3-4368-8d1f-a34a4570b03a" + ], + "x-ms-correlation-request-id": [ + "6b2d7bbd-f9e3-4368-8d1f-a34a4570b03a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192036Z:6b2d7bbd-f9e3-4368-8d1f-a34a4570b03a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ac51018f-cd2b-4860-8927-89136e80ac93" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14263" + ], + "x-ms-request-id": [ + "2fde005e-f8f5-4a92-9b36-1fa3d3223e7a" + ], + "x-ms-correlation-request-id": [ + "2fde005e-f8f5-4a92-9b36-1fa3d3223e7a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192036Z:2fde005e-f8f5-4a92-9b36-1fa3d3223e7a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d86290fa-f8e2-420a-b047-1d10fd17cd80" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14261" + ], + "x-ms-request-id": [ + "aa536461-c21d-44d4-9168-8f897045f906" + ], + "x-ms-correlation-request-id": [ + "aa536461-c21d-44d4-9168-8f897045f906" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192036Z:aa536461-c21d-44d4-9168-8f897045f906" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "23dc96e7-215b-417a-8f99-94cc5dfbe016" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14259" + ], + "x-ms-request-id": [ + "b5f39da4-cf2d-4ad5-9e41-c62934854fba" + ], + "x-ms-correlation-request-id": [ + "b5f39da4-cf2d-4ad5-9e41-c62934854fba" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192037Z:b5f39da4-cf2d-4ad5-9e41-c62934854fba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "717dafca-05f4-4e43-a945-d9c97081bdec" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14257" + ], + "x-ms-request-id": [ + "f42f0966-5616-4f43-ad88-cf4f748e0481" + ], + "x-ms-correlation-request-id": [ + "f42f0966-5616-4f43-ad88-cf4f748e0481" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192037Z:f42f0966-5616-4f43-ad88-cf4f748e0481" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b0e130c5-419a-45ee-80c2-352250a9f157" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14255" + ], + "x-ms-request-id": [ + "30ec1a87-bdf2-4699-befe-a6b636629fa6" + ], + "x-ms-correlation-request-id": [ + "30ec1a87-bdf2-4699-befe-a6b636629fa6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192037Z:30ec1a87-bdf2-4699-befe-a6b636629fa6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "352a6dad-c65d-41f5-b619-169500b2cfe3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14253" + ], + "x-ms-request-id": [ + "51f44065-19c5-444b-9317-6761dc7c53d8" + ], + "x-ms-correlation-request-id": [ + "51f44065-19c5-444b-9317-6761dc7c53d8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192038Z:51f44065-19c5-444b-9317-6761dc7c53d8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "baf7d3e7-dfbc-4804-b5a2-030bb573d40f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14251" + ], + "x-ms-request-id": [ + "2ce7b6a1-d47f-48c5-86e2-7a21a7d8fcee" + ], + "x-ms-correlation-request-id": [ + "2ce7b6a1-d47f-48c5-86e2-7a21a7d8fcee" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192038Z:2ce7b6a1-d47f-48c5-86e2-7a21a7d8fcee" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "85d183c7-9d3b-4b66-8b00-187282122178" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14249" + ], + "x-ms-request-id": [ + "668e84e4-be67-4cb3-95f8-9945234881f9" + ], + "x-ms-correlation-request-id": [ + "668e84e4-be67-4cb3-95f8-9945234881f9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192038Z:668e84e4-be67-4cb3-95f8-9945234881f9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "48f6413f-8914-4636-9f44-9e5c4d8c1eca" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14247" + ], + "x-ms-request-id": [ + "f8fd304c-33e0-4622-8a7f-ecd1215b7107" + ], + "x-ms-correlation-request-id": [ + "f8fd304c-33e0-4622-8a7f-ecd1215b7107" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192038Z:f8fd304c-33e0-4622-8a7f-ecd1215b7107" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "59496f34-c4e2-452e-9711-8ae176b4c23e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14245" + ], + "x-ms-request-id": [ + "077eba65-ed9e-4389-b98a-abbb0f2f0ed6" + ], + "x-ms-correlation-request-id": [ + "077eba65-ed9e-4389-b98a-abbb0f2f0ed6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192038Z:077eba65-ed9e-4389-b98a-abbb0f2f0ed6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ad949574-45b6-4728-881e-f895c5c80572" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14243" + ], + "x-ms-request-id": [ + "ea4801c8-f35f-4883-9b9b-0c615120305e" + ], + "x-ms-correlation-request-id": [ + "ea4801c8-f35f-4883-9b9b-0c615120305e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192039Z:ea4801c8-f35f-4883-9b9b-0c615120305e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "824d076d-7bac-4243-b76b-b5509a0c56d5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14241" + ], + "x-ms-request-id": [ + "0242c2bc-cdba-440d-b61f-ad3959f253c8" + ], + "x-ms-correlation-request-id": [ + "0242c2bc-cdba-440d-b61f-ad3959f253c8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192039Z:0242c2bc-cdba-440d-b61f-ad3959f253c8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9b1b9cbf-9d7d-471d-b335-f1ad449a3b6f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14239" + ], + "x-ms-request-id": [ + "b5d50922-7001-4f10-8e0c-b0b0049c688a" + ], + "x-ms-correlation-request-id": [ + "b5d50922-7001-4f10-8e0c-b0b0049c688a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192039Z:b5d50922-7001-4f10-8e0c-b0b0049c688a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ac710d21-c35b-4e0c-be3b-9721c4a11036" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14237" + ], + "x-ms-request-id": [ + "f4ff8f6a-b87c-4282-a09c-94ebfeb91d30" + ], + "x-ms-correlation-request-id": [ + "f4ff8f6a-b87c-4282-a09c-94ebfeb91d30" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192039Z:f4ff8f6a-b87c-4282-a09c-94ebfeb91d30" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8a0dd604-36a1-468c-86a5-c424105ed1fc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14235" + ], + "x-ms-request-id": [ + "77c6cacf-64d3-42e9-b27f-22033519cc03" + ], + "x-ms-correlation-request-id": [ + "77c6cacf-64d3-42e9-b27f-22033519cc03" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192039Z:77c6cacf-64d3-42e9-b27f-22033519cc03" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0ea830b7-81cb-482f-809b-0ba60244f154" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14233" + ], + "x-ms-request-id": [ + "df701a62-d3c0-475c-b896-9306ed5320e6" + ], + "x-ms-correlation-request-id": [ + "df701a62-d3c0-475c-b896-9306ed5320e6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192039Z:df701a62-d3c0-475c-b896-9306ed5320e6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "53a90975-7fb9-4fca-8830-b183fe552188" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14231" + ], + "x-ms-request-id": [ + "03cf7c3f-9d7c-4a20-a36e-5850b99de391" + ], + "x-ms-correlation-request-id": [ + "03cf7c3f-9d7c-4a20-a36e-5850b99de391" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192040Z:03cf7c3f-9d7c-4a20-a36e-5850b99de391" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9c29af8f-953b-47ee-8ca4-7e59eed5c744" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14229" + ], + "x-ms-request-id": [ + "82cced16-b3ba-4f1a-8c11-6ece7cdc9b30" + ], + "x-ms-correlation-request-id": [ + "82cced16-b3ba-4f1a-8c11-6ece7cdc9b30" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192040Z:82cced16-b3ba-4f1a-8c11-6ece7cdc9b30" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f6983a3-eef7-4d90-b6e9-2fbcf51c82ac" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14227" + ], + "x-ms-request-id": [ + "1d2161a0-d048-4443-9947-8a2665509b58" + ], + "x-ms-correlation-request-id": [ + "1d2161a0-d048-4443-9947-8a2665509b58" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192040Z:1d2161a0-d048-4443-9947-8a2665509b58" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9437408c-9ec6-4f95-8015-975277754f91" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14225" + ], + "x-ms-request-id": [ + "6d1b7333-36df-40be-97cb-97a03f2e47a3" + ], + "x-ms-correlation-request-id": [ + "6d1b7333-36df-40be-97cb-97a03f2e47a3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192040Z:6d1b7333-36df-40be-97cb-97a03f2e47a3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bf03797b-ff05-4ad4-a5d2-582b02c58d87" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14223" + ], + "x-ms-request-id": [ + "f6d79f48-80fa-4c0c-8414-53650eb2e2b3" + ], + "x-ms-correlation-request-id": [ + "f6d79f48-80fa-4c0c-8414-53650eb2e2b3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192040Z:f6d79f48-80fa-4c0c-8414-53650eb2e2b3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0fc7ee2c-1e71-48c9-a0a2-14ebce171d67" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14221" + ], + "x-ms-request-id": [ + "db552b7c-7ec8-472e-b302-ae7e0183c054" + ], + "x-ms-correlation-request-id": [ + "db552b7c-7ec8-472e-b302-ae7e0183c054" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192041Z:db552b7c-7ec8-472e-b302-ae7e0183c054" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7a40501f-eadc-4496-8cc1-9480237ef3e9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14219" + ], + "x-ms-request-id": [ + "2dcc918e-c5c7-442b-b479-1788519fb38f" + ], + "x-ms-correlation-request-id": [ + "2dcc918e-c5c7-442b-b479-1788519fb38f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192041Z:2dcc918e-c5c7-442b-b479-1788519fb38f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b410cd7f-01dd-4d81-bb6b-8b281c91ddcf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14217" + ], + "x-ms-request-id": [ + "9599cdc9-d554-453f-b42d-bf6f98505c35" + ], + "x-ms-correlation-request-id": [ + "9599cdc9-d554-453f-b42d-bf6f98505c35" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192041Z:9599cdc9-d554-453f-b42d-bf6f98505c35" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "79302774-6037-4471-ae9c-e7ba4796fa57" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14215" + ], + "x-ms-request-id": [ + "8f17de10-696c-4a77-825f-c7279916d204" + ], + "x-ms-correlation-request-id": [ + "8f17de10-696c-4a77-825f-c7279916d204" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192041Z:8f17de10-696c-4a77-825f-c7279916d204" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "06725ec2-f6ac-4874-a0a5-b9bc0e77b8cb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14213" + ], + "x-ms-request-id": [ + "67020525-3fca-48a7-a78c-616f0d51fa56" + ], + "x-ms-correlation-request-id": [ + "67020525-3fca-48a7-a78c-616f0d51fa56" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192041Z:67020525-3fca-48a7-a78c-616f0d51fa56" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f0fbf29d-5247-4f8d-9b95-934dc53de617" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14211" + ], + "x-ms-request-id": [ + "a1c615d8-13a4-4b7e-b78f-5c4366de0891" + ], + "x-ms-correlation-request-id": [ + "a1c615d8-13a4-4b7e-b78f-5c4366de0891" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192042Z:a1c615d8-13a4-4b7e-b78f-5c4366de0891" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "417e15b7-9b73-4d2d-a777-f2c563124cce" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14209" + ], + "x-ms-request-id": [ + "47076dd9-35f1-4fe2-800f-0b8ad91b080c" + ], + "x-ms-correlation-request-id": [ + "47076dd9-35f1-4fe2-800f-0b8ad91b080c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192042Z:47076dd9-35f1-4fe2-800f-0b8ad91b080c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b7504760-c4e8-416e-8d7f-365f786a9656" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14207" + ], + "x-ms-request-id": [ + "ef3cc6fd-967d-410a-87e9-a00a6c9215c3" + ], + "x-ms-correlation-request-id": [ + "ef3cc6fd-967d-410a-87e9-a00a6c9215c3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192042Z:ef3cc6fd-967d-410a-87e9-a00a6c9215c3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f67e71fe-d2cc-4038-a82a-710102292716" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14205" + ], + "x-ms-request-id": [ + "2294cef9-c763-48c6-a726-63fc7bd716df" + ], + "x-ms-correlation-request-id": [ + "2294cef9-c763-48c6-a726-63fc7bd716df" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192042Z:2294cef9-c763-48c6-a726-63fc7bd716df" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "90057990-0788-47df-bc82-2f69e2a3233c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14203" + ], + "x-ms-request-id": [ + "416815da-1a19-4cc0-9563-967894c8b1b3" + ], + "x-ms-correlation-request-id": [ + "416815da-1a19-4cc0-9563-967894c8b1b3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192042Z:416815da-1a19-4cc0-9563-967894c8b1b3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3bc2fa89-1e67-4820-9aef-6f34aa53f121" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14201" + ], + "x-ms-request-id": [ + "08078b3f-cd08-46d9-844f-c081031701b1" + ], + "x-ms-correlation-request-id": [ + "08078b3f-cd08-46d9-844f-c081031701b1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192043Z:08078b3f-cd08-46d9-844f-c081031701b1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "60b9de8b-cdb5-4dc2-99e9-28e63c717730" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14199" + ], + "x-ms-request-id": [ + "e3a1eaa6-f549-4af3-b847-eb94a9d6a570" + ], + "x-ms-correlation-request-id": [ + "e3a1eaa6-f549-4af3-b847-eb94a9d6a570" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192043Z:e3a1eaa6-f549-4af3-b847-eb94a9d6a570" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "14bca5dc-645c-4d26-a957-c3a524fb1fe0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14197" + ], + "x-ms-request-id": [ + "9c9e3010-ba95-4c94-b4c2-6353784e9c2f" + ], + "x-ms-correlation-request-id": [ + "9c9e3010-ba95-4c94-b4c2-6353784e9c2f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192043Z:9c9e3010-ba95-4c94-b4c2-6353784e9c2f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c75a49b5-cb8d-44b8-bb67-944b9bf2f03c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14195" + ], + "x-ms-request-id": [ + "3ce1ba49-7b5d-4689-99b4-525b92c066f6" + ], + "x-ms-correlation-request-id": [ + "3ce1ba49-7b5d-4689-99b4-525b92c066f6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192043Z:3ce1ba49-7b5d-4689-99b4-525b92c066f6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cddb903a-8e59-48a6-9086-9ac50d06a95a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14193" + ], + "x-ms-request-id": [ + "a00855a1-4a47-49a5-a4bf-88175f6f4368" + ], + "x-ms-correlation-request-id": [ + "a00855a1-4a47-49a5-a4bf-88175f6f4368" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192043Z:a00855a1-4a47-49a5-a4bf-88175f6f4368" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9a4cf878-8de5-461f-a42c-e9537f6a8fdb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14191" + ], + "x-ms-request-id": [ + "0e5e46fe-eaf8-4473-8b71-cdad958fdc8d" + ], + "x-ms-correlation-request-id": [ + "0e5e46fe-eaf8-4473-8b71-cdad958fdc8d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192044Z:0e5e46fe-eaf8-4473-8b71-cdad958fdc8d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3f92b8f4-e3c1-466e-aa12-11ba1311a02f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14189" + ], + "x-ms-request-id": [ + "1f07f9d0-0371-4a90-bb32-fe714278adb0" + ], + "x-ms-correlation-request-id": [ + "1f07f9d0-0371-4a90-bb32-fe714278adb0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192044Z:1f07f9d0-0371-4a90-bb32-fe714278adb0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9f66bffe-58cd-49fc-860b-c2397e60ebc8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14187" + ], + "x-ms-request-id": [ + "bd0508ea-d892-4b74-858a-7ab82ac2c1ec" + ], + "x-ms-correlation-request-id": [ + "bd0508ea-d892-4b74-858a-7ab82ac2c1ec" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192044Z:bd0508ea-d892-4b74-858a-7ab82ac2c1ec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4c5bb4fa-5cbd-49c0-8897-7b1b23849beb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14185" + ], + "x-ms-request-id": [ + "e1760089-768c-49c5-a681-18724ea61955" + ], + "x-ms-correlation-request-id": [ + "e1760089-768c-49c5-a681-18724ea61955" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192044Z:e1760089-768c-49c5-a681-18724ea61955" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "522b7343-2f7c-4623-b3ac-da06e40fb475" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14183" + ], + "x-ms-request-id": [ + "77b80e8b-2195-4452-bbd5-cd008eb23bc7" + ], + "x-ms-correlation-request-id": [ + "77b80e8b-2195-4452-bbd5-cd008eb23bc7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192044Z:77b80e8b-2195-4452-bbd5-cd008eb23bc7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6adf802a-996d-43ae-bd0b-d6f4eec56ad0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14181" + ], + "x-ms-request-id": [ + "96dd887a-3c2c-40db-9b1e-dde19a13c8d8" + ], + "x-ms-correlation-request-id": [ + "96dd887a-3c2c-40db-9b1e-dde19a13c8d8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192044Z:96dd887a-3c2c-40db-9b1e-dde19a13c8d8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eb4ea5be-541a-40ca-93b1-66079e7ab933" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14179" + ], + "x-ms-request-id": [ + "44e6275e-cff5-4c63-aba7-1ccf16ce2ed3" + ], + "x-ms-correlation-request-id": [ + "44e6275e-cff5-4c63-aba7-1ccf16ce2ed3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192045Z:44e6275e-cff5-4c63-aba7-1ccf16ce2ed3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b55197ea-697c-43e2-8e98-087230ccbde5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14177" + ], + "x-ms-request-id": [ + "f888a322-7f24-400c-a812-4b7ea0839e4e" + ], + "x-ms-correlation-request-id": [ + "f888a322-7f24-400c-a812-4b7ea0839e4e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192045Z:f888a322-7f24-400c-a812-4b7ea0839e4e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b9562452-c8ac-476b-aef2-1d249d733a66" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14175" + ], + "x-ms-request-id": [ + "ee5af8c7-3ee3-44f2-a8d7-a42c191b1221" + ], + "x-ms-correlation-request-id": [ + "ee5af8c7-3ee3-44f2-a8d7-a42c191b1221" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192045Z:ee5af8c7-3ee3-44f2-a8d7-a42c191b1221" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8b968c97-3500-46cb-9265-e9f6425e5d85" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14173" + ], + "x-ms-request-id": [ + "0348bd69-2164-4c76-93b4-ffdbcfeedd78" + ], + "x-ms-correlation-request-id": [ + "0348bd69-2164-4c76-93b4-ffdbcfeedd78" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192045Z:0348bd69-2164-4c76-93b4-ffdbcfeedd78" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "83c5d67c-8c36-4e01-ab07-9b5aa55d9b92" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14171" + ], + "x-ms-request-id": [ + "59aa010e-829d-49be-aebe-4a3ed27f1637" + ], + "x-ms-correlation-request-id": [ + "59aa010e-829d-49be-aebe-4a3ed27f1637" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192045Z:59aa010e-829d-49be-aebe-4a3ed27f1637" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8c50e752-fb0e-42c9-9b96-d4eb62d672a5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14169" + ], + "x-ms-request-id": [ + "3d2502d2-b755-44f5-91bd-3001d8b0ed3a" + ], + "x-ms-correlation-request-id": [ + "3d2502d2-b755-44f5-91bd-3001d8b0ed3a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192046Z:3d2502d2-b755-44f5-91bd-3001d8b0ed3a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ff0ff4f7-836b-4a96-8b9e-4efb265ad80c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14167" + ], + "x-ms-request-id": [ + "e4dc4b70-d1d5-44a7-adb6-e0458a2a005d" + ], + "x-ms-correlation-request-id": [ + "e4dc4b70-d1d5-44a7-adb6-e0458a2a005d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192046Z:e4dc4b70-d1d5-44a7-adb6-e0458a2a005d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "33444c69-f43b-459f-98ef-83ed1e8981f5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14165" + ], + "x-ms-request-id": [ + "c800ceda-4216-4002-b747-1a16e45e8060" + ], + "x-ms-correlation-request-id": [ + "c800ceda-4216-4002-b747-1a16e45e8060" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192046Z:c800ceda-4216-4002-b747-1a16e45e8060" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "687b7551-f3a2-4a7a-bcd1-54db339525d5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14163" + ], + "x-ms-request-id": [ + "221ebb5e-25f1-4303-a0b0-903e577cc047" + ], + "x-ms-correlation-request-id": [ + "221ebb5e-25f1-4303-a0b0-903e577cc047" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192046Z:221ebb5e-25f1-4303-a0b0-903e577cc047" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7b524130-ddca-4cb9-9ef9-a8875dca4825" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14161" + ], + "x-ms-request-id": [ + "5d68ebcd-defb-4301-813b-2209f7007918" + ], + "x-ms-correlation-request-id": [ + "5d68ebcd-defb-4301-813b-2209f7007918" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192046Z:5d68ebcd-defb-4301-813b-2209f7007918" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "34374c3c-ef7e-4c43-8ea9-f2737d6a2a68" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14159" + ], + "x-ms-request-id": [ + "cff0f1c5-ec37-44c4-bf33-02f2b6e5fa57" + ], + "x-ms-correlation-request-id": [ + "cff0f1c5-ec37-44c4-bf33-02f2b6e5fa57" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192047Z:cff0f1c5-ec37-44c4-bf33-02f2b6e5fa57" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "67b65619-968e-4e16-a211-0818e1db9b70" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14157" + ], + "x-ms-request-id": [ + "cebe46b5-c89e-4666-b9e2-026f61ec71b6" + ], + "x-ms-correlation-request-id": [ + "cebe46b5-c89e-4666-b9e2-026f61ec71b6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192047Z:cebe46b5-c89e-4666-b9e2-026f61ec71b6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3756d950-91c2-4d36-96f8-7051f66caa85" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14155" + ], + "x-ms-request-id": [ + "51bfaa2e-eba0-486c-9838-375283971d1c" + ], + "x-ms-correlation-request-id": [ + "51bfaa2e-eba0-486c-9838-375283971d1c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192047Z:51bfaa2e-eba0-486c-9838-375283971d1c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f654bba9-867e-4b55-ac5f-381ac95df786" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14153" + ], + "x-ms-request-id": [ + "6caac0b1-5e85-47ba-8c88-3eadd16494db" + ], + "x-ms-correlation-request-id": [ + "6caac0b1-5e85-47ba-8c88-3eadd16494db" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192047Z:6caac0b1-5e85-47ba-8c88-3eadd16494db" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b20b6a98-74d9-4ee6-8542-cd9b26460928" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14151" + ], + "x-ms-request-id": [ + "5ff4574b-ef3c-4b55-a43d-845722865eaa" + ], + "x-ms-correlation-request-id": [ + "5ff4574b-ef3c-4b55-a43d-845722865eaa" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192047Z:5ff4574b-ef3c-4b55-a43d-845722865eaa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "77e34be6-2752-410d-aee5-c9640f9b5a29" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14149" + ], + "x-ms-request-id": [ + "68ddcddd-f4c8-43dc-be7b-cc5d49f5267e" + ], + "x-ms-correlation-request-id": [ + "68ddcddd-f4c8-43dc-be7b-cc5d49f5267e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192048Z:68ddcddd-f4c8-43dc-be7b-cc5d49f5267e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9c708434-ab22-4b86-9eee-7d732e741fd6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14147" + ], + "x-ms-request-id": [ + "2cd90478-79c7-4159-84e7-0895f7812b7f" + ], + "x-ms-correlation-request-id": [ + "2cd90478-79c7-4159-84e7-0895f7812b7f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192048Z:2cd90478-79c7-4159-84e7-0895f7812b7f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fef86835-84e6-4533-89b5-3c9f27825a3f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14145" + ], + "x-ms-request-id": [ + "0c69d793-2656-4838-9301-e71feea87b33" + ], + "x-ms-correlation-request-id": [ + "0c69d793-2656-4838-9301-e71feea87b33" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192048Z:0c69d793-2656-4838-9301-e71feea87b33" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "92b4d625-28a3-4eed-9858-ab934527c8b6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14143" + ], + "x-ms-request-id": [ + "f20e2acb-db91-405f-841e-120720df15e2" + ], + "x-ms-correlation-request-id": [ + "f20e2acb-db91-405f-841e-120720df15e2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192048Z:f20e2acb-db91-405f-841e-120720df15e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "73c10ee2-ea5c-411d-bf55-702bc4b02e55" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14141" + ], + "x-ms-request-id": [ + "4a30caf6-7539-4a72-b664-9d3ba2797d2d" + ], + "x-ms-correlation-request-id": [ + "4a30caf6-7539-4a72-b664-9d3ba2797d2d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192048Z:4a30caf6-7539-4a72-b664-9d3ba2797d2d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0178479c-3c45-4786-a939-e36ab4f6320b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14139" + ], + "x-ms-request-id": [ + "4c65953f-11a8-4bf7-aa87-798eb7552d84" + ], + "x-ms-correlation-request-id": [ + "4c65953f-11a8-4bf7-aa87-798eb7552d84" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192048Z:4c65953f-11a8-4bf7-aa87-798eb7552d84" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "edcca743-eccf-47f7-85b5-0ce34873106a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14137" + ], + "x-ms-request-id": [ + "c96e5622-205b-4fa9-98a5-1b790a88f9e2" + ], + "x-ms-correlation-request-id": [ + "c96e5622-205b-4fa9-98a5-1b790a88f9e2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192049Z:c96e5622-205b-4fa9-98a5-1b790a88f9e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "409b97c9-0ce6-482f-afed-112f4815220f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14135" + ], + "x-ms-request-id": [ + "a90f4ea2-2836-4efc-b891-74c3128977ff" + ], + "x-ms-correlation-request-id": [ + "a90f4ea2-2836-4efc-b891-74c3128977ff" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192049Z:a90f4ea2-2836-4efc-b891-74c3128977ff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "335f86a1-4680-4f1a-9d48-1c1f08605be6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14133" + ], + "x-ms-request-id": [ + "a22c88b0-483e-476f-9ec5-0fe5e2a28606" + ], + "x-ms-correlation-request-id": [ + "a22c88b0-483e-476f-9ec5-0fe5e2a28606" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192049Z:a22c88b0-483e-476f-9ec5-0fe5e2a28606" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ae53dc6c-3824-4889-807b-cee633cb5ec9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14131" + ], + "x-ms-request-id": [ + "b229eabf-106d-4be9-ba5e-d468ba987e3c" + ], + "x-ms-correlation-request-id": [ + "b229eabf-106d-4be9-ba5e-d468ba987e3c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192049Z:b229eabf-106d-4be9-ba5e-d468ba987e3c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "10a20378-be03-4aeb-90e7-bed2e72d0b5a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14129" + ], + "x-ms-request-id": [ + "e906c56f-2bd2-45a4-8994-9564a872d3bd" + ], + "x-ms-correlation-request-id": [ + "e906c56f-2bd2-45a4-8994-9564a872d3bd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192049Z:e906c56f-2bd2-45a4-8994-9564a872d3bd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2763ef7b-598f-4324-8080-b79fd5a3cb22" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14127" + ], + "x-ms-request-id": [ + "31f6fbf3-7d51-4256-b968-3f6a3aa5b91b" + ], + "x-ms-correlation-request-id": [ + "31f6fbf3-7d51-4256-b968-3f6a3aa5b91b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192050Z:31f6fbf3-7d51-4256-b968-3f6a3aa5b91b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9fa6670b-4cbc-402e-9f71-e5091df187bd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14125" + ], + "x-ms-request-id": [ + "ac40410e-5f23-4145-81f5-6acb3962db66" + ], + "x-ms-correlation-request-id": [ + "ac40410e-5f23-4145-81f5-6acb3962db66" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192050Z:ac40410e-5f23-4145-81f5-6acb3962db66" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e7cf0a2c-9ec2-4d3d-860c-c84a82b31d06" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14123" + ], + "x-ms-request-id": [ + "5404fca1-eee3-48ee-90d2-8d9153189fb0" + ], + "x-ms-correlation-request-id": [ + "5404fca1-eee3-48ee-90d2-8d9153189fb0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192050Z:5404fca1-eee3-48ee-90d2-8d9153189fb0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef0c4ab9-b68f-4ab6-b873-94397e0669e0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14121" + ], + "x-ms-request-id": [ + "c85e7f86-2ede-4db7-b1b5-19c0cf36bad2" + ], + "x-ms-correlation-request-id": [ + "c85e7f86-2ede-4db7-b1b5-19c0cf36bad2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192050Z:c85e7f86-2ede-4db7-b1b5-19c0cf36bad2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1cce4c50-5f66-4587-b691-35830361279e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14119" + ], + "x-ms-request-id": [ + "fcf0b097-0353-45bf-8291-010295eca476" + ], + "x-ms-correlation-request-id": [ + "fcf0b097-0353-45bf-8291-010295eca476" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192050Z:fcf0b097-0353-45bf-8291-010295eca476" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "182b1f0b-345e-4571-b67b-d01026be1125" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14117" + ], + "x-ms-request-id": [ + "4407d2df-bd60-4cfa-9be4-efe029d37801" + ], + "x-ms-correlation-request-id": [ + "4407d2df-bd60-4cfa-9be4-efe029d37801" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192051Z:4407d2df-bd60-4cfa-9be4-efe029d37801" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f6c0f866-a134-4e46-a5ef-e13f7c80d161" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14115" + ], + "x-ms-request-id": [ + "d384f019-7294-4b3e-be66-79623f4b550c" + ], + "x-ms-correlation-request-id": [ + "d384f019-7294-4b3e-be66-79623f4b550c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192051Z:d384f019-7294-4b3e-be66-79623f4b550c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aec41da7-09e4-421a-9c41-8bad5315e692" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14113" + ], + "x-ms-request-id": [ + "9a5ffff4-9fff-4bae-bd3a-5d1529174594" + ], + "x-ms-correlation-request-id": [ + "9a5ffff4-9fff-4bae-bd3a-5d1529174594" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192051Z:9a5ffff4-9fff-4bae-bd3a-5d1529174594" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4d952613-d155-47e1-ab8a-bd4e5e2ecd9d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14111" + ], + "x-ms-request-id": [ + "358fe980-8b10-4391-a1e2-bd43fc4d3c80" + ], + "x-ms-correlation-request-id": [ + "358fe980-8b10-4391-a1e2-bd43fc4d3c80" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192051Z:358fe980-8b10-4391-a1e2-bd43fc4d3c80" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "631d79ab-0d5e-47ea-abb4-11d25478d8f7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14109" + ], + "x-ms-request-id": [ + "6148f6cb-6507-4d68-b445-ba08b73bf6d9" + ], + "x-ms-correlation-request-id": [ + "6148f6cb-6507-4d68-b445-ba08b73bf6d9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192051Z:6148f6cb-6507-4d68-b445-ba08b73bf6d9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7d545637-1ecd-4897-9882-f0ba47b0bbda" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14107" + ], + "x-ms-request-id": [ + "c56d936c-c4e0-4d39-b95a-d19eb90b5183" + ], + "x-ms-correlation-request-id": [ + "c56d936c-c4e0-4d39-b95a-d19eb90b5183" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192052Z:c56d936c-c4e0-4d39-b95a-d19eb90b5183" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4bcd7a28-0a31-44ab-875b-19f1ee4b0f66" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14105" + ], + "x-ms-request-id": [ + "42e62cc8-7720-43d1-9518-74a63ea1fd25" + ], + "x-ms-correlation-request-id": [ + "42e62cc8-7720-43d1-9518-74a63ea1fd25" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192052Z:42e62cc8-7720-43d1-9518-74a63ea1fd25" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "44a32015-e6b4-4d19-8337-dea696a740d1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14103" + ], + "x-ms-request-id": [ + "e1c70392-1e66-4f43-9e4b-57566afe5f92" + ], + "x-ms-correlation-request-id": [ + "e1c70392-1e66-4f43-9e4b-57566afe5f92" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192052Z:e1c70392-1e66-4f43-9e4b-57566afe5f92" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1ed0444c-90db-4590-a455-716e10dd2833" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14101" + ], + "x-ms-request-id": [ + "a04e9745-65b0-45f6-82b2-824974ad780f" + ], + "x-ms-correlation-request-id": [ + "a04e9745-65b0-45f6-82b2-824974ad780f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192052Z:a04e9745-65b0-45f6-82b2-824974ad780f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9c104fb9-4a2a-487d-b1b0-93c1c51b312d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14099" + ], + "x-ms-request-id": [ + "eee96861-6e02-4609-8317-3fb3232a1a3d" + ], + "x-ms-correlation-request-id": [ + "eee96861-6e02-4609-8317-3fb3232a1a3d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192052Z:eee96861-6e02-4609-8317-3fb3232a1a3d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8325fedb-cbb7-4b4c-b090-90d1573fea62" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14097" + ], + "x-ms-request-id": [ + "38dbb8c9-02e0-421c-b82f-5ff4269b443d" + ], + "x-ms-correlation-request-id": [ + "38dbb8c9-02e0-421c-b82f-5ff4269b443d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192053Z:38dbb8c9-02e0-421c-b82f-5ff4269b443d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7ab24107-e698-4fb7-b161-55cd21e54a9f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14095" + ], + "x-ms-request-id": [ + "0f463049-96a1-4e8f-9bed-fd1898727ece" + ], + "x-ms-correlation-request-id": [ + "0f463049-96a1-4e8f-9bed-fd1898727ece" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192053Z:0f463049-96a1-4e8f-9bed-fd1898727ece" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "17164657-dd02-4480-ba1c-fc97f2d9fef6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14093" + ], + "x-ms-request-id": [ + "de8065c8-a86b-41a3-a5bf-2935764a9a33" + ], + "x-ms-correlation-request-id": [ + "de8065c8-a86b-41a3-a5bf-2935764a9a33" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192053Z:de8065c8-a86b-41a3-a5bf-2935764a9a33" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a69bf874-b933-4a98-be6f-7a7a0f53e2b4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14091" + ], + "x-ms-request-id": [ + "8e18765a-f0ae-4ccf-a4dd-a9a2c50a3bcb" + ], + "x-ms-correlation-request-id": [ + "8e18765a-f0ae-4ccf-a4dd-a9a2c50a3bcb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192053Z:8e18765a-f0ae-4ccf-a4dd-a9a2c50a3bcb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "28cd25e2-7555-4f3b-aea2-acc8216fd528" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14089" + ], + "x-ms-request-id": [ + "163af798-0090-4dc7-bd61-2e6aec1e90cf" + ], + "x-ms-correlation-request-id": [ + "163af798-0090-4dc7-bd61-2e6aec1e90cf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192053Z:163af798-0090-4dc7-bd61-2e6aec1e90cf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a29a63d5-2905-43fe-8745-0acbe90ecceb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14087" + ], + "x-ms-request-id": [ + "8f5ea64e-6822-4977-bdf6-40b9481fad99" + ], + "x-ms-correlation-request-id": [ + "8f5ea64e-6822-4977-bdf6-40b9481fad99" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192053Z:8f5ea64e-6822-4977-bdf6-40b9481fad99" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c64755a3-12c4-4b7c-936c-30ad52d0bede" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14085" + ], + "x-ms-request-id": [ + "7ed1dbb2-b7b8-43d6-943b-0a8e88a41bce" + ], + "x-ms-correlation-request-id": [ + "7ed1dbb2-b7b8-43d6-943b-0a8e88a41bce" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192054Z:7ed1dbb2-b7b8-43d6-943b-0a8e88a41bce" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7186f95b-6dad-43ce-b3ee-49693555ef00" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14083" + ], + "x-ms-request-id": [ + "424fc2ed-76d2-46b8-ba18-30613bfbcabe" + ], + "x-ms-correlation-request-id": [ + "424fc2ed-76d2-46b8-ba18-30613bfbcabe" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192054Z:424fc2ed-76d2-46b8-ba18-30613bfbcabe" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "88a985fb-f058-4245-8a04-91a0ae0a1fd7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14081" + ], + "x-ms-request-id": [ + "6c454632-125e-41ff-8149-0dbad0c1968d" + ], + "x-ms-correlation-request-id": [ + "6c454632-125e-41ff-8149-0dbad0c1968d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192054Z:6c454632-125e-41ff-8149-0dbad0c1968d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "61cb74e0-5279-4350-aac1-f6c8f4372337" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14079" + ], + "x-ms-request-id": [ + "3ce1050e-d1f3-42ea-b70b-9c0bd2624fc0" + ], + "x-ms-correlation-request-id": [ + "3ce1050e-d1f3-42ea-b70b-9c0bd2624fc0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192054Z:3ce1050e-d1f3-42ea-b70b-9c0bd2624fc0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8b8e6824-b3ee-4f25-848f-1ef312b00d4a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14077" + ], + "x-ms-request-id": [ + "1155e039-b268-4e8b-9678-f0e2e282d853" + ], + "x-ms-correlation-request-id": [ + "1155e039-b268-4e8b-9678-f0e2e282d853" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192054Z:1155e039-b268-4e8b-9678-f0e2e282d853" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fb1a7870-fb26-4a0a-94d3-2bf304bc1374" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14075" + ], + "x-ms-request-id": [ + "131ce234-5c08-4a61-af33-d2b791b14419" + ], + "x-ms-correlation-request-id": [ + "131ce234-5c08-4a61-af33-d2b791b14419" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192055Z:131ce234-5c08-4a61-af33-d2b791b14419" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1acd1086-3722-4c43-b48d-a6e44f835e8a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14073" + ], + "x-ms-request-id": [ + "e0ac1171-84b6-4a76-bc49-c349ca1c68bc" + ], + "x-ms-correlation-request-id": [ + "e0ac1171-84b6-4a76-bc49-c349ca1c68bc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192055Z:e0ac1171-84b6-4a76-bc49-c349ca1c68bc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fea7657e-e880-4ab0-8151-79c0865e86be" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14071" + ], + "x-ms-request-id": [ + "0829008f-ccb0-4632-ac0e-736bc8158e04" + ], + "x-ms-correlation-request-id": [ + "0829008f-ccb0-4632-ac0e-736bc8158e04" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192055Z:0829008f-ccb0-4632-ac0e-736bc8158e04" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a595e60b-be20-4a98-a0d5-ca9352a4fa6e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14069" + ], + "x-ms-request-id": [ + "6bbbadee-cac3-4765-b7a8-303fe7b9f108" + ], + "x-ms-correlation-request-id": [ + "6bbbadee-cac3-4765-b7a8-303fe7b9f108" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192055Z:6bbbadee-cac3-4765-b7a8-303fe7b9f108" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "16c0b7fa-215e-4b24-8992-47f1114637f2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14067" + ], + "x-ms-request-id": [ + "f46a5d32-645b-408b-a43a-896a457a8cea" + ], + "x-ms-correlation-request-id": [ + "f46a5d32-645b-408b-a43a-896a457a8cea" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192055Z:f46a5d32-645b-408b-a43a-896a457a8cea" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "40740e4c-5e51-49ca-ac2c-4b6436387608" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14065" + ], + "x-ms-request-id": [ + "a19d19aa-8113-499d-98c7-8080ed20eba4" + ], + "x-ms-correlation-request-id": [ + "a19d19aa-8113-499d-98c7-8080ed20eba4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192056Z:a19d19aa-8113-499d-98c7-8080ed20eba4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0da11dae-c19a-4e75-b068-0ad44284592a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14063" + ], + "x-ms-request-id": [ + "3ff56aae-d610-4acb-9af2-216e1953c551" + ], + "x-ms-correlation-request-id": [ + "3ff56aae-d610-4acb-9af2-216e1953c551" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192056Z:3ff56aae-d610-4acb-9af2-216e1953c551" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "949b21a3-1d63-4235-94fa-a807cc7bb7ee" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14061" + ], + "x-ms-request-id": [ + "5d2f2f6b-7524-4e61-9306-4e5e8ab2bde8" + ], + "x-ms-correlation-request-id": [ + "5d2f2f6b-7524-4e61-9306-4e5e8ab2bde8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192056Z:5d2f2f6b-7524-4e61-9306-4e5e8ab2bde8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a391d97b-08ab-47ef-b908-ae99e80c3e32" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14059" + ], + "x-ms-request-id": [ + "34e85800-a6fb-481f-944e-d5b8d0e98e2a" + ], + "x-ms-correlation-request-id": [ + "34e85800-a6fb-481f-944e-d5b8d0e98e2a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192056Z:34e85800-a6fb-481f-944e-d5b8d0e98e2a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2f585784-3170-4301-9680-e06239b94858" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14057" + ], + "x-ms-request-id": [ + "fe9e1e79-5d4c-448a-b98a-73a8c80a960b" + ], + "x-ms-correlation-request-id": [ + "fe9e1e79-5d4c-448a-b98a-73a8c80a960b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192056Z:fe9e1e79-5d4c-448a-b98a-73a8c80a960b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a38fdc5b-023e-488e-9769-d217e1b81c52" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14055" + ], + "x-ms-request-id": [ + "a4a0b494-2bb1-407a-9972-17c80b2f1fe9" + ], + "x-ms-correlation-request-id": [ + "a4a0b494-2bb1-407a-9972-17c80b2f1fe9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192057Z:a4a0b494-2bb1-407a-9972-17c80b2f1fe9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1b7df9fb-a6ff-4b59-84b2-a65ad33d7600" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14053" + ], + "x-ms-request-id": [ + "ff7e7a84-7548-426f-8e36-257c90cc04e1" + ], + "x-ms-correlation-request-id": [ + "ff7e7a84-7548-426f-8e36-257c90cc04e1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192057Z:ff7e7a84-7548-426f-8e36-257c90cc04e1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0d128330-ccc3-4e19-b85e-092cbc63def9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14051" + ], + "x-ms-request-id": [ + "8bea441e-88fe-4918-ba3b-6b7c94021eb8" + ], + "x-ms-correlation-request-id": [ + "8bea441e-88fe-4918-ba3b-6b7c94021eb8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192057Z:8bea441e-88fe-4918-ba3b-6b7c94021eb8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "29f5cdf0-0a0e-4ff2-99c1-22dc996d6997" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14049" + ], + "x-ms-request-id": [ + "721f237b-40a2-4c7d-9dbb-717018fc0a99" + ], + "x-ms-correlation-request-id": [ + "721f237b-40a2-4c7d-9dbb-717018fc0a99" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192057Z:721f237b-40a2-4c7d-9dbb-717018fc0a99" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ad5ad7fa-b737-4008-8933-6ef3455d2e53" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14047" + ], + "x-ms-request-id": [ + "e9424766-62a2-416b-a010-f9ae97064956" + ], + "x-ms-correlation-request-id": [ + "e9424766-62a2-416b-a010-f9ae97064956" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192057Z:e9424766-62a2-416b-a010-f9ae97064956" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "30fc472c-ceed-4888-bae0-17728636624d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14045" + ], + "x-ms-request-id": [ + "c7f3c3d7-d325-4884-abc1-e970c761d8d7" + ], + "x-ms-correlation-request-id": [ + "c7f3c3d7-d325-4884-abc1-e970c761d8d7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192058Z:c7f3c3d7-d325-4884-abc1-e970c761d8d7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f549fa88-a291-4220-adbb-c9770599ca6a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14043" + ], + "x-ms-request-id": [ + "c51cee1d-6bb8-46de-ae78-6561c5c09d94" + ], + "x-ms-correlation-request-id": [ + "c51cee1d-6bb8-46de-ae78-6561c5c09d94" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192058Z:c51cee1d-6bb8-46de-ae78-6561c5c09d94" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "365dd139-991a-47ce-bea5-61dcc3e961cc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14041" + ], + "x-ms-request-id": [ + "00767bd7-a7c1-4aed-9a10-dca9c86cb541" + ], + "x-ms-correlation-request-id": [ + "00767bd7-a7c1-4aed-9a10-dca9c86cb541" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192058Z:00767bd7-a7c1-4aed-9a10-dca9c86cb541" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8eddf246-18c3-4ba6-900f-e383d8708c09" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14039" + ], + "x-ms-request-id": [ + "24706509-b1ee-449f-baf5-01d8990ecaf9" + ], + "x-ms-correlation-request-id": [ + "24706509-b1ee-449f-baf5-01d8990ecaf9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192058Z:24706509-b1ee-449f-baf5-01d8990ecaf9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a6b9ec06-f760-4a6d-bc6e-5df8c883c524" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14037" + ], + "x-ms-request-id": [ + "bd0a53fa-27db-4391-bd4c-e8d5b2a991e3" + ], + "x-ms-correlation-request-id": [ + "bd0a53fa-27db-4391-bd4c-e8d5b2a991e3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192058Z:bd0a53fa-27db-4391-bd4c-e8d5b2a991e3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7d1cc55e-18c0-4ba8-95b1-c8ae07557847" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14035" + ], + "x-ms-request-id": [ + "50f06c9e-0ff6-43c5-8754-385d816f0836" + ], + "x-ms-correlation-request-id": [ + "50f06c9e-0ff6-43c5-8754-385d816f0836" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192059Z:50f06c9e-0ff6-43c5-8754-385d816f0836" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a2fce3aa-700a-4fae-9969-6196e318f97f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14033" + ], + "x-ms-request-id": [ + "4ca962da-3edc-41b8-b9f7-794252719fb6" + ], + "x-ms-correlation-request-id": [ + "4ca962da-3edc-41b8-b9f7-794252719fb6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192059Z:4ca962da-3edc-41b8-b9f7-794252719fb6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "850a4d02-ab6c-4a8e-8cb8-05be89276eeb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14031" + ], + "x-ms-request-id": [ + "a3b40238-ecbd-4b0d-9bd6-5222e8ad4cc6" + ], + "x-ms-correlation-request-id": [ + "a3b40238-ecbd-4b0d-9bd6-5222e8ad4cc6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192059Z:a3b40238-ecbd-4b0d-9bd6-5222e8ad4cc6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "89d58464-69c7-4677-b179-e4469afd3671" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14029" + ], + "x-ms-request-id": [ + "12ae6f5e-3b72-47c6-84a9-565a4b9ac322" + ], + "x-ms-correlation-request-id": [ + "12ae6f5e-3b72-47c6-84a9-565a4b9ac322" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192100Z:12ae6f5e-3b72-47c6-84a9-565a4b9ac322" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3c00c4f7-6798-4dd2-b9a1-55d6a46c6241" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14027" + ], + "x-ms-request-id": [ + "5a6b22bf-c806-4443-a657-44d3d1374412" + ], + "x-ms-correlation-request-id": [ + "5a6b22bf-c806-4443-a657-44d3d1374412" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192100Z:5a6b22bf-c806-4443-a657-44d3d1374412" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f62ad80f-3f38-41ca-8f6d-3537ecff7f94" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14025" + ], + "x-ms-request-id": [ + "982d43d9-ce3c-460f-a672-a8407e880cfe" + ], + "x-ms-correlation-request-id": [ + "982d43d9-ce3c-460f-a672-a8407e880cfe" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192100Z:982d43d9-ce3c-460f-a672-a8407e880cfe" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5c383788-0045-431d-a7dd-4d8e35777343" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14023" + ], + "x-ms-request-id": [ + "82a0610f-5b36-4502-87fc-ffd8230f1df3" + ], + "x-ms-correlation-request-id": [ + "82a0610f-5b36-4502-87fc-ffd8230f1df3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192100Z:82a0610f-5b36-4502-87fc-ffd8230f1df3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2331499e-013f-45a6-86f1-67026d796df3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14021" + ], + "x-ms-request-id": [ + "fc1aa27e-3760-4684-aabf-7e761e37b685" + ], + "x-ms-correlation-request-id": [ + "fc1aa27e-3760-4684-aabf-7e761e37b685" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192101Z:fc1aa27e-3760-4684-aabf-7e761e37b685" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "74ade365-86e2-4eee-8809-705a06b1db7a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14019" + ], + "x-ms-request-id": [ + "382789ef-f520-4dc7-905a-5eb69cfcd033" + ], + "x-ms-correlation-request-id": [ + "382789ef-f520-4dc7-905a-5eb69cfcd033" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192101Z:382789ef-f520-4dc7-905a-5eb69cfcd033" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "07e70a7b-b871-4f0a-a6c0-d889808f79da" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14017" + ], + "x-ms-request-id": [ + "a63b344f-9b03-4f73-ae75-04f1c86c1219" + ], + "x-ms-correlation-request-id": [ + "a63b344f-9b03-4f73-ae75-04f1c86c1219" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192101Z:a63b344f-9b03-4f73-ae75-04f1c86c1219" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c076199f-2c1a-44c4-b92a-cb7f0dbc0952" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14015" + ], + "x-ms-request-id": [ + "a1e6feca-5b58-4421-8fb1-48dcc6f71f72" + ], + "x-ms-correlation-request-id": [ + "a1e6feca-5b58-4421-8fb1-48dcc6f71f72" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192101Z:a1e6feca-5b58-4421-8fb1-48dcc6f71f72" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "473f8cf5-23c6-4e4c-824a-cd4a116afabc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14013" + ], + "x-ms-request-id": [ + "3cebdb24-cffd-4362-afda-6c2668d04f5b" + ], + "x-ms-correlation-request-id": [ + "3cebdb24-cffd-4362-afda-6c2668d04f5b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192101Z:3cebdb24-cffd-4362-afda-6c2668d04f5b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a95c12c0-97a6-4a5f-8e96-2f3db60da592" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14011" + ], + "x-ms-request-id": [ + "d1dc5364-899d-4642-855c-7a86afa65846" + ], + "x-ms-correlation-request-id": [ + "d1dc5364-899d-4642-855c-7a86afa65846" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192102Z:d1dc5364-899d-4642-855c-7a86afa65846" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ed126415-18ed-4fc9-8746-3c788c31869d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14009" + ], + "x-ms-request-id": [ + "233dce2b-a7e4-4a04-995f-dfca1eb4e3db" + ], + "x-ms-correlation-request-id": [ + "233dce2b-a7e4-4a04-995f-dfca1eb4e3db" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192102Z:233dce2b-a7e4-4a04-995f-dfca1eb4e3db" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2ad4ba9e-4af8-4d90-abdb-ebfbc261b26c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14007" + ], + "x-ms-request-id": [ + "41caf4f7-f24d-46e3-a69e-a55456a9e0cd" + ], + "x-ms-correlation-request-id": [ + "41caf4f7-f24d-46e3-a69e-a55456a9e0cd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192102Z:41caf4f7-f24d-46e3-a69e-a55456a9e0cd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3a04355e-9cf5-4912-8661-f0a3ab7a87c1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14005" + ], + "x-ms-request-id": [ + "cf411dca-bdbb-4087-bb23-d5a82a6671f5" + ], + "x-ms-correlation-request-id": [ + "cf411dca-bdbb-4087-bb23-d5a82a6671f5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192102Z:cf411dca-bdbb-4087-bb23-d5a82a6671f5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b11c7467-eaae-4a88-b206-88f3ad622f51" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14003" + ], + "x-ms-request-id": [ + "937e1a30-b46a-4d96-a0dd-019ba3a57560" + ], + "x-ms-correlation-request-id": [ + "937e1a30-b46a-4d96-a0dd-019ba3a57560" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192102Z:937e1a30-b46a-4d96-a0dd-019ba3a57560" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2f22a21d-fc97-4aa3-a8e0-67c09f7ee1cc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14001" + ], + "x-ms-request-id": [ + "25cfbc75-8677-451f-aebc-f1417e2d9163" + ], + "x-ms-correlation-request-id": [ + "25cfbc75-8677-451f-aebc-f1417e2d9163" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192103Z:25cfbc75-8677-451f-aebc-f1417e2d9163" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "acf59ae1-53ac-4fbe-b308-d159eba27cb4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13999" + ], + "x-ms-request-id": [ + "08ac460a-c670-4bd8-b556-47ad67e281ac" + ], + "x-ms-correlation-request-id": [ + "08ac460a-c670-4bd8-b556-47ad67e281ac" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192103Z:08ac460a-c670-4bd8-b556-47ad67e281ac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bbb4bf2d-94a7-44da-a694-a5e706f9ee44" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13997" + ], + "x-ms-request-id": [ + "38164d7b-626a-4fd0-bff1-364ce9c4fde6" + ], + "x-ms-correlation-request-id": [ + "38164d7b-626a-4fd0-bff1-364ce9c4fde6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192103Z:38164d7b-626a-4fd0-bff1-364ce9c4fde6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "239d9f29-bd39-4b6f-bfa8-3f680ec93ad1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13995" + ], + "x-ms-request-id": [ + "82fd12ed-f2f2-45dc-8a76-875178def9f9" + ], + "x-ms-correlation-request-id": [ + "82fd12ed-f2f2-45dc-8a76-875178def9f9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192103Z:82fd12ed-f2f2-45dc-8a76-875178def9f9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "374f38d6-43a5-494d-a35d-0a2777fdfe10" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13993" + ], + "x-ms-request-id": [ + "1ed40d01-ee91-464b-b340-6bd0a72a19f4" + ], + "x-ms-correlation-request-id": [ + "1ed40d01-ee91-464b-b340-6bd0a72a19f4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192103Z:1ed40d01-ee91-464b-b340-6bd0a72a19f4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bf7c22e5-4832-486f-8149-15b84c9c5dd0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13991" + ], + "x-ms-request-id": [ + "b15f4d95-a633-438a-9f67-f91a5f03d30a" + ], + "x-ms-correlation-request-id": [ + "b15f4d95-a633-438a-9f67-f91a5f03d30a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192104Z:b15f4d95-a633-438a-9f67-f91a5f03d30a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "30ac68a2-9968-4a8f-a554-332422fe0846" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13989" + ], + "x-ms-request-id": [ + "addc1bed-aa32-4054-aba9-36c00050d26f" + ], + "x-ms-correlation-request-id": [ + "addc1bed-aa32-4054-aba9-36c00050d26f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192104Z:addc1bed-aa32-4054-aba9-36c00050d26f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "15623a66-48c7-436b-9888-77c12c70fc66" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13987" + ], + "x-ms-request-id": [ + "de990e55-6c70-4d07-9e65-66b1f2f2bf1a" + ], + "x-ms-correlation-request-id": [ + "de990e55-6c70-4d07-9e65-66b1f2f2bf1a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192104Z:de990e55-6c70-4d07-9e65-66b1f2f2bf1a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5530c3cd-421b-4ab5-a2e5-9cbf49f053c6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13985" + ], + "x-ms-request-id": [ + "18d4ac65-568e-46a5-b30a-f737196ba57b" + ], + "x-ms-correlation-request-id": [ + "18d4ac65-568e-46a5-b30a-f737196ba57b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192104Z:18d4ac65-568e-46a5-b30a-f737196ba57b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ae75805e-7259-493c-ba73-fb98f254eae1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13983" + ], + "x-ms-request-id": [ + "17d8b55f-bfa8-44f5-8801-28ff4d3a84ae" + ], + "x-ms-correlation-request-id": [ + "17d8b55f-bfa8-44f5-8801-28ff4d3a84ae" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192104Z:17d8b55f-bfa8-44f5-8801-28ff4d3a84ae" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "48670883-d5ed-4925-afa4-a2c7fa68502e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13981" + ], + "x-ms-request-id": [ + "f0c20f30-0ac0-4425-9a7a-016cc02ecac8" + ], + "x-ms-correlation-request-id": [ + "f0c20f30-0ac0-4425-9a7a-016cc02ecac8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192105Z:f0c20f30-0ac0-4425-9a7a-016cc02ecac8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c6c321c1-6c94-4b00-ac42-ceda274f7028" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13979" + ], + "x-ms-request-id": [ + "2147b472-01a7-4d02-b884-00440b20e96f" + ], + "x-ms-correlation-request-id": [ + "2147b472-01a7-4d02-b884-00440b20e96f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192105Z:2147b472-01a7-4d02-b884-00440b20e96f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7c96c6a4-d0ce-42e5-87b4-70c67993dff1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13977" + ], + "x-ms-request-id": [ + "2f0677d1-aa96-4c7d-b956-3542f39547cd" + ], + "x-ms-correlation-request-id": [ + "2f0677d1-aa96-4c7d-b956-3542f39547cd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192105Z:2f0677d1-aa96-4c7d-b956-3542f39547cd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c11097e7-164e-499b-82c1-81b9a84f46fd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13975" + ], + "x-ms-request-id": [ + "5ef98855-c50f-4a9b-92f8-8544dc707946" + ], + "x-ms-correlation-request-id": [ + "5ef98855-c50f-4a9b-92f8-8544dc707946" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192105Z:5ef98855-c50f-4a9b-92f8-8544dc707946" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "81f40a86-42ec-47d4-acd4-b073800df0b1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13973" + ], + "x-ms-request-id": [ + "e0af856a-c81b-4c82-b312-ac6eff3df574" + ], + "x-ms-correlation-request-id": [ + "e0af856a-c81b-4c82-b312-ac6eff3df574" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192105Z:e0af856a-c81b-4c82-b312-ac6eff3df574" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "defee22e-bf5c-4f2a-b727-0deac7800063" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13971" + ], + "x-ms-request-id": [ + "bb45579a-292c-40ef-8126-f5ca231714cc" + ], + "x-ms-correlation-request-id": [ + "bb45579a-292c-40ef-8126-f5ca231714cc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192106Z:bb45579a-292c-40ef-8126-f5ca231714cc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7fe11c21-8d5b-4413-aae1-6628388b3bae" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13969" + ], + "x-ms-request-id": [ + "b6e1f250-c0b2-4ada-9099-18ee051abe88" + ], + "x-ms-correlation-request-id": [ + "b6e1f250-c0b2-4ada-9099-18ee051abe88" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192106Z:b6e1f250-c0b2-4ada-9099-18ee051abe88" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6f4250cb-0639-4680-a508-49447ef8b60c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13967" + ], + "x-ms-request-id": [ + "e04b4da6-9d0b-490c-bab2-8aebcc1a7301" + ], + "x-ms-correlation-request-id": [ + "e04b4da6-9d0b-490c-bab2-8aebcc1a7301" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192106Z:e04b4da6-9d0b-490c-bab2-8aebcc1a7301" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bbfb9420-3e69-4df0-973c-152c137d21d9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13965" + ], + "x-ms-request-id": [ + "799c66e4-fa9f-4fae-9605-e49cb86fb7cb" + ], + "x-ms-correlation-request-id": [ + "799c66e4-fa9f-4fae-9605-e49cb86fb7cb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192106Z:799c66e4-fa9f-4fae-9605-e49cb86fb7cb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b3f57a23-9218-4caf-8207-3c30cd840db2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13963" + ], + "x-ms-request-id": [ + "65879513-bf66-4bad-bcac-6ebeca12f68f" + ], + "x-ms-correlation-request-id": [ + "65879513-bf66-4bad-bcac-6ebeca12f68f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192106Z:65879513-bf66-4bad-bcac-6ebeca12f68f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "52396013-e865-468e-9ec7-2937682e5230" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13961" + ], + "x-ms-request-id": [ + "7215b2ee-4e62-4438-9500-ad3a451b6098" + ], + "x-ms-correlation-request-id": [ + "7215b2ee-4e62-4438-9500-ad3a451b6098" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192107Z:7215b2ee-4e62-4438-9500-ad3a451b6098" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "109c7a44-752d-4ce3-8c32-239d33c25e1d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13959" + ], + "x-ms-request-id": [ + "ec773793-af16-43a6-80dc-a9336f12f501" + ], + "x-ms-correlation-request-id": [ + "ec773793-af16-43a6-80dc-a9336f12f501" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192107Z:ec773793-af16-43a6-80dc-a9336f12f501" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1d99bdf0-3b3f-44ca-b03d-a231cb902adb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13957" + ], + "x-ms-request-id": [ + "879eb424-4dbc-4aa3-9c7e-f9432a57a3b4" + ], + "x-ms-correlation-request-id": [ + "879eb424-4dbc-4aa3-9c7e-f9432a57a3b4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192107Z:879eb424-4dbc-4aa3-9c7e-f9432a57a3b4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4a7b6273-d947-4d95-99f2-00d1ceb41044" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13955" + ], + "x-ms-request-id": [ + "cba18f3d-bd8a-42f2-9f90-c8aaedef989c" + ], + "x-ms-correlation-request-id": [ + "cba18f3d-bd8a-42f2-9f90-c8aaedef989c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192107Z:cba18f3d-bd8a-42f2-9f90-c8aaedef989c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a4f81ed1-182d-4ce7-9667-23c0fb4e3f49" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13953" + ], + "x-ms-request-id": [ + "d4dc7f8e-8520-4cbd-b303-0bf5c00e4e68" + ], + "x-ms-correlation-request-id": [ + "d4dc7f8e-8520-4cbd-b303-0bf5c00e4e68" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192107Z:d4dc7f8e-8520-4cbd-b303-0bf5c00e4e68" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e364815c-2054-4afa-a6bf-46e038e014bc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13951" + ], + "x-ms-request-id": [ + "8ea02762-f940-488e-a93c-c71ed053ce3f" + ], + "x-ms-correlation-request-id": [ + "8ea02762-f940-488e-a93c-c71ed053ce3f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192108Z:8ea02762-f940-488e-a93c-c71ed053ce3f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "79b7bf56-80fa-411e-babc-51e93621b7df" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13949" + ], + "x-ms-request-id": [ + "c66d7e05-c7b6-4b04-abf4-be1c35a6ebd1" + ], + "x-ms-correlation-request-id": [ + "c66d7e05-c7b6-4b04-abf4-be1c35a6ebd1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192108Z:c66d7e05-c7b6-4b04-abf4-be1c35a6ebd1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "db350b47-85c9-4e3e-9fc6-e251eee29e05" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13947" + ], + "x-ms-request-id": [ + "e7e9ce27-0091-4320-ba0a-d19af2e2eb47" + ], + "x-ms-correlation-request-id": [ + "e7e9ce27-0091-4320-ba0a-d19af2e2eb47" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192108Z:e7e9ce27-0091-4320-ba0a-d19af2e2eb47" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d6b7e5d7-13db-4af4-a61e-2ff8b0f9f762" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13945" + ], + "x-ms-request-id": [ + "3b716219-5347-40d8-8f0d-93f92dcbca9c" + ], + "x-ms-correlation-request-id": [ + "3b716219-5347-40d8-8f0d-93f92dcbca9c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192108Z:3b716219-5347-40d8-8f0d-93f92dcbca9c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e5170ed7-f5ad-4c8b-a2c5-7b787fc10319" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13943" + ], + "x-ms-request-id": [ + "3a5d1ee1-a990-49f0-bf88-ec1503705756" + ], + "x-ms-correlation-request-id": [ + "3a5d1ee1-a990-49f0-bf88-ec1503705756" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192108Z:3a5d1ee1-a990-49f0-bf88-ec1503705756" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f0a42371-292e-4f34-a340-0052f92a44d8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13941" + ], + "x-ms-request-id": [ + "ae91ffaf-d52d-4bcf-a23a-18f4c73a8d86" + ], + "x-ms-correlation-request-id": [ + "ae91ffaf-d52d-4bcf-a23a-18f4c73a8d86" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192109Z:ae91ffaf-d52d-4bcf-a23a-18f4c73a8d86" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "670870f7-bb5d-46b1-9baf-f0b59d16ef7e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13939" + ], + "x-ms-request-id": [ + "a37824e7-e5f5-446d-9ff8-40314bd8dae9" + ], + "x-ms-correlation-request-id": [ + "a37824e7-e5f5-446d-9ff8-40314bd8dae9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192109Z:a37824e7-e5f5-446d-9ff8-40314bd8dae9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3a4fb8c8-a406-4a69-b964-113ef41e2b6b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13937" + ], + "x-ms-request-id": [ + "797e2ab6-85b4-4cbc-9cae-8302d02f228f" + ], + "x-ms-correlation-request-id": [ + "797e2ab6-85b4-4cbc-9cae-8302d02f228f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192109Z:797e2ab6-85b4-4cbc-9cae-8302d02f228f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6807da71-3ee9-48cb-9a53-c7f2743ee7c8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13935" + ], + "x-ms-request-id": [ + "d733f9f8-02c1-493a-904d-1bae7c9ad545" + ], + "x-ms-correlation-request-id": [ + "d733f9f8-02c1-493a-904d-1bae7c9ad545" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192109Z:d733f9f8-02c1-493a-904d-1bae7c9ad545" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "505ad4bb-11ac-44c8-9473-43de4510bf6d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13933" + ], + "x-ms-request-id": [ + "60268afe-5402-48ba-8b93-c50aa3819904" + ], + "x-ms-correlation-request-id": [ + "60268afe-5402-48ba-8b93-c50aa3819904" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192109Z:60268afe-5402-48ba-8b93-c50aa3819904" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2feded80-e274-4530-b478-fdc49d83d2b3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13931" + ], + "x-ms-request-id": [ + "73d7f347-be16-4bd7-88db-c8edf17aeca1" + ], + "x-ms-correlation-request-id": [ + "73d7f347-be16-4bd7-88db-c8edf17aeca1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192110Z:73d7f347-be16-4bd7-88db-c8edf17aeca1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8fbefdad-292d-4af1-9551-38d9cdbdb0ee" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13929" + ], + "x-ms-request-id": [ + "9f2e418d-404a-4200-8422-c72c7a74f51e" + ], + "x-ms-correlation-request-id": [ + "9f2e418d-404a-4200-8422-c72c7a74f51e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192110Z:9f2e418d-404a-4200-8422-c72c7a74f51e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f383f9bf-31e9-4903-a2a5-8246d06accb8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13927" + ], + "x-ms-request-id": [ + "ab2033d1-0e5c-453e-ac19-8ef7575dedc6" + ], + "x-ms-correlation-request-id": [ + "ab2033d1-0e5c-453e-ac19-8ef7575dedc6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192110Z:ab2033d1-0e5c-453e-ac19-8ef7575dedc6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "238d4758-c8fb-4c8d-9ed7-d9fbd34f7641" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13925" + ], + "x-ms-request-id": [ + "4c92f025-8928-47d0-a48d-b0eda84f8f0b" + ], + "x-ms-correlation-request-id": [ + "4c92f025-8928-47d0-a48d-b0eda84f8f0b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192110Z:4c92f025-8928-47d0-a48d-b0eda84f8f0b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "40688688-1a6b-4344-b6cd-4ac8a1519ca6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13923" + ], + "x-ms-request-id": [ + "c8d60ff8-cc62-41c3-9630-e8e6867e39ad" + ], + "x-ms-correlation-request-id": [ + "c8d60ff8-cc62-41c3-9630-e8e6867e39ad" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192110Z:c8d60ff8-cc62-41c3-9630-e8e6867e39ad" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a2a58915-aa35-4663-b721-f6c7e4c0ee5d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13921" + ], + "x-ms-request-id": [ + "462523d9-1473-402e-94f4-f191b5617773" + ], + "x-ms-correlation-request-id": [ + "462523d9-1473-402e-94f4-f191b5617773" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192111Z:462523d9-1473-402e-94f4-f191b5617773" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "474ff55a-72b8-4491-8aaa-e17bcf51a737" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13919" + ], + "x-ms-request-id": [ + "c3bfa74d-e80c-4149-bb8a-253c026e17b0" + ], + "x-ms-correlation-request-id": [ + "c3bfa74d-e80c-4149-bb8a-253c026e17b0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192111Z:c3bfa74d-e80c-4149-bb8a-253c026e17b0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "de21eb76-5cba-46ec-b08a-5524f6e833e3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13917" + ], + "x-ms-request-id": [ + "97685dd8-98b0-4c7d-a454-701f7ad137c9" + ], + "x-ms-correlation-request-id": [ + "97685dd8-98b0-4c7d-a454-701f7ad137c9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192111Z:97685dd8-98b0-4c7d-a454-701f7ad137c9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "79c5b228-3a4d-408a-8368-93f19dab685c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13915" + ], + "x-ms-request-id": [ + "ddf1e46b-1b3d-49bd-8c13-f45394bf3b1f" + ], + "x-ms-correlation-request-id": [ + "ddf1e46b-1b3d-49bd-8c13-f45394bf3b1f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192111Z:ddf1e46b-1b3d-49bd-8c13-f45394bf3b1f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f6d1cef6-a982-437e-ad9f-8a54d4f9c451" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13913" + ], + "x-ms-request-id": [ + "1945a31d-16e8-4ce7-99dc-157967a40219" + ], + "x-ms-correlation-request-id": [ + "1945a31d-16e8-4ce7-99dc-157967a40219" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192111Z:1945a31d-16e8-4ce7-99dc-157967a40219" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a097ccfe-cc5a-4475-bae6-ddf02b65151d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13911" + ], + "x-ms-request-id": [ + "5ccf2e7d-2571-424b-841b-68ab81fa97ef" + ], + "x-ms-correlation-request-id": [ + "5ccf2e7d-2571-424b-841b-68ab81fa97ef" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192112Z:5ccf2e7d-2571-424b-841b-68ab81fa97ef" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dcead952-6653-46cb-9ba8-38a4fcb62bf3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13909" + ], + "x-ms-request-id": [ + "7243c18d-e6fc-4ead-b079-8fe62b91d16b" + ], + "x-ms-correlation-request-id": [ + "7243c18d-e6fc-4ead-b079-8fe62b91d16b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192112Z:7243c18d-e6fc-4ead-b079-8fe62b91d16b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "87679d52-bd11-40c2-8be3-57550f4ad418" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13907" + ], + "x-ms-request-id": [ + "2a90e07f-9ba5-459a-bb06-b5e22315bffe" + ], + "x-ms-correlation-request-id": [ + "2a90e07f-9ba5-459a-bb06-b5e22315bffe" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192112Z:2a90e07f-9ba5-459a-bb06-b5e22315bffe" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f224a70e-04e6-4be0-8be1-69039b9144e7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13905" + ], + "x-ms-request-id": [ + "ea583b19-1007-4552-a299-bbb16fdbc8ce" + ], + "x-ms-correlation-request-id": [ + "ea583b19-1007-4552-a299-bbb16fdbc8ce" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192112Z:ea583b19-1007-4552-a299-bbb16fdbc8ce" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d27fd703-de82-4cec-a18f-751a6bb9c92c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13903" + ], + "x-ms-request-id": [ + "aaf90b5e-80a0-4656-bb02-b00db3b6e8a8" + ], + "x-ms-correlation-request-id": [ + "aaf90b5e-80a0-4656-bb02-b00db3b6e8a8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192112Z:aaf90b5e-80a0-4656-bb02-b00db3b6e8a8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "379373c7-a490-419d-9ff2-d43d65aa335d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13901" + ], + "x-ms-request-id": [ + "bbeac3cd-f8a6-4790-98f2-cec161790ada" + ], + "x-ms-correlation-request-id": [ + "bbeac3cd-f8a6-4790-98f2-cec161790ada" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192112Z:bbeac3cd-f8a6-4790-98f2-cec161790ada" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a371a685-a709-4fe6-9816-3b995e18bd6e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13899" + ], + "x-ms-request-id": [ + "a4ac5a4d-8f17-4d95-9b5a-e98215a6e7c3" + ], + "x-ms-correlation-request-id": [ + "a4ac5a4d-8f17-4d95-9b5a-e98215a6e7c3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192113Z:a4ac5a4d-8f17-4d95-9b5a-e98215a6e7c3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "149cc5dc-5895-4851-974a-fb2c9633e291" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13897" + ], + "x-ms-request-id": [ + "08a396b5-178a-4c63-9f6c-f2f698711fc8" + ], + "x-ms-correlation-request-id": [ + "08a396b5-178a-4c63-9f6c-f2f698711fc8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192113Z:08a396b5-178a-4c63-9f6c-f2f698711fc8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "90a7e17d-078d-43d6-8589-b55ffba0095b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13895" + ], + "x-ms-request-id": [ + "d88cf30b-5e0f-4cc2-82a3-8351f0dfeed6" + ], + "x-ms-correlation-request-id": [ + "d88cf30b-5e0f-4cc2-82a3-8351f0dfeed6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192113Z:d88cf30b-5e0f-4cc2-82a3-8351f0dfeed6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6e1fa20a-7266-4a63-b92e-a9eef1dd70a4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13893" + ], + "x-ms-request-id": [ + "db8ccb7a-a095-4efe-80e2-2e43388279df" + ], + "x-ms-correlation-request-id": [ + "db8ccb7a-a095-4efe-80e2-2e43388279df" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192114Z:db8ccb7a-a095-4efe-80e2-2e43388279df" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "35ecaf9a-096f-4079-9ed0-798d4c2fb5cd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13891" + ], + "x-ms-request-id": [ + "8ef6f07b-a443-4c98-ac65-d3974d9ae849" + ], + "x-ms-correlation-request-id": [ + "8ef6f07b-a443-4c98-ac65-d3974d9ae849" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192114Z:8ef6f07b-a443-4c98-ac65-d3974d9ae849" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "54cff53e-441d-4c84-921d-64fa08136515" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13889" + ], + "x-ms-request-id": [ + "7d2bc5fc-feca-43a0-8343-d0f169dbdf2c" + ], + "x-ms-correlation-request-id": [ + "7d2bc5fc-feca-43a0-8343-d0f169dbdf2c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192114Z:7d2bc5fc-feca-43a0-8343-d0f169dbdf2c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a387639f-c597-4276-968f-7932d23c4b88" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13887" + ], + "x-ms-request-id": [ + "7201ae55-28f1-4b15-a25c-669a8608840f" + ], + "x-ms-correlation-request-id": [ + "7201ae55-28f1-4b15-a25c-669a8608840f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192114Z:7201ae55-28f1-4b15-a25c-669a8608840f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fabc6c9b-acf6-4c03-aa67-e108f601d273" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13885" + ], + "x-ms-request-id": [ + "22984b9c-d126-4ca4-b1db-bf72368801fd" + ], + "x-ms-correlation-request-id": [ + "22984b9c-d126-4ca4-b1db-bf72368801fd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192115Z:22984b9c-d126-4ca4-b1db-bf72368801fd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7d39b807-a9c3-4de2-a683-a049a383fb5a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13883" + ], + "x-ms-request-id": [ + "67dc37d3-bc54-4397-ad17-9f2b58785677" + ], + "x-ms-correlation-request-id": [ + "67dc37d3-bc54-4397-ad17-9f2b58785677" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192115Z:67dc37d3-bc54-4397-ad17-9f2b58785677" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6a3d1b6d-f342-4a25-bed5-099e415bef7b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13881" + ], + "x-ms-request-id": [ + "75644208-5912-4913-9980-e5f551413f25" + ], + "x-ms-correlation-request-id": [ + "75644208-5912-4913-9980-e5f551413f25" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192115Z:75644208-5912-4913-9980-e5f551413f25" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "37ef5712-0c52-489e-a1e3-6ffb0832cb47" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13879" + ], + "x-ms-request-id": [ + "c66aa936-3fd0-494f-a12c-9ed8a2e1c989" + ], + "x-ms-correlation-request-id": [ + "c66aa936-3fd0-494f-a12c-9ed8a2e1c989" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192115Z:c66aa936-3fd0-494f-a12c-9ed8a2e1c989" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "711fadd2-e526-48fe-a792-e2612f4c45d4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13877" + ], + "x-ms-request-id": [ + "fc558fea-b90a-4c59-bbb3-b7bbe4ef0f60" + ], + "x-ms-correlation-request-id": [ + "fc558fea-b90a-4c59-bbb3-b7bbe4ef0f60" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192115Z:fc558fea-b90a-4c59-bbb3-b7bbe4ef0f60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f5f1a4c7-dddb-4108-8a8d-9c2a150d5615" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13875" + ], + "x-ms-request-id": [ + "c023885b-00e9-4c36-9307-bb3e52943c5a" + ], + "x-ms-correlation-request-id": [ + "c023885b-00e9-4c36-9307-bb3e52943c5a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192115Z:c023885b-00e9-4c36-9307-bb3e52943c5a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b0cf309e-457f-49f2-8e55-2a88056c305d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13873" + ], + "x-ms-request-id": [ + "cb42e7f9-4f3b-49b4-8b02-13254cf8f198" + ], + "x-ms-correlation-request-id": [ + "cb42e7f9-4f3b-49b4-8b02-13254cf8f198" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192116Z:cb42e7f9-4f3b-49b4-8b02-13254cf8f198" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "48ea1af6-605e-431b-a417-0eba69e312c0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13871" + ], + "x-ms-request-id": [ + "ec053151-edf9-4a17-a416-3ec403089291" + ], + "x-ms-correlation-request-id": [ + "ec053151-edf9-4a17-a416-3ec403089291" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192116Z:ec053151-edf9-4a17-a416-3ec403089291" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "40661d34-8a69-494f-9bbe-ec8c59795277" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13869" + ], + "x-ms-request-id": [ + "c8fa4379-84a5-4d1f-aec9-d779cb337821" + ], + "x-ms-correlation-request-id": [ + "c8fa4379-84a5-4d1f-aec9-d779cb337821" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192116Z:c8fa4379-84a5-4d1f-aec9-d779cb337821" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "566e742b-727f-4736-be7f-0c38062b7fb7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13867" + ], + "x-ms-request-id": [ + "ce603147-5f6e-47bd-aff2-e7cfd7722715" + ], + "x-ms-correlation-request-id": [ + "ce603147-5f6e-47bd-aff2-e7cfd7722715" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192116Z:ce603147-5f6e-47bd-aff2-e7cfd7722715" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "00022f4f-1822-47fd-830a-94ca3de6ad2e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13865" + ], + "x-ms-request-id": [ + "329f5260-5746-424d-9557-030da8df0423" + ], + "x-ms-correlation-request-id": [ + "329f5260-5746-424d-9557-030da8df0423" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192116Z:329f5260-5746-424d-9557-030da8df0423" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "921dcfc6-193f-45a0-8e06-4645fdea9890" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13863" + ], + "x-ms-request-id": [ + "1b9b4e5d-b573-4914-be16-f6b828b19526" + ], + "x-ms-correlation-request-id": [ + "1b9b4e5d-b573-4914-be16-f6b828b19526" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192117Z:1b9b4e5d-b573-4914-be16-f6b828b19526" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0cc8adc1-b96b-4d07-b5fe-6660c862a0bc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13861" + ], + "x-ms-request-id": [ + "2d3c3401-0816-4393-9f5b-7bb0fe219da6" + ], + "x-ms-correlation-request-id": [ + "2d3c3401-0816-4393-9f5b-7bb0fe219da6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192117Z:2d3c3401-0816-4393-9f5b-7bb0fe219da6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "014d857f-f4fa-4d4b-a371-c8228b4968f8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13859" + ], + "x-ms-request-id": [ + "47401cb1-26eb-496f-a7b9-6438b94ce240" + ], + "x-ms-correlation-request-id": [ + "47401cb1-26eb-496f-a7b9-6438b94ce240" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192117Z:47401cb1-26eb-496f-a7b9-6438b94ce240" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a62506f4-f4a9-4b4e-be4b-a45e7432b39c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13857" + ], + "x-ms-request-id": [ + "397dfb01-32fa-4604-8b2b-2100fb50c778" + ], + "x-ms-correlation-request-id": [ + "397dfb01-32fa-4604-8b2b-2100fb50c778" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192117Z:397dfb01-32fa-4604-8b2b-2100fb50c778" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c9b0f918-946e-4ef8-8872-038fe01f2149" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13855" + ], + "x-ms-request-id": [ + "8fde1e56-1025-43e2-be67-bda8e91063d8" + ], + "x-ms-correlation-request-id": [ + "8fde1e56-1025-43e2-be67-bda8e91063d8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192117Z:8fde1e56-1025-43e2-be67-bda8e91063d8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "07df8578-da35-4ca1-aeee-347e8c53be4e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13853" + ], + "x-ms-request-id": [ + "cbfccecc-cd62-4e2b-859c-f44bd70b6dd6" + ], + "x-ms-correlation-request-id": [ + "cbfccecc-cd62-4e2b-859c-f44bd70b6dd6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192118Z:cbfccecc-cd62-4e2b-859c-f44bd70b6dd6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "79e6840f-c333-4909-98a5-fc2688e1754e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13851" + ], + "x-ms-request-id": [ + "bd95b124-abcd-46d0-9bd3-ba9308f22ac2" + ], + "x-ms-correlation-request-id": [ + "bd95b124-abcd-46d0-9bd3-ba9308f22ac2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192118Z:bd95b124-abcd-46d0-9bd3-ba9308f22ac2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5c6704ac-7002-4988-9ea3-d79b4ad0cc7f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13849" + ], + "x-ms-request-id": [ + "a717188d-4f34-4a6c-bcb4-5d7f7bbc90b9" + ], + "x-ms-correlation-request-id": [ + "a717188d-4f34-4a6c-bcb4-5d7f7bbc90b9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192118Z:a717188d-4f34-4a6c-bcb4-5d7f7bbc90b9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3155ec9f-f5cf-4af1-b8cb-86fb1999b34d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13847" + ], + "x-ms-request-id": [ + "6be86210-f880-4689-b97c-78c130b6bcf0" + ], + "x-ms-correlation-request-id": [ + "6be86210-f880-4689-b97c-78c130b6bcf0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192118Z:6be86210-f880-4689-b97c-78c130b6bcf0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "06a895af-54e1-4a1b-985e-7d565322c96c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13845" + ], + "x-ms-request-id": [ + "145d8549-1bb8-4837-88a7-208630ab3c3d" + ], + "x-ms-correlation-request-id": [ + "145d8549-1bb8-4837-88a7-208630ab3c3d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192118Z:145d8549-1bb8-4837-88a7-208630ab3c3d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "21df3c5d-3e4b-47f3-9790-f77873825457" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13843" + ], + "x-ms-request-id": [ + "6cbbfa89-af6c-4b2a-941b-d3b01437890d" + ], + "x-ms-correlation-request-id": [ + "6cbbfa89-af6c-4b2a-941b-d3b01437890d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192119Z:6cbbfa89-af6c-4b2a-941b-d3b01437890d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ffe74b70-638f-4286-87a2-d899f4801c8f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13841" + ], + "x-ms-request-id": [ + "1a9e93b7-1bf4-4624-b1a2-312fb58970d0" + ], + "x-ms-correlation-request-id": [ + "1a9e93b7-1bf4-4624-b1a2-312fb58970d0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192119Z:1a9e93b7-1bf4-4624-b1a2-312fb58970d0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d853ce2a-ba37-4995-9187-df46481a519a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13839" + ], + "x-ms-request-id": [ + "0e123f0a-2bd3-4946-bc25-2dffaad2c4ec" + ], + "x-ms-correlation-request-id": [ + "0e123f0a-2bd3-4946-bc25-2dffaad2c4ec" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192119Z:0e123f0a-2bd3-4946-bc25-2dffaad2c4ec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0ec4c33b-ed84-45af-b74e-18cef9f43e56" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13837" + ], + "x-ms-request-id": [ + "f4f909f8-fa97-48b2-af03-6a37f8867fb0" + ], + "x-ms-correlation-request-id": [ + "f4f909f8-fa97-48b2-af03-6a37f8867fb0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192119Z:f4f909f8-fa97-48b2-af03-6a37f8867fb0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b4cb526e-0d83-4d93-8711-c40245e3f6de" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13835" + ], + "x-ms-request-id": [ + "15b7e7ac-1fce-478a-933b-b4152403b8f3" + ], + "x-ms-correlation-request-id": [ + "15b7e7ac-1fce-478a-933b-b4152403b8f3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192119Z:15b7e7ac-1fce-478a-933b-b4152403b8f3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d2b0d6dc-99d9-4145-96b3-5474e9294f24" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13833" + ], + "x-ms-request-id": [ + "66af0a3e-2f64-41b9-8773-82ddad92ba52" + ], + "x-ms-correlation-request-id": [ + "66af0a3e-2f64-41b9-8773-82ddad92ba52" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192120Z:66af0a3e-2f64-41b9-8773-82ddad92ba52" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "865cbb20-d489-44b8-b82a-207b1e39bb78" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13831" + ], + "x-ms-request-id": [ + "155d8f9d-bc87-47e2-b6c0-9c614852892e" + ], + "x-ms-correlation-request-id": [ + "155d8f9d-bc87-47e2-b6c0-9c614852892e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192120Z:155d8f9d-bc87-47e2-b6c0-9c614852892e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "66fcd642-70cd-4c6f-93a4-46d698cc2424" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13829" + ], + "x-ms-request-id": [ + "69d1e447-5305-4877-a766-f4fe1c6bb6c0" + ], + "x-ms-correlation-request-id": [ + "69d1e447-5305-4877-a766-f4fe1c6bb6c0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192120Z:69d1e447-5305-4877-a766-f4fe1c6bb6c0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bbb5de90-27ba-4654-bab5-a55603ee1b94" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13827" + ], + "x-ms-request-id": [ + "93869326-85cc-4c03-baf7-5543415542f1" + ], + "x-ms-correlation-request-id": [ + "93869326-85cc-4c03-baf7-5543415542f1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192120Z:93869326-85cc-4c03-baf7-5543415542f1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6a6afb2f-7832-47ab-992f-9ba1d7da8689" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13825" + ], + "x-ms-request-id": [ + "e3261b93-d99f-4e84-9194-ea653ebe8b2e" + ], + "x-ms-correlation-request-id": [ + "e3261b93-d99f-4e84-9194-ea653ebe8b2e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192120Z:e3261b93-d99f-4e84-9194-ea653ebe8b2e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef27212c-4561-41d1-897e-1497fe6f484b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13823" + ], + "x-ms-request-id": [ + "41b22d7d-2b6c-481c-9a40-d5d9bcf400de" + ], + "x-ms-correlation-request-id": [ + "41b22d7d-2b6c-481c-9a40-d5d9bcf400de" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192121Z:41b22d7d-2b6c-481c-9a40-d5d9bcf400de" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a388e627-a697-434e-a722-828b7f652f12" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13821" + ], + "x-ms-request-id": [ + "ae71d274-5710-4248-9663-7a92b0736f08" + ], + "x-ms-correlation-request-id": [ + "ae71d274-5710-4248-9663-7a92b0736f08" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192121Z:ae71d274-5710-4248-9663-7a92b0736f08" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e5e109a3-0f70-44dd-9beb-cdf6ac6f0a7a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13819" + ], + "x-ms-request-id": [ + "bfc7fb07-2e6a-4bc3-85b3-8e12b5cefcae" + ], + "x-ms-correlation-request-id": [ + "bfc7fb07-2e6a-4bc3-85b3-8e12b5cefcae" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192121Z:bfc7fb07-2e6a-4bc3-85b3-8e12b5cefcae" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9c37c29a-93c4-439b-a9d7-679793b27a44" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13817" + ], + "x-ms-request-id": [ + "c28ef93d-6034-4ba2-99a8-be0057ec8708" + ], + "x-ms-correlation-request-id": [ + "c28ef93d-6034-4ba2-99a8-be0057ec8708" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192121Z:c28ef93d-6034-4ba2-99a8-be0057ec8708" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bb8e41e4-3e32-43c0-9032-b8e7215207fb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13815" + ], + "x-ms-request-id": [ + "220ec8b2-4b4d-49c0-8a3c-b88d2f43fa96" + ], + "x-ms-correlation-request-id": [ + "220ec8b2-4b4d-49c0-8a3c-b88d2f43fa96" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192121Z:220ec8b2-4b4d-49c0-8a3c-b88d2f43fa96" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "99de22c1-55d9-4bbd-8f10-c1d91d130301" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13813" + ], + "x-ms-request-id": [ + "1bd7951e-b8c0-4c7f-95e6-f5f1270fb1f3" + ], + "x-ms-correlation-request-id": [ + "1bd7951e-b8c0-4c7f-95e6-f5f1270fb1f3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192122Z:1bd7951e-b8c0-4c7f-95e6-f5f1270fb1f3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d0e18881-1bae-4174-92cd-a9c62ef96a49" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13811" + ], + "x-ms-request-id": [ + "e9ba3978-d58e-4c30-90fc-9ab7ed9683d3" + ], + "x-ms-correlation-request-id": [ + "e9ba3978-d58e-4c30-90fc-9ab7ed9683d3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192122Z:e9ba3978-d58e-4c30-90fc-9ab7ed9683d3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1a892781-4f29-437c-a0e1-2c6de0067511" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13809" + ], + "x-ms-request-id": [ + "4d1f21fb-e090-46b7-b87e-e92ddfd6f619" + ], + "x-ms-correlation-request-id": [ + "4d1f21fb-e090-46b7-b87e-e92ddfd6f619" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192123Z:4d1f21fb-e090-46b7-b87e-e92ddfd6f619" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6c7d1663-7f1e-4dd5-8e10-0717ac1c7947" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13807" + ], + "x-ms-request-id": [ + "1ca781b0-cdeb-4088-b9e8-47fd1689093d" + ], + "x-ms-correlation-request-id": [ + "1ca781b0-cdeb-4088-b9e8-47fd1689093d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192123Z:1ca781b0-cdeb-4088-b9e8-47fd1689093d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "142e4310-7f15-45a1-9dc7-e132fbc74969" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13805" + ], + "x-ms-request-id": [ + "70ec22ed-bf53-46fa-a8f0-9fb4741251e3" + ], + "x-ms-correlation-request-id": [ + "70ec22ed-bf53-46fa-a8f0-9fb4741251e3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192123Z:70ec22ed-bf53-46fa-a8f0-9fb4741251e3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "04eafa95-3b5f-4a31-be11-a705e84d5d39" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13803" + ], + "x-ms-request-id": [ + "6a0d8d23-7bf0-4ac2-addc-43336b0d1c34" + ], + "x-ms-correlation-request-id": [ + "6a0d8d23-7bf0-4ac2-addc-43336b0d1c34" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192123Z:6a0d8d23-7bf0-4ac2-addc-43336b0d1c34" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4452dbed-65d9-402c-b6f3-f8ebda1d6f2a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.9866223Z\",\r\n \"duration\": \"PT14.225288S\",\r\n \"trackingId\": \"8e8a8ad6-5d24-40fa-9159-e8a12b1ee5bf\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13801" + ], + "x-ms-request-id": [ + "a1471980-7ee0-4de9-bc15-fa32d3c8124b" + ], + "x-ms-correlation-request-id": [ + "a1471980-7ee0-4de9-bc15-fa32d3c8124b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192123Z:a1471980-7ee0-4de9-bc15-fa32d3c8124b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "858c9af8-7c31-43ea-a004-6321108b9ed0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13799" + ], + "x-ms-request-id": [ + "c26dc34d-457f-464d-a004-af40d648d088" + ], + "x-ms-correlation-request-id": [ + "c26dc34d-457f-464d-a004-af40d648d088" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192124Z:c26dc34d-457f-464d-a004-af40d648d088" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e5382d67-7322-443a-9940-bcff015c91e8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13797" + ], + "x-ms-request-id": [ + "7cab7e3a-d805-4740-9278-284a4c36eb26" + ], + "x-ms-correlation-request-id": [ + "7cab7e3a-d805-4740-9278-284a4c36eb26" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192124Z:7cab7e3a-d805-4740-9278-284a4c36eb26" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "504d1a81-1672-4ca7-8fa2-094c72bc1fe3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13795" + ], + "x-ms-request-id": [ + "b03eeab2-5eed-4e2d-b18b-bde33826c660" + ], + "x-ms-correlation-request-id": [ + "b03eeab2-5eed-4e2d-b18b-bde33826c660" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192124Z:b03eeab2-5eed-4e2d-b18b-bde33826c660" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c1e2977c-4871-4aaf-becc-476b47fd1be5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13793" + ], + "x-ms-request-id": [ + "10dfcae9-f1dd-489c-9984-6c38a0f4c690" + ], + "x-ms-correlation-request-id": [ + "10dfcae9-f1dd-489c-9984-6c38a0f4c690" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192124Z:10dfcae9-f1dd-489c-9984-6c38a0f4c690" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d53b0be2-2046-4477-9619-293e1ff8800a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13791" + ], + "x-ms-request-id": [ + "0cf9061e-f504-4be4-84e1-90315dabc63c" + ], + "x-ms-correlation-request-id": [ + "0cf9061e-f504-4be4-84e1-90315dabc63c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192124Z:0cf9061e-f504-4be4-84e1-90315dabc63c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ca717757-dc25-4fd2-b844-6532addb1200" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13789" + ], + "x-ms-request-id": [ + "14219a5c-75ad-4c7d-b2b2-ed248779a6c5" + ], + "x-ms-correlation-request-id": [ + "14219a5c-75ad-4c7d-b2b2-ed248779a6c5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192125Z:14219a5c-75ad-4c7d-b2b2-ed248779a6c5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6eb69eab-d27d-406e-8964-dcb73ac65c31" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13787" + ], + "x-ms-request-id": [ + "abe40832-0191-4887-bf01-99092ce39249" + ], + "x-ms-correlation-request-id": [ + "abe40832-0191-4887-bf01-99092ce39249" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192125Z:abe40832-0191-4887-bf01-99092ce39249" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2dfab785-e914-46b1-9c19-bca279961bab" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13785" + ], + "x-ms-request-id": [ + "6a8fbf46-e3bf-4c9f-9cc8-f6b67ff81ae2" + ], + "x-ms-correlation-request-id": [ + "6a8fbf46-e3bf-4c9f-9cc8-f6b67ff81ae2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192125Z:6a8fbf46-e3bf-4c9f-9cc8-f6b67ff81ae2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "62eb1ab4-96a0-4ec5-ace6-47b3b26bf6fe" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13783" + ], + "x-ms-request-id": [ + "8e1e0ab6-b92c-4a12-961c-4d0bba01584a" + ], + "x-ms-correlation-request-id": [ + "8e1e0ab6-b92c-4a12-961c-4d0bba01584a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192125Z:8e1e0ab6-b92c-4a12-961c-4d0bba01584a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "19a28ad8-1a1c-446e-9900-5a5958b2e81e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13781" + ], + "x-ms-request-id": [ + "0523c6e1-8fa8-44b3-9fba-db0abe982845" + ], + "x-ms-correlation-request-id": [ + "0523c6e1-8fa8-44b3-9fba-db0abe982845" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192125Z:0523c6e1-8fa8-44b3-9fba-db0abe982845" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "29e1ab28-2db1-4870-931f-8dbf67748459" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13779" + ], + "x-ms-request-id": [ + "e4bd6412-8391-41fb-8b26-93a215b7191e" + ], + "x-ms-correlation-request-id": [ + "e4bd6412-8391-41fb-8b26-93a215b7191e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192126Z:e4bd6412-8391-41fb-8b26-93a215b7191e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ca671bb7-7265-446e-abb0-c501484e2b40" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13777" + ], + "x-ms-request-id": [ + "c8365aee-e96b-4e30-8e92-bbd0070d361b" + ], + "x-ms-correlation-request-id": [ + "c8365aee-e96b-4e30-8e92-bbd0070d361b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192126Z:c8365aee-e96b-4e30-8e92-bbd0070d361b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dba76770-1f19-41de-b429-dad541314cf4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13775" + ], + "x-ms-request-id": [ + "70270440-b61c-4abe-8e06-e30218a3beb8" + ], + "x-ms-correlation-request-id": [ + "70270440-b61c-4abe-8e06-e30218a3beb8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192126Z:70270440-b61c-4abe-8e06-e30218a3beb8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fda1d0be-a918-4b5f-a907-dc203cbc692d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13773" + ], + "x-ms-request-id": [ + "b2e62426-4af1-4f97-bd77-8112bfe73748" + ], + "x-ms-correlation-request-id": [ + "b2e62426-4af1-4f97-bd77-8112bfe73748" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192126Z:b2e62426-4af1-4f97-bd77-8112bfe73748" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eeab4e72-dbbc-4e45-92c9-9d8bbd62fb5a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13771" + ], + "x-ms-request-id": [ + "9dde0115-883a-4377-adc1-6e850655b067" + ], + "x-ms-correlation-request-id": [ + "9dde0115-883a-4377-adc1-6e850655b067" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192126Z:9dde0115-883a-4377-adc1-6e850655b067" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7c3a10ee-e807-4f28-8003-e1af4d831cea" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13769" + ], + "x-ms-request-id": [ + "7be7d513-f06e-4a25-8ebd-195ec029bd90" + ], + "x-ms-correlation-request-id": [ + "7be7d513-f06e-4a25-8ebd-195ec029bd90" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192127Z:7be7d513-f06e-4a25-8ebd-195ec029bd90" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fa6bb1d8-6fb7-402b-8a82-69db8cd72ab0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13767" + ], + "x-ms-request-id": [ + "9d356591-d333-4d4d-94b6-cc0d4d4b1789" + ], + "x-ms-correlation-request-id": [ + "9d356591-d333-4d4d-94b6-cc0d4d4b1789" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192127Z:9d356591-d333-4d4d-94b6-cc0d4d4b1789" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d21fd05b-36af-4f3e-b97f-e63db5267deb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13765" + ], + "x-ms-request-id": [ + "f656c2bc-1771-40e4-bc41-2dc47e866ced" + ], + "x-ms-correlation-request-id": [ + "f656c2bc-1771-40e4-bc41-2dc47e866ced" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192127Z:f656c2bc-1771-40e4-bc41-2dc47e866ced" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c58fb34e-7f60-4195-ae3f-e30c8829770a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13763" + ], + "x-ms-request-id": [ + "be11bcd7-81a4-40b1-b13c-e07c982e2d0e" + ], + "x-ms-correlation-request-id": [ + "be11bcd7-81a4-40b1-b13c-e07c982e2d0e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192127Z:be11bcd7-81a4-40b1-b13c-e07c982e2d0e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8d6405aa-c184-4b98-8a69-4f8f253dacd1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13761" + ], + "x-ms-request-id": [ + "4ac411a7-7f23-44d1-833a-700f8bc97248" + ], + "x-ms-correlation-request-id": [ + "4ac411a7-7f23-44d1-833a-700f8bc97248" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192127Z:4ac411a7-7f23-44d1-833a-700f8bc97248" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2d74a2dd-2277-4a1b-ae0e-92982c1c5329" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13759" + ], + "x-ms-request-id": [ + "64d92427-cbeb-4c8c-b76e-2f2ff0e7397a" + ], + "x-ms-correlation-request-id": [ + "64d92427-cbeb-4c8c-b76e-2f2ff0e7397a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192128Z:64d92427-cbeb-4c8c-b76e-2f2ff0e7397a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9433bdd3-6130-4682-b1bf-96597a314a49" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13757" + ], + "x-ms-request-id": [ + "a75501fa-fb5c-4746-82cc-c094f42cb14e" + ], + "x-ms-correlation-request-id": [ + "a75501fa-fb5c-4746-82cc-c094f42cb14e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192128Z:a75501fa-fb5c-4746-82cc-c094f42cb14e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f39e45d-ebf6-47af-9c96-6b98f3a3ff89" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13755" + ], + "x-ms-request-id": [ + "6aedea17-8a62-4680-9ed8-062c8ab5e4e3" + ], + "x-ms-correlation-request-id": [ + "6aedea17-8a62-4680-9ed8-062c8ab5e4e3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192128Z:6aedea17-8a62-4680-9ed8-062c8ab5e4e3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "de44d983-6b2c-471a-bc47-80aee75681a5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13753" + ], + "x-ms-request-id": [ + "53ddfd08-864b-4a1a-89cb-cd35c99ef6e2" + ], + "x-ms-correlation-request-id": [ + "53ddfd08-864b-4a1a-89cb-cd35c99ef6e2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192128Z:53ddfd08-864b-4a1a-89cb-cd35c99ef6e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a3cfed38-7302-46af-b48d-964ae3d4110b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13751" + ], + "x-ms-request-id": [ + "ce800b6c-a4ec-4e50-a8f7-240cd8ae8dec" + ], + "x-ms-correlation-request-id": [ + "ce800b6c-a4ec-4e50-a8f7-240cd8ae8dec" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192128Z:ce800b6c-a4ec-4e50-a8f7-240cd8ae8dec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ec96b788-ef80-4bab-b8d6-e8c857cd33ed" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13749" + ], + "x-ms-request-id": [ + "f583f0b3-9f2f-4c6e-939b-7b09526fd374" + ], + "x-ms-correlation-request-id": [ + "f583f0b3-9f2f-4c6e-939b-7b09526fd374" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192129Z:f583f0b3-9f2f-4c6e-939b-7b09526fd374" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b19a8500-5d8c-4b16-b4d3-9a3483970ee5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13747" + ], + "x-ms-request-id": [ + "b1d36bf3-0e79-48ab-8099-a98d7c497fb2" + ], + "x-ms-correlation-request-id": [ + "b1d36bf3-0e79-48ab-8099-a98d7c497fb2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192129Z:b1d36bf3-0e79-48ab-8099-a98d7c497fb2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dabe33d3-f115-4ada-89ce-932b4283da36" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13745" + ], + "x-ms-request-id": [ + "c79711ee-1b7e-4490-bc88-a93e28f802f7" + ], + "x-ms-correlation-request-id": [ + "c79711ee-1b7e-4490-bc88-a93e28f802f7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192129Z:c79711ee-1b7e-4490-bc88-a93e28f802f7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d91270c8-d905-4faf-9e3b-118165ce71a2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13743" + ], + "x-ms-request-id": [ + "268acfb6-3d0a-48e5-8084-8f4188fcd6f6" + ], + "x-ms-correlation-request-id": [ + "268acfb6-3d0a-48e5-8084-8f4188fcd6f6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192129Z:268acfb6-3d0a-48e5-8084-8f4188fcd6f6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c93a0d61-5526-4289-bd82-e7cc2cd50a0c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13741" + ], + "x-ms-request-id": [ + "e2750a0f-6737-4038-9737-bbc85c3baa3a" + ], + "x-ms-correlation-request-id": [ + "e2750a0f-6737-4038-9737-bbc85c3baa3a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192129Z:e2750a0f-6737-4038-9737-bbc85c3baa3a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8de688ad-9b94-408c-aae3-d3007fccfb54" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13739" + ], + "x-ms-request-id": [ + "aa038047-afb6-4fd6-9b47-1667bcfd0dc0" + ], + "x-ms-correlation-request-id": [ + "aa038047-afb6-4fd6-9b47-1667bcfd0dc0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192130Z:aa038047-afb6-4fd6-9b47-1667bcfd0dc0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "158c623e-0e53-414a-8dd6-de500190f22e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13737" + ], + "x-ms-request-id": [ + "8e2598c7-ecad-4967-b18f-cc2b5cd41c39" + ], + "x-ms-correlation-request-id": [ + "8e2598c7-ecad-4967-b18f-cc2b5cd41c39" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192130Z:8e2598c7-ecad-4967-b18f-cc2b5cd41c39" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "60365dfd-63b2-4a4d-b91f-9b73e30f4674" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13735" + ], + "x-ms-request-id": [ + "9fc939b2-29b8-45a2-915a-f930447f4cc6" + ], + "x-ms-correlation-request-id": [ + "9fc939b2-29b8-45a2-915a-f930447f4cc6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192130Z:9fc939b2-29b8-45a2-915a-f930447f4cc6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9ffe7a3e-5aa9-4922-bfc8-34f4e914f308" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13733" + ], + "x-ms-request-id": [ + "34c6aa4c-7e33-4114-a246-9e8d477cdcfa" + ], + "x-ms-correlation-request-id": [ + "34c6aa4c-7e33-4114-a246-9e8d477cdcfa" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192130Z:34c6aa4c-7e33-4114-a246-9e8d477cdcfa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "52332791-b50b-4c75-b817-f875c99aa464" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13731" + ], + "x-ms-request-id": [ + "55b09047-1973-4031-9cff-c46d148d43c4" + ], + "x-ms-correlation-request-id": [ + "55b09047-1973-4031-9cff-c46d148d43c4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192130Z:55b09047-1973-4031-9cff-c46d148d43c4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cc221605-45fe-4526-b44d-9b494103526a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13729" + ], + "x-ms-request-id": [ + "79c38a92-0ed4-489c-87c5-e3d97fb3e519" + ], + "x-ms-correlation-request-id": [ + "79c38a92-0ed4-489c-87c5-e3d97fb3e519" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192130Z:79c38a92-0ed4-489c-87c5-e3d97fb3e519" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e08fcb56-cc90-41f8-b9c9-b54e2be2c192" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13727" + ], + "x-ms-request-id": [ + "e4be1d57-6285-408b-b910-7a553b445da2" + ], + "x-ms-correlation-request-id": [ + "e4be1d57-6285-408b-b910-7a553b445da2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192131Z:e4be1d57-6285-408b-b910-7a553b445da2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c2390b5f-be17-468d-8384-2c9d908f987f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13725" + ], + "x-ms-request-id": [ + "b4b4b40a-7c5b-44b3-ac54-b9e10563ddc3" + ], + "x-ms-correlation-request-id": [ + "b4b4b40a-7c5b-44b3-ac54-b9e10563ddc3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192131Z:b4b4b40a-7c5b-44b3-ac54-b9e10563ddc3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7227661b-6fa2-49dc-8c40-5b9857a165b4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13723" + ], + "x-ms-request-id": [ + "ba20fe10-cccb-4258-a78c-a885de187ec2" + ], + "x-ms-correlation-request-id": [ + "ba20fe10-cccb-4258-a78c-a885de187ec2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192131Z:ba20fe10-cccb-4258-a78c-a885de187ec2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ed20269b-03e1-4ab0-a8aa-8311df3af525" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13721" + ], + "x-ms-request-id": [ + "39058c33-56af-46dd-8236-fd3aa7c06ac4" + ], + "x-ms-correlation-request-id": [ + "39058c33-56af-46dd-8236-fd3aa7c06ac4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192131Z:39058c33-56af-46dd-8236-fd3aa7c06ac4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "75a50cb4-4bce-41e0-a638-0e93cb1ba671" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13719" + ], + "x-ms-request-id": [ + "667ac37f-bc1f-4977-8e7b-557fa41baba8" + ], + "x-ms-correlation-request-id": [ + "667ac37f-bc1f-4977-8e7b-557fa41baba8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192131Z:667ac37f-bc1f-4977-8e7b-557fa41baba8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "82f3fe37-af24-40e5-992a-ad54ef50ecaa" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13717" + ], + "x-ms-request-id": [ + "1f2077b6-acec-407c-b163-90e87c6bb263" + ], + "x-ms-correlation-request-id": [ + "1f2077b6-acec-407c-b163-90e87c6bb263" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192132Z:1f2077b6-acec-407c-b163-90e87c6bb263" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b8733224-0776-4b7e-aad9-c5e2934082c9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13715" + ], + "x-ms-request-id": [ + "10da4db4-4966-4a37-acc9-0c7faec06223" + ], + "x-ms-correlation-request-id": [ + "10da4db4-4966-4a37-acc9-0c7faec06223" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192132Z:10da4db4-4966-4a37-acc9-0c7faec06223" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9bee2f98-f06c-4cbf-9869-d45a3433388d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13713" + ], + "x-ms-request-id": [ + "9bff86f3-fe9d-4fa1-a9cb-06b293f667aa" + ], + "x-ms-correlation-request-id": [ + "9bff86f3-fe9d-4fa1-a9cb-06b293f667aa" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192132Z:9bff86f3-fe9d-4fa1-a9cb-06b293f667aa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "401ec73c-5857-4c66-91ad-b24f950e4ee4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13711" + ], + "x-ms-request-id": [ + "d294e4f5-917c-494e-bdb9-bc5dce0371b6" + ], + "x-ms-correlation-request-id": [ + "d294e4f5-917c-494e-bdb9-bc5dce0371b6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192132Z:d294e4f5-917c-494e-bdb9-bc5dce0371b6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b59acd2e-e4e8-46f4-86a2-3df4e166522f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13709" + ], + "x-ms-request-id": [ + "6b5c657b-fe75-4a06-8939-33475ed87f65" + ], + "x-ms-correlation-request-id": [ + "6b5c657b-fe75-4a06-8939-33475ed87f65" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192132Z:6b5c657b-fe75-4a06-8939-33475ed87f65" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "037b505c-9220-47cb-a8a9-799e28952a2c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13707" + ], + "x-ms-request-id": [ + "3270bf60-11f5-4230-be8a-a601b61cc562" + ], + "x-ms-correlation-request-id": [ + "3270bf60-11f5-4230-be8a-a601b61cc562" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192133Z:3270bf60-11f5-4230-be8a-a601b61cc562" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1632bc84-4908-45d1-a197-7a6f20f98578" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13705" + ], + "x-ms-request-id": [ + "2d5b7871-4d80-4ecd-98d8-9b109439a3cc" + ], + "x-ms-correlation-request-id": [ + "2d5b7871-4d80-4ecd-98d8-9b109439a3cc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192133Z:2d5b7871-4d80-4ecd-98d8-9b109439a3cc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6cf613a7-a7ad-4eec-9777-c4bc5b8eea29" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13703" + ], + "x-ms-request-id": [ + "6eab7dba-2c2f-4ec1-a82a-e0280f0792af" + ], + "x-ms-correlation-request-id": [ + "6eab7dba-2c2f-4ec1-a82a-e0280f0792af" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192133Z:6eab7dba-2c2f-4ec1-a82a-e0280f0792af" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "97fd75ca-262c-4f05-91d6-8ec39f6a3579" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13701" + ], + "x-ms-request-id": [ + "50a1a0d4-98f0-4502-83a9-0e620c0beb0f" + ], + "x-ms-correlation-request-id": [ + "50a1a0d4-98f0-4502-83a9-0e620c0beb0f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192133Z:50a1a0d4-98f0-4502-83a9-0e620c0beb0f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0925dd9-60bb-49e5-94c6-86b442c15d10" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13699" + ], + "x-ms-request-id": [ + "03f1fee8-d6c9-4dfb-acb2-41f5360fc80a" + ], + "x-ms-correlation-request-id": [ + "03f1fee8-d6c9-4dfb-acb2-41f5360fc80a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192133Z:03f1fee8-d6c9-4dfb-acb2-41f5360fc80a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5d7adef7-9da5-4421-8e4b-44afc99f5ec3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13697" + ], + "x-ms-request-id": [ + "249234ad-a716-4986-a552-bc8d2d4e6f99" + ], + "x-ms-correlation-request-id": [ + "249234ad-a716-4986-a552-bc8d2d4e6f99" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192134Z:249234ad-a716-4986-a552-bc8d2d4e6f99" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "248960b5-a5c2-4171-9d14-41611a447764" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13695" + ], + "x-ms-request-id": [ + "60a73532-2e7f-418b-9ba5-e739bd0ba29d" + ], + "x-ms-correlation-request-id": [ + "60a73532-2e7f-418b-9ba5-e739bd0ba29d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192134Z:60a73532-2e7f-418b-9ba5-e739bd0ba29d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bf3cd849-86b2-418f-9670-ca2a119c8893" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13693" + ], + "x-ms-request-id": [ + "86fc8e5d-2ef7-4ce7-9ea8-7fea4805a5a8" + ], + "x-ms-correlation-request-id": [ + "86fc8e5d-2ef7-4ce7-9ea8-7fea4805a5a8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192134Z:86fc8e5d-2ef7-4ce7-9ea8-7fea4805a5a8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "334ec307-3d98-49d8-afc0-6b824ae32a4b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13691" + ], + "x-ms-request-id": [ + "346574a6-3d99-4880-854d-d81d70c20765" + ], + "x-ms-correlation-request-id": [ + "346574a6-3d99-4880-854d-d81d70c20765" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192134Z:346574a6-3d99-4880-854d-d81d70c20765" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "29d2b86c-bf1b-4d03-9039-ace7aada0f7c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13689" + ], + "x-ms-request-id": [ + "75196bed-97c6-44b1-bc8d-eb45782f53ce" + ], + "x-ms-correlation-request-id": [ + "75196bed-97c6-44b1-bc8d-eb45782f53ce" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192134Z:75196bed-97c6-44b1-bc8d-eb45782f53ce" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d3868fe4-c886-47d6-b748-0b98a2790074" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13687" + ], + "x-ms-request-id": [ + "695ba9f5-10a4-4f9b-8404-5a8b0f8ff01c" + ], + "x-ms-correlation-request-id": [ + "695ba9f5-10a4-4f9b-8404-5a8b0f8ff01c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192135Z:695ba9f5-10a4-4f9b-8404-5a8b0f8ff01c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "516a8228-bdb8-4942-bf2c-67d9079f15f3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13685" + ], + "x-ms-request-id": [ + "98564ca2-692e-4c2f-a539-af8d861d05b5" + ], + "x-ms-correlation-request-id": [ + "98564ca2-692e-4c2f-a539-af8d861d05b5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192135Z:98564ca2-692e-4c2f-a539-af8d861d05b5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2adcf033-77a3-45dd-a247-1c2332c3ff94" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13683" + ], + "x-ms-request-id": [ + "a5093950-1478-4694-8808-821265306081" + ], + "x-ms-correlation-request-id": [ + "a5093950-1478-4694-8808-821265306081" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192135Z:a5093950-1478-4694-8808-821265306081" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e9752ed9-e370-4957-bfb6-58f2c4174806" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13681" + ], + "x-ms-request-id": [ + "b791cc74-a5e2-424a-ba21-505cbc281c9e" + ], + "x-ms-correlation-request-id": [ + "b791cc74-a5e2-424a-ba21-505cbc281c9e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192135Z:b791cc74-a5e2-424a-ba21-505cbc281c9e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c04121b1-46ad-4aff-8363-caeafd8fdcfe" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13679" + ], + "x-ms-request-id": [ + "5292fff8-6557-4c6a-a11d-808eb546fabf" + ], + "x-ms-correlation-request-id": [ + "5292fff8-6557-4c6a-a11d-808eb546fabf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192135Z:5292fff8-6557-4c6a-a11d-808eb546fabf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4fff7250-993f-46d3-8dec-9d290fbd4520" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13677" + ], + "x-ms-request-id": [ + "e17fc05d-dab5-45e9-9059-e232aad07a9d" + ], + "x-ms-correlation-request-id": [ + "e17fc05d-dab5-45e9-9059-e232aad07a9d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192136Z:e17fc05d-dab5-45e9-9059-e232aad07a9d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "98ca0586-39bc-4d92-b2b8-b78c6decfa5f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13675" + ], + "x-ms-request-id": [ + "acd8b4e0-4021-4c44-941b-1492cca29130" + ], + "x-ms-correlation-request-id": [ + "acd8b4e0-4021-4c44-941b-1492cca29130" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192136Z:acd8b4e0-4021-4c44-941b-1492cca29130" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9d9c8788-9bc7-4fa5-9e26-07be06c197a6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13673" + ], + "x-ms-request-id": [ + "1e258e78-b27a-42bf-a72e-1c3e4ce54a78" + ], + "x-ms-correlation-request-id": [ + "1e258e78-b27a-42bf-a72e-1c3e4ce54a78" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192136Z:1e258e78-b27a-42bf-a72e-1c3e4ce54a78" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d6eaa77f-8265-4b8e-b9f7-d31315ea69dc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13671" + ], + "x-ms-request-id": [ + "78189ac2-b6a8-4f43-ae56-949924b8b8d7" + ], + "x-ms-correlation-request-id": [ + "78189ac2-b6a8-4f43-ae56-949924b8b8d7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192136Z:78189ac2-b6a8-4f43-ae56-949924b8b8d7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "18bc1e9d-d51f-452f-ac2c-47e1e994ed02" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13669" + ], + "x-ms-request-id": [ + "dc8527e1-6e8f-494d-bbde-e09408720ac4" + ], + "x-ms-correlation-request-id": [ + "dc8527e1-6e8f-494d-bbde-e09408720ac4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192136Z:dc8527e1-6e8f-494d-bbde-e09408720ac4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "58b60a52-9e98-4372-8f71-6a0553abe50f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13667" + ], + "x-ms-request-id": [ + "938d9f28-9e73-45db-8861-6ff9aeda0ae8" + ], + "x-ms-correlation-request-id": [ + "938d9f28-9e73-45db-8861-6ff9aeda0ae8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192136Z:938d9f28-9e73-45db-8861-6ff9aeda0ae8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ee953f12-0037-4634-b7c2-eeaee7af4e12" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13665" + ], + "x-ms-request-id": [ + "0043d301-4dd1-47ad-ac12-e9e827647d0c" + ], + "x-ms-correlation-request-id": [ + "0043d301-4dd1-47ad-ac12-e9e827647d0c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192137Z:0043d301-4dd1-47ad-ac12-e9e827647d0c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d5876a31-f3d8-4b27-a602-b221b04793b4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13663" + ], + "x-ms-request-id": [ + "a00eed3c-1b4b-47ec-8fc8-c1b42333f69c" + ], + "x-ms-correlation-request-id": [ + "a00eed3c-1b4b-47ec-8fc8-c1b42333f69c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192137Z:a00eed3c-1b4b-47ec-8fc8-c1b42333f69c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ee320d2f-e322-4485-b114-f837fa74e548" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13661" + ], + "x-ms-request-id": [ + "b1246acf-aedd-4957-81fb-d1e492267256" + ], + "x-ms-correlation-request-id": [ + "b1246acf-aedd-4957-81fb-d1e492267256" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192137Z:b1246acf-aedd-4957-81fb-d1e492267256" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6c042bfb-0332-4513-8189-d0d91c4627c5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13659" + ], + "x-ms-request-id": [ + "392615c6-ba8e-4a85-9eaa-5928b4dfb79d" + ], + "x-ms-correlation-request-id": [ + "392615c6-ba8e-4a85-9eaa-5928b4dfb79d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192137Z:392615c6-ba8e-4a85-9eaa-5928b4dfb79d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "876852ed-6fe9-4440-bf8b-7b9ea8dc9220" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13657" + ], + "x-ms-request-id": [ + "7e5e2968-d4f0-4e62-a1cf-faf5563cc7a0" + ], + "x-ms-correlation-request-id": [ + "7e5e2968-d4f0-4e62-a1cf-faf5563cc7a0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192137Z:7e5e2968-d4f0-4e62-a1cf-faf5563cc7a0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "166d626a-8cb4-4900-abe5-f2101d717f95" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13655" + ], + "x-ms-request-id": [ + "e8a2d6fb-cb85-47ee-bda3-6494ac60669d" + ], + "x-ms-correlation-request-id": [ + "e8a2d6fb-cb85-47ee-bda3-6494ac60669d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192138Z:e8a2d6fb-cb85-47ee-bda3-6494ac60669d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1f67a3e3-4c59-4056-b267-d9af410e33ac" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13653" + ], + "x-ms-request-id": [ + "0fab205e-79aa-45ea-8174-9d6f6110ecbe" + ], + "x-ms-correlation-request-id": [ + "0fab205e-79aa-45ea-8174-9d6f6110ecbe" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192138Z:0fab205e-79aa-45ea-8174-9d6f6110ecbe" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "12bf2134-373b-4360-abca-1d215d00c489" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13651" + ], + "x-ms-request-id": [ + "53ac1594-8f3e-4e32-b8fd-9a2b3ffa979a" + ], + "x-ms-correlation-request-id": [ + "53ac1594-8f3e-4e32-b8fd-9a2b3ffa979a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192138Z:53ac1594-8f3e-4e32-b8fd-9a2b3ffa979a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3e47ce34-62d4-4413-aedc-ddd228244431" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13649" + ], + "x-ms-request-id": [ + "0208adc1-c783-4f98-bcef-4bfe7e38ebbc" + ], + "x-ms-correlation-request-id": [ + "0208adc1-c783-4f98-bcef-4bfe7e38ebbc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192138Z:0208adc1-c783-4f98-bcef-4bfe7e38ebbc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5441523f-ea78-4eae-a52e-676d8c8cd250" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13647" + ], + "x-ms-request-id": [ + "7ea29375-438e-45fa-9f36-d54e971264d8" + ], + "x-ms-correlation-request-id": [ + "7ea29375-438e-45fa-9f36-d54e971264d8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192138Z:7ea29375-438e-45fa-9f36-d54e971264d8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a9a120b4-f6df-4815-9504-186321948b11" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13645" + ], + "x-ms-request-id": [ + "df0578a4-b55c-4e28-86c1-918a42d8e54e" + ], + "x-ms-correlation-request-id": [ + "df0578a4-b55c-4e28-86c1-918a42d8e54e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192139Z:df0578a4-b55c-4e28-86c1-918a42d8e54e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9c164bb2-dd09-43ef-86a1-5910efb942cb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13643" + ], + "x-ms-request-id": [ + "6d9ab5ac-784b-495c-b05c-05f00be3b5cb" + ], + "x-ms-correlation-request-id": [ + "6d9ab5ac-784b-495c-b05c-05f00be3b5cb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192139Z:6d9ab5ac-784b-495c-b05c-05f00be3b5cb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bc928097-61db-42e2-9fc1-bfd5efa668b7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13641" + ], + "x-ms-request-id": [ + "72a9e5d8-8824-41d9-8126-e9b052f6f954" + ], + "x-ms-correlation-request-id": [ + "72a9e5d8-8824-41d9-8126-e9b052f6f954" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192139Z:72a9e5d8-8824-41d9-8126-e9b052f6f954" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "65708a5f-4416-4c5f-8fba-a01c9cf82edc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:24.0160886Z\",\r\n \"duration\": \"PT1M25.2547543S\",\r\n \"trackingId\": \"579ed7f4-6dc2-4be3-b08c-867f257364f2\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13639" + ], + "x-ms-request-id": [ + "599cfa7e-d4ad-48ed-a9cd-44dc085d3538" + ], + "x-ms-correlation-request-id": [ + "599cfa7e-d4ad-48ed-a9cd-44dc085d3538" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192139Z:599cfa7e-d4ad-48ed-a9cd-44dc085d3538" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0cf2166-e7e5-4088-9a6f-65adbb21bb03" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13637" + ], + "x-ms-request-id": [ + "738021e6-7529-46d6-a394-24cd6da51720" + ], + "x-ms-correlation-request-id": [ + "738021e6-7529-46d6-a394-24cd6da51720" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192139Z:738021e6-7529-46d6-a394-24cd6da51720" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7fbec972-8690-406a-8138-fefb55af7742" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13635" + ], + "x-ms-request-id": [ + "12f48a04-d730-4339-81c9-ebbd36901f36" + ], + "x-ms-correlation-request-id": [ + "12f48a04-d730-4339-81c9-ebbd36901f36" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192140Z:12f48a04-d730-4339-81c9-ebbd36901f36" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6b2bc9c1-ea1d-47a8-8aa9-9381005455a7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13633" + ], + "x-ms-request-id": [ + "a634b4d8-241e-4659-a1a5-3268f43b6bbb" + ], + "x-ms-correlation-request-id": [ + "a634b4d8-241e-4659-a1a5-3268f43b6bbb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192140Z:a634b4d8-241e-4659-a1a5-3268f43b6bbb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cdd85ab2-bc92-4b46-85c3-2875721c6d86" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13631" + ], + "x-ms-request-id": [ + "24e77223-4eb5-4ae9-a7ab-a314ab7ccf7c" + ], + "x-ms-correlation-request-id": [ + "24e77223-4eb5-4ae9-a7ab-a314ab7ccf7c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192140Z:24e77223-4eb5-4ae9-a7ab-a314ab7ccf7c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "20b24e2a-1015-4565-b3a2-dd81d1989ff2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13629" + ], + "x-ms-request-id": [ + "1e77d832-b01c-4024-81c2-9a5311365c0b" + ], + "x-ms-correlation-request-id": [ + "1e77d832-b01c-4024-81c2-9a5311365c0b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192141Z:1e77d832-b01c-4024-81c2-9a5311365c0b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "06845829-1f5a-4575-ace3-16c4a57c60df" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13627" + ], + "x-ms-request-id": [ + "3d0f5ee5-6bb5-45a1-a4e7-1b256a7e7651" + ], + "x-ms-correlation-request-id": [ + "3d0f5ee5-6bb5-45a1-a4e7-1b256a7e7651" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192141Z:3d0f5ee5-6bb5-45a1-a4e7-1b256a7e7651" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ecb6ae73-b17e-4ead-b0df-85baf70ffcfc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13625" + ], + "x-ms-request-id": [ + "adbd4469-e66d-4694-924a-d555bc63e3c9" + ], + "x-ms-correlation-request-id": [ + "adbd4469-e66d-4694-924a-d555bc63e3c9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192141Z:adbd4469-e66d-4694-924a-d555bc63e3c9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "064d457f-7f87-4591-8686-00d8c9728a2a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13623" + ], + "x-ms-request-id": [ + "31ee5e8e-67fa-4e7a-ae5d-b6a381deb08c" + ], + "x-ms-correlation-request-id": [ + "31ee5e8e-67fa-4e7a-ae5d-b6a381deb08c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192141Z:31ee5e8e-67fa-4e7a-ae5d-b6a381deb08c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a2efd087-b497-4740-bc1d-3cad555a82f4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13621" + ], + "x-ms-request-id": [ + "e0997568-8f70-495b-9f39-76aad9d6e2ea" + ], + "x-ms-correlation-request-id": [ + "e0997568-8f70-495b-9f39-76aad9d6e2ea" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192141Z:e0997568-8f70-495b-9f39-76aad9d6e2ea" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4c9cf0a7-3bbf-49bb-afb0-26e60cfaff2e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13619" + ], + "x-ms-request-id": [ + "6a47cb06-0c80-474f-9167-dc09d9da23dd" + ], + "x-ms-correlation-request-id": [ + "6a47cb06-0c80-474f-9167-dc09d9da23dd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192141Z:6a47cb06-0c80-474f-9167-dc09d9da23dd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ae43f81d-8ea1-4922-9c28-e03d6539c74c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13617" + ], + "x-ms-request-id": [ + "413d8598-52eb-4156-bc9b-4eabca135058" + ], + "x-ms-correlation-request-id": [ + "413d8598-52eb-4156-bc9b-4eabca135058" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192142Z:413d8598-52eb-4156-bc9b-4eabca135058" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "45e83667-909e-4f85-af3a-e9fe117b15c2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13615" + ], + "x-ms-request-id": [ + "e6ce1586-c8b8-47f6-a01e-c5ed47fbd44e" + ], + "x-ms-correlation-request-id": [ + "e6ce1586-c8b8-47f6-a01e-c5ed47fbd44e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192142Z:e6ce1586-c8b8-47f6-a01e-c5ed47fbd44e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8fd5389b-1cde-48ae-84c4-118d2a6e6773" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13613" + ], + "x-ms-request-id": [ + "cf1646ab-ba47-41c6-b93f-c46ba3e3f83f" + ], + "x-ms-correlation-request-id": [ + "cf1646ab-ba47-41c6-b93f-c46ba3e3f83f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192142Z:cf1646ab-ba47-41c6-b93f-c46ba3e3f83f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0159a2ce-8186-473c-a41a-693970618446" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13611" + ], + "x-ms-request-id": [ + "743bba68-e782-46d2-beb7-4b7eec9b755f" + ], + "x-ms-correlation-request-id": [ + "743bba68-e782-46d2-beb7-4b7eec9b755f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192142Z:743bba68-e782-46d2-beb7-4b7eec9b755f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f2bd267d-b525-43fe-b141-a8a06f053e17" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13609" + ], + "x-ms-request-id": [ + "cafef5f7-ca0d-4ae5-ad93-cc3ab9b0fd9f" + ], + "x-ms-correlation-request-id": [ + "cafef5f7-ca0d-4ae5-ad93-cc3ab9b0fd9f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192142Z:cafef5f7-ca0d-4ae5-ad93-cc3ab9b0fd9f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ffb1abb8-818b-4c3a-bc7a-55ec2b842353" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13607" + ], + "x-ms-request-id": [ + "6883282b-9630-4cb9-8fef-6002ae1cbb1f" + ], + "x-ms-correlation-request-id": [ + "6883282b-9630-4cb9-8fef-6002ae1cbb1f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192143Z:6883282b-9630-4cb9-8fef-6002ae1cbb1f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ca08b9a6-1124-4917-a972-f6f682311849" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13605" + ], + "x-ms-request-id": [ + "2a703d48-4abe-4f89-bc6f-ccbe9333f0f1" + ], + "x-ms-correlation-request-id": [ + "2a703d48-4abe-4f89-bc6f-ccbe9333f0f1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192143Z:2a703d48-4abe-4f89-bc6f-ccbe9333f0f1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7fad32fe-29b0-437c-b7c0-7937cd3061ce" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13603" + ], + "x-ms-request-id": [ + "cab27383-7cc7-41ad-b9cc-9e347434ae76" + ], + "x-ms-correlation-request-id": [ + "cab27383-7cc7-41ad-b9cc-9e347434ae76" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192143Z:cab27383-7cc7-41ad-b9cc-9e347434ae76" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1318c014-f669-4777-9059-fd884f7cd052" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13601" + ], + "x-ms-request-id": [ + "d94aadaf-0940-4d75-8407-75e9ddc54082" + ], + "x-ms-correlation-request-id": [ + "d94aadaf-0940-4d75-8407-75e9ddc54082" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192143Z:d94aadaf-0940-4d75-8407-75e9ddc54082" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3b7c1e47-c00b-4ac4-920f-318dd9b6a2bc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13599" + ], + "x-ms-request-id": [ + "176b93fb-63ea-4163-bee2-ef11b5a3c5a0" + ], + "x-ms-correlation-request-id": [ + "176b93fb-63ea-4163-bee2-ef11b5a3c5a0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192143Z:176b93fb-63ea-4163-bee2-ef11b5a3c5a0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "74fe3fc0-f875-45b1-8f1c-f4baf273e4fe" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13597" + ], + "x-ms-request-id": [ + "87b310df-8e49-42b5-b792-2366a0293927" + ], + "x-ms-correlation-request-id": [ + "87b310df-8e49-42b5-b792-2366a0293927" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192144Z:87b310df-8e49-42b5-b792-2366a0293927" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "004f78ab-d0bb-48d8-99ec-22cc4889538e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13595" + ], + "x-ms-request-id": [ + "134e2226-3126-4c6e-996b-76770a7e0965" + ], + "x-ms-correlation-request-id": [ + "134e2226-3126-4c6e-996b-76770a7e0965" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192144Z:134e2226-3126-4c6e-996b-76770a7e0965" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "71adf427-3a67-4ee9-806c-9022a3893480" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13593" + ], + "x-ms-request-id": [ + "1dd2e10c-6b25-4d99-befb-a44699921e9d" + ], + "x-ms-correlation-request-id": [ + "1dd2e10c-6b25-4d99-befb-a44699921e9d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192144Z:1dd2e10c-6b25-4d99-befb-a44699921e9d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "98815492-1556-4138-b6be-ac41ec04d649" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13591" + ], + "x-ms-request-id": [ + "476f702c-d43d-4eba-924b-dbb656f9741b" + ], + "x-ms-correlation-request-id": [ + "476f702c-d43d-4eba-924b-dbb656f9741b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192144Z:476f702c-d43d-4eba-924b-dbb656f9741b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ce11ffa6-6c61-432d-8236-ead57b9a93da" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13589" + ], + "x-ms-request-id": [ + "4c9cbd37-e6ee-4107-bd57-a3f0d1ead93c" + ], + "x-ms-correlation-request-id": [ + "4c9cbd37-e6ee-4107-bd57-a3f0d1ead93c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192144Z:4c9cbd37-e6ee-4107-bd57-a3f0d1ead93c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "93d28d18-e77e-489e-b209-f598c1cedcde" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13587" + ], + "x-ms-request-id": [ + "cc13b948-72a7-479b-b032-60d8d2c154ac" + ], + "x-ms-correlation-request-id": [ + "cc13b948-72a7-479b-b032-60d8d2c154ac" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192145Z:cc13b948-72a7-479b-b032-60d8d2c154ac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f11620f5-a106-479e-be22-03a8bf0c19be" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13585" + ], + "x-ms-request-id": [ + "a85ed1d1-fc95-4468-af82-a8341a3a0126" + ], + "x-ms-correlation-request-id": [ + "a85ed1d1-fc95-4468-af82-a8341a3a0126" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192145Z:a85ed1d1-fc95-4468-af82-a8341a3a0126" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "494800e6-403e-450b-abf3-a9599508e63c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13583" + ], + "x-ms-request-id": [ + "2ec544f2-306a-447b-bff6-0251a927929d" + ], + "x-ms-correlation-request-id": [ + "2ec544f2-306a-447b-bff6-0251a927929d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192145Z:2ec544f2-306a-447b-bff6-0251a927929d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e641dcb9-f905-4185-86bf-9ec6a338defe" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13581" + ], + "x-ms-request-id": [ + "bef44b8c-7e7c-4c98-9e7c-289c150fceee" + ], + "x-ms-correlation-request-id": [ + "bef44b8c-7e7c-4c98-9e7c-289c150fceee" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192145Z:bef44b8c-7e7c-4c98-9e7c-289c150fceee" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "035be077-8dc4-4d47-9944-7d5608126ef7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13579" + ], + "x-ms-request-id": [ + "b07ebc28-fe0f-4c30-85c8-a604fe84354d" + ], + "x-ms-correlation-request-id": [ + "b07ebc28-fe0f-4c30-85c8-a604fe84354d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192145Z:b07ebc28-fe0f-4c30-85c8-a604fe84354d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5ab30d07-5e6a-4720-b783-bae48497e44c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13577" + ], + "x-ms-request-id": [ + "bcf43b50-d73a-4d42-8aa1-f6df23a1e86a" + ], + "x-ms-correlation-request-id": [ + "bcf43b50-d73a-4d42-8aa1-f6df23a1e86a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192146Z:bcf43b50-d73a-4d42-8aa1-f6df23a1e86a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0d521bbd-a2aa-49fa-813f-32bf52158692" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13575" + ], + "x-ms-request-id": [ + "07a290bc-db76-4e38-ba2e-6fbe8987ce5c" + ], + "x-ms-correlation-request-id": [ + "07a290bc-db76-4e38-ba2e-6fbe8987ce5c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192146Z:07a290bc-db76-4e38-ba2e-6fbe8987ce5c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9c163f0c-9b5a-4211-a15b-7d07d9616466" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13573" + ], + "x-ms-request-id": [ + "4692b4aa-561e-4905-9eaa-4be5e705dd34" + ], + "x-ms-correlation-request-id": [ + "4692b4aa-561e-4905-9eaa-4be5e705dd34" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192146Z:4692b4aa-561e-4905-9eaa-4be5e705dd34" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e2f6c38-e004-4c0b-9f70-250b12b19047" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13571" + ], + "x-ms-request-id": [ + "0d0f7ece-0e73-4eb5-b1bb-d65c1feb26bb" + ], + "x-ms-correlation-request-id": [ + "0d0f7ece-0e73-4eb5-b1bb-d65c1feb26bb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192146Z:0d0f7ece-0e73-4eb5-b1bb-d65c1feb26bb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a4473431-efed-43be-9992-6df14cdf1998" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13569" + ], + "x-ms-request-id": [ + "17a012e4-0ed2-41a5-8a5a-e1ea3985325c" + ], + "x-ms-correlation-request-id": [ + "17a012e4-0ed2-41a5-8a5a-e1ea3985325c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192146Z:17a012e4-0ed2-41a5-8a5a-e1ea3985325c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "acef5361-c44f-4294-ba91-7f7f3f19256d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13567" + ], + "x-ms-request-id": [ + "f64a822a-61c3-4098-9a79-443b97bf5aff" + ], + "x-ms-correlation-request-id": [ + "f64a822a-61c3-4098-9a79-443b97bf5aff" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192147Z:f64a822a-61c3-4098-9a79-443b97bf5aff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9b1e8bf0-32a8-49c7-a5fd-f6894b22eaf7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13565" + ], + "x-ms-request-id": [ + "1fd14d39-a0f9-42db-a52a-04c2064c3d83" + ], + "x-ms-correlation-request-id": [ + "1fd14d39-a0f9-42db-a52a-04c2064c3d83" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192147Z:1fd14d39-a0f9-42db-a52a-04c2064c3d83" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3be9b7dc-cedc-443b-92e7-4405e4ca7d80" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13563" + ], + "x-ms-request-id": [ + "8d8e1b38-22f8-420f-a53f-99b79d7c7769" + ], + "x-ms-correlation-request-id": [ + "8d8e1b38-22f8-420f-a53f-99b79d7c7769" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192147Z:8d8e1b38-22f8-420f-a53f-99b79d7c7769" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a407f6a8-0a1e-4df1-96fb-58d81ab3dfbe" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13561" + ], + "x-ms-request-id": [ + "24746a8e-50f9-492c-850a-10612d409b9f" + ], + "x-ms-correlation-request-id": [ + "24746a8e-50f9-492c-850a-10612d409b9f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192147Z:24746a8e-50f9-492c-850a-10612d409b9f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6dbd8f39-9f46-4c46-b3f9-5dd9c461636c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13559" + ], + "x-ms-request-id": [ + "2f1cc4d0-201b-4c1e-90cc-ededb7eee3f8" + ], + "x-ms-correlation-request-id": [ + "2f1cc4d0-201b-4c1e-90cc-ededb7eee3f8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192147Z:2f1cc4d0-201b-4c1e-90cc-ededb7eee3f8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f2740e0c-9a9d-40a4-a167-949ab4fd009e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13557" + ], + "x-ms-request-id": [ + "05843ea5-03c5-4d7b-a9e7-9c53f6be4f7c" + ], + "x-ms-correlation-request-id": [ + "05843ea5-03c5-4d7b-a9e7-9c53f6be4f7c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192148Z:05843ea5-03c5-4d7b-a9e7-9c53f6be4f7c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a02373d5-1196-4324-9c57-687191bf4c59" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13555" + ], + "x-ms-request-id": [ + "19f44b96-b5a7-4ff9-a745-0f7f49d16291" + ], + "x-ms-correlation-request-id": [ + "19f44b96-b5a7-4ff9-a745-0f7f49d16291" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192148Z:19f44b96-b5a7-4ff9-a745-0f7f49d16291" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6ea5b4fb-272f-4f1d-90b8-cac196554418" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13553" + ], + "x-ms-request-id": [ + "d941a334-7aea-4784-9f4f-e9ed5cd9237b" + ], + "x-ms-correlation-request-id": [ + "d941a334-7aea-4784-9f4f-e9ed5cd9237b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192148Z:d941a334-7aea-4784-9f4f-e9ed5cd9237b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "709b90b9-f14f-4f6e-a00e-2901d1e045cb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13551" + ], + "x-ms-request-id": [ + "b8ce38b5-c551-4e92-9f76-d0d619feb2bc" + ], + "x-ms-correlation-request-id": [ + "b8ce38b5-c551-4e92-9f76-d0d619feb2bc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192148Z:b8ce38b5-c551-4e92-9f76-d0d619feb2bc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "306bea60-04e6-4931-9c4e-fd2c0868699f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13549" + ], + "x-ms-request-id": [ + "2b5e1557-dee5-43c2-a64f-a89e9009f7e9" + ], + "x-ms-correlation-request-id": [ + "2b5e1557-dee5-43c2-a64f-a89e9009f7e9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192149Z:2b5e1557-dee5-43c2-a64f-a89e9009f7e9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b0d1c3aa-0b89-4851-8a32-a2376fa6bd73" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13547" + ], + "x-ms-request-id": [ + "0abdc867-ba2e-4d88-a1d6-017d4a6afa8c" + ], + "x-ms-correlation-request-id": [ + "0abdc867-ba2e-4d88-a1d6-017d4a6afa8c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192149Z:0abdc867-ba2e-4d88-a1d6-017d4a6afa8c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b3758dc5-45a6-45aa-a60d-a393163d42c8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13545" + ], + "x-ms-request-id": [ + "8f754d54-e00a-4264-b244-3cf4ae54a717" + ], + "x-ms-correlation-request-id": [ + "8f754d54-e00a-4264-b244-3cf4ae54a717" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192149Z:8f754d54-e00a-4264-b244-3cf4ae54a717" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ea59ec19-f31a-4177-916d-4513dbc001cf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13543" + ], + "x-ms-request-id": [ + "03462649-c0d8-4967-aa5f-54271e9404fe" + ], + "x-ms-correlation-request-id": [ + "03462649-c0d8-4967-aa5f-54271e9404fe" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192149Z:03462649-c0d8-4967-aa5f-54271e9404fe" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ae51fc91-ec25-4444-9669-023d4cd5b04b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13541" + ], + "x-ms-request-id": [ + "5bfcc47a-3e95-4e23-9e6a-ea19196f47ae" + ], + "x-ms-correlation-request-id": [ + "5bfcc47a-3e95-4e23-9e6a-ea19196f47ae" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192149Z:5bfcc47a-3e95-4e23-9e6a-ea19196f47ae" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2f201669-ab35-42d0-bd6a-f90df694710a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13539" + ], + "x-ms-request-id": [ + "5fabbfcd-c47a-426a-9e82-dfd8e116defd" + ], + "x-ms-correlation-request-id": [ + "5fabbfcd-c47a-426a-9e82-dfd8e116defd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192150Z:5fabbfcd-c47a-426a-9e82-dfd8e116defd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "99a4e477-4494-4797-95b0-9b627ca394f0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13537" + ], + "x-ms-request-id": [ + "0ee13141-e396-45c9-b4f9-cfa1c9b2931e" + ], + "x-ms-correlation-request-id": [ + "0ee13141-e396-45c9-b4f9-cfa1c9b2931e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192150Z:0ee13141-e396-45c9-b4f9-cfa1c9b2931e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5ac987ea-0d92-4a64-a1f0-e524824be0ab" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13535" + ], + "x-ms-request-id": [ + "17e96850-6eca-4fad-9f36-eb7025f7210c" + ], + "x-ms-correlation-request-id": [ + "17e96850-6eca-4fad-9f36-eb7025f7210c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192150Z:17e96850-6eca-4fad-9f36-eb7025f7210c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a9181859-10cd-4c0c-a1f9-a71b95f1b44e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13533" + ], + "x-ms-request-id": [ + "51fdf983-7cf5-4e08-a43a-bbe9455f1611" + ], + "x-ms-correlation-request-id": [ + "51fdf983-7cf5-4e08-a43a-bbe9455f1611" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192150Z:51fdf983-7cf5-4e08-a43a-bbe9455f1611" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "32d53cb7-a550-4ff5-a9e5-46bdeed649e5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13531" + ], + "x-ms-request-id": [ + "c56cd0e0-4b99-4d5c-9203-ac5787daf0b7" + ], + "x-ms-correlation-request-id": [ + "c56cd0e0-4b99-4d5c-9203-ac5787daf0b7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192150Z:c56cd0e0-4b99-4d5c-9203-ac5787daf0b7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5fbe368a-faa5-4d58-8489-9335670bb791" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13529" + ], + "x-ms-request-id": [ + "3e73337f-b7f3-4ae3-bfce-27c0b178f991" + ], + "x-ms-correlation-request-id": [ + "3e73337f-b7f3-4ae3-bfce-27c0b178f991" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192151Z:3e73337f-b7f3-4ae3-bfce-27c0b178f991" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d37300b3-c99b-4f0a-bab0-56b7491898d5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13527" + ], + "x-ms-request-id": [ + "58898bf6-27e8-4d1a-b53e-d8254cdcafeb" + ], + "x-ms-correlation-request-id": [ + "58898bf6-27e8-4d1a-b53e-d8254cdcafeb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192151Z:58898bf6-27e8-4d1a-b53e-d8254cdcafeb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c9d2d1a4-7a6c-43a5-a0cc-8e3f2ab38f79" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13525" + ], + "x-ms-request-id": [ + "c64ed28e-deda-4ef8-a686-715c2cf77201" + ], + "x-ms-correlation-request-id": [ + "c64ed28e-deda-4ef8-a686-715c2cf77201" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192151Z:c64ed28e-deda-4ef8-a686-715c2cf77201" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cb099fde-e1d6-479d-9aba-bc88acf3920f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13523" + ], + "x-ms-request-id": [ + "3fd8046c-567e-4417-87ed-50c573f5ea99" + ], + "x-ms-correlation-request-id": [ + "3fd8046c-567e-4417-87ed-50c573f5ea99" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192151Z:3fd8046c-567e-4417-87ed-50c573f5ea99" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "95bf95a1-4d7f-4723-9686-9d8abccb4e65" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13521" + ], + "x-ms-request-id": [ + "781ae0ce-8a60-4766-86c9-9eccab5e5025" + ], + "x-ms-correlation-request-id": [ + "781ae0ce-8a60-4766-86c9-9eccab5e5025" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192151Z:781ae0ce-8a60-4766-86c9-9eccab5e5025" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e8677fcf-4b23-4cb8-a72b-633d04ef9d67" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13519" + ], + "x-ms-request-id": [ + "d8ccd91d-2e05-425b-966e-6313396d3c32" + ], + "x-ms-correlation-request-id": [ + "d8ccd91d-2e05-425b-966e-6313396d3c32" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192151Z:d8ccd91d-2e05-425b-966e-6313396d3c32" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a80a940a-9e1c-45a6-ab98-a9049b537f26" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13517" + ], + "x-ms-request-id": [ + "cae25c8d-264c-45be-ae36-5ef958eb471e" + ], + "x-ms-correlation-request-id": [ + "cae25c8d-264c-45be-ae36-5ef958eb471e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192152Z:cae25c8d-264c-45be-ae36-5ef958eb471e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dc54053e-80c9-4a8e-a958-c2403142aeec" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13515" + ], + "x-ms-request-id": [ + "e0e772a3-7552-44c0-9038-f7689ed70075" + ], + "x-ms-correlation-request-id": [ + "e0e772a3-7552-44c0-9038-f7689ed70075" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192152Z:e0e772a3-7552-44c0-9038-f7689ed70075" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eec76e4a-ec6f-4b29-a379-7b35afc450a2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13513" + ], + "x-ms-request-id": [ + "d1a76d1b-847a-4967-9b93-2d1e3b3ea4df" + ], + "x-ms-correlation-request-id": [ + "d1a76d1b-847a-4967-9b93-2d1e3b3ea4df" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192152Z:d1a76d1b-847a-4967-9b93-2d1e3b3ea4df" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8f63272f-1784-4504-9d4b-6e3fdf8116e5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13511" + ], + "x-ms-request-id": [ + "c3faa5e5-072f-4009-875b-22720678b529" + ], + "x-ms-correlation-request-id": [ + "c3faa5e5-072f-4009-875b-22720678b529" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192152Z:c3faa5e5-072f-4009-875b-22720678b529" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "76e15fd1-5c02-4788-b8a4-36daecfab564" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13509" + ], + "x-ms-request-id": [ + "ab8421a2-4f22-466b-8c41-06c35100cd93" + ], + "x-ms-correlation-request-id": [ + "ab8421a2-4f22-466b-8c41-06c35100cd93" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192152Z:ab8421a2-4f22-466b-8c41-06c35100cd93" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0ba4bd2f-380a-4a97-ae51-74c76093f8aa" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13507" + ], + "x-ms-request-id": [ + "a029575b-a108-473a-85c8-7a3afb9aa170" + ], + "x-ms-correlation-request-id": [ + "a029575b-a108-473a-85c8-7a3afb9aa170" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192153Z:a029575b-a108-473a-85c8-7a3afb9aa170" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5468154b-5855-4786-8857-26e6b3a12621" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13505" + ], + "x-ms-request-id": [ + "ff4f60d1-3917-446b-9b81-1cd802e8d67d" + ], + "x-ms-correlation-request-id": [ + "ff4f60d1-3917-446b-9b81-1cd802e8d67d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192153Z:ff4f60d1-3917-446b-9b81-1cd802e8d67d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e8dcc412-8e38-4446-a574-dbb86d458d8f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13503" + ], + "x-ms-request-id": [ + "7d9fd3ae-2902-4351-837a-18242eb53979" + ], + "x-ms-correlation-request-id": [ + "7d9fd3ae-2902-4351-837a-18242eb53979" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192153Z:7d9fd3ae-2902-4351-837a-18242eb53979" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3a3e3034-d923-4c9a-b4d0-418011dad07a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13501" + ], + "x-ms-request-id": [ + "d4429e86-04c0-441a-951b-2a4bb5263c24" + ], + "x-ms-correlation-request-id": [ + "d4429e86-04c0-441a-951b-2a4bb5263c24" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192153Z:d4429e86-04c0-441a-951b-2a4bb5263c24" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1db6c5c7-69a7-4e94-89b0-aa256205f008" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13499" + ], + "x-ms-request-id": [ + "c3de3c32-13f9-4be5-b836-c79176122487" + ], + "x-ms-correlation-request-id": [ + "c3de3c32-13f9-4be5-b836-c79176122487" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192153Z:c3de3c32-13f9-4be5-b836-c79176122487" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4eb03d6a-b719-429f-aea7-ad7a8732ddf2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13497" + ], + "x-ms-request-id": [ + "4f3eede6-887d-4746-8990-6c348eaed218" + ], + "x-ms-correlation-request-id": [ + "4f3eede6-887d-4746-8990-6c348eaed218" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192154Z:4f3eede6-887d-4746-8990-6c348eaed218" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f062ed7f-ee83-4042-8b2d-1c24ae15d462" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13495" + ], + "x-ms-request-id": [ + "c96afa61-687d-429d-bd22-ad62087638c9" + ], + "x-ms-correlation-request-id": [ + "c96afa61-687d-429d-bd22-ad62087638c9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192154Z:c96afa61-687d-429d-bd22-ad62087638c9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a049fb3b-81a3-4df9-b20d-3ebdaba6903a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13493" + ], + "x-ms-request-id": [ + "a985af6d-772c-4c15-94a6-5d64ac38023f" + ], + "x-ms-correlation-request-id": [ + "a985af6d-772c-4c15-94a6-5d64ac38023f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192154Z:a985af6d-772c-4c15-94a6-5d64ac38023f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "78b5adc8-ca78-44ea-8b95-30bb70743f38" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13491" + ], + "x-ms-request-id": [ + "d72ad8cf-3458-4ad2-9dc0-a3a1ae222b5f" + ], + "x-ms-correlation-request-id": [ + "d72ad8cf-3458-4ad2-9dc0-a3a1ae222b5f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192154Z:d72ad8cf-3458-4ad2-9dc0-a3a1ae222b5f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cd336274-0f23-4dbe-8b79-1636da7505a8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13489" + ], + "x-ms-request-id": [ + "76baaf82-c563-44d3-a5ba-88a379d5c737" + ], + "x-ms-correlation-request-id": [ + "76baaf82-c563-44d3-a5ba-88a379d5c737" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192154Z:76baaf82-c563-44d3-a5ba-88a379d5c737" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c487193c-8bcf-4931-819c-73925d9b8ddc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13487" + ], + "x-ms-request-id": [ + "30755705-5c5c-4cb5-8f4a-b11e49cab319" + ], + "x-ms-correlation-request-id": [ + "30755705-5c5c-4cb5-8f4a-b11e49cab319" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192155Z:30755705-5c5c-4cb5-8f4a-b11e49cab319" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "61442f52-3263-4689-99f8-88925c699207" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13485" + ], + "x-ms-request-id": [ + "62d644cf-2833-472d-975e-fcebacf36b48" + ], + "x-ms-correlation-request-id": [ + "62d644cf-2833-472d-975e-fcebacf36b48" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192155Z:62d644cf-2833-472d-975e-fcebacf36b48" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e6470d1d-9927-4bb0-a9b3-8b99d648dad2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13483" + ], + "x-ms-request-id": [ + "8c29344d-e313-4ac6-b70d-ec8451892a1c" + ], + "x-ms-correlation-request-id": [ + "8c29344d-e313-4ac6-b70d-ec8451892a1c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192155Z:8c29344d-e313-4ac6-b70d-ec8451892a1c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c1c589da-04ff-4da3-9eb6-6226416d9d24" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13481" + ], + "x-ms-request-id": [ + "aefc437a-d64e-4f85-b21a-3062b9ccbdce" + ], + "x-ms-correlation-request-id": [ + "aefc437a-d64e-4f85-b21a-3062b9ccbdce" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192155Z:aefc437a-d64e-4f85-b21a-3062b9ccbdce" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "95a8f4ae-3096-4e2a-b43b-9435d2932669" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13479" + ], + "x-ms-request-id": [ + "ef1eaa62-1e48-4f6b-b7c3-a882f67aee26" + ], + "x-ms-correlation-request-id": [ + "ef1eaa62-1e48-4f6b-b7c3-a882f67aee26" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192155Z:ef1eaa62-1e48-4f6b-b7c3-a882f67aee26" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eb85d6d5-bffe-49fe-a698-7d2518b31171" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13477" + ], + "x-ms-request-id": [ + "dc27da9a-7a03-4814-9bce-d3dab9a9e8a3" + ], + "x-ms-correlation-request-id": [ + "dc27da9a-7a03-4814-9bce-d3dab9a9e8a3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192156Z:dc27da9a-7a03-4814-9bce-d3dab9a9e8a3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5684a4b4-17f5-48f8-9c49-fbf9aa3c8e11" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13475" + ], + "x-ms-request-id": [ + "2d9d4e7c-094f-4ddc-9ac0-73360e6bf686" + ], + "x-ms-correlation-request-id": [ + "2d9d4e7c-094f-4ddc-9ac0-73360e6bf686" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192156Z:2d9d4e7c-094f-4ddc-9ac0-73360e6bf686" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9d226f37-a95e-4cde-94ae-5924b390eaea" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13473" + ], + "x-ms-request-id": [ + "f1929787-8d2d-4a5f-85b1-8fd97acc214e" + ], + "x-ms-correlation-request-id": [ + "f1929787-8d2d-4a5f-85b1-8fd97acc214e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192156Z:f1929787-8d2d-4a5f-85b1-8fd97acc214e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d14e8f03-1aa7-4c1d-bfbf-ce1d9f8e541c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13471" + ], + "x-ms-request-id": [ + "7db6fe9f-1199-4212-a7df-2720231f3f68" + ], + "x-ms-correlation-request-id": [ + "7db6fe9f-1199-4212-a7df-2720231f3f68" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192156Z:7db6fe9f-1199-4212-a7df-2720231f3f68" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c9f54bfb-1c9c-45ff-8871-b28a261c651b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13469" + ], + "x-ms-request-id": [ + "8e219984-4f43-42c6-b530-5917b47a2a22" + ], + "x-ms-correlation-request-id": [ + "8e219984-4f43-42c6-b530-5917b47a2a22" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192157Z:8e219984-4f43-42c6-b530-5917b47a2a22" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3e62f875-4e79-4c9c-b174-3fde7ee2a63b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:39.6952715Z\",\r\n \"duration\": \"PT1M40.9339372S\",\r\n \"trackingId\": \"761992d1-0e00-4add-b581-be13ceb2c58c\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13467" + ], + "x-ms-request-id": [ + "439a697e-fb41-4b24-9fa4-2c6b0f2d7935" + ], + "x-ms-correlation-request-id": [ + "439a697e-fb41-4b24-9fa4-2c6b0f2d7935" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192157Z:439a697e-fb41-4b24-9fa4-2c6b0f2d7935" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ae2587a9-beed-48b0-925e-9ddaeec10d27" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13465" + ], + "x-ms-request-id": [ + "84bb7265-68d9-4e33-a408-0d55b26473f6" + ], + "x-ms-correlation-request-id": [ + "84bb7265-68d9-4e33-a408-0d55b26473f6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192158Z:84bb7265-68d9-4e33-a408-0d55b26473f6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "91245e28-4795-46e4-a7a0-6a834b1a254d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13463" + ], + "x-ms-request-id": [ + "fa0a883e-610e-490b-923e-a44cc0219b01" + ], + "x-ms-correlation-request-id": [ + "fa0a883e-610e-490b-923e-a44cc0219b01" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192158Z:fa0a883e-610e-490b-923e-a44cc0219b01" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8507116e-1cda-4267-a9fe-79f70a76498c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13461" + ], + "x-ms-request-id": [ + "1d920f14-cfd7-44e9-8b51-be2fae3d72c2" + ], + "x-ms-correlation-request-id": [ + "1d920f14-cfd7-44e9-8b51-be2fae3d72c2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192158Z:1d920f14-cfd7-44e9-8b51-be2fae3d72c2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b28efba8-2e0e-4997-9315-7668f0126151" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13459" + ], + "x-ms-request-id": [ + "350d5861-a369-47f2-872b-0c532de28258" + ], + "x-ms-correlation-request-id": [ + "350d5861-a369-47f2-872b-0c532de28258" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192159Z:350d5861-a369-47f2-872b-0c532de28258" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "36f67083-7eb6-4852-87ec-b7eafc3e415e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13457" + ], + "x-ms-request-id": [ + "de348664-3079-4d2a-a8d5-4b97c17b4a55" + ], + "x-ms-correlation-request-id": [ + "de348664-3079-4d2a-a8d5-4b97c17b4a55" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192159Z:de348664-3079-4d2a-a8d5-4b97c17b4a55" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f5f9d21f-be49-4879-a3de-d91fc084484b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13455" + ], + "x-ms-request-id": [ + "77e25d9f-efee-4db4-84b5-22fab09b3ef5" + ], + "x-ms-correlation-request-id": [ + "77e25d9f-efee-4db4-84b5-22fab09b3ef5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192159Z:77e25d9f-efee-4db4-84b5-22fab09b3ef5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8a8c7a8a-3254-448e-9c94-9bc6b06854cc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13453" + ], + "x-ms-request-id": [ + "f9a2cdff-8756-4ff4-9eae-af206914c4f9" + ], + "x-ms-correlation-request-id": [ + "f9a2cdff-8756-4ff4-9eae-af206914c4f9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192159Z:f9a2cdff-8756-4ff4-9eae-af206914c4f9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "016db381-3c0b-4bcd-8c99-9df1416c62ef" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13451" + ], + "x-ms-request-id": [ + "ea933ce6-5fc6-43aa-859a-cbd19bb7788b" + ], + "x-ms-correlation-request-id": [ + "ea933ce6-5fc6-43aa-859a-cbd19bb7788b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192159Z:ea933ce6-5fc6-43aa-859a-cbd19bb7788b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a1789d4f-fcaf-4fb7-ab04-8f364c382717" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13449" + ], + "x-ms-request-id": [ + "2b993caa-e8fa-46c6-946c-ae26a963afa4" + ], + "x-ms-correlation-request-id": [ + "2b993caa-e8fa-46c6-946c-ae26a963afa4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192200Z:2b993caa-e8fa-46c6-946c-ae26a963afa4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "06872bf0-4a8a-4ffd-abf5-6c8b7ead50f6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13447" + ], + "x-ms-request-id": [ + "b87359c2-4a40-410a-bb77-546204dd5368" + ], + "x-ms-correlation-request-id": [ + "b87359c2-4a40-410a-bb77-546204dd5368" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192200Z:b87359c2-4a40-410a-bb77-546204dd5368" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e305f2cf-7839-4e8c-ac46-f7d0d1d35a05" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13445" + ], + "x-ms-request-id": [ + "4cc7900a-7a5e-462d-854a-95f02ce3bd49" + ], + "x-ms-correlation-request-id": [ + "4cc7900a-7a5e-462d-854a-95f02ce3bd49" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192200Z:4cc7900a-7a5e-462d-854a-95f02ce3bd49" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4c529dc5-2a41-41c4-aac1-03ba537d37ca" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13443" + ], + "x-ms-request-id": [ + "d67010e5-d057-4e53-bf43-792be361a389" + ], + "x-ms-correlation-request-id": [ + "d67010e5-d057-4e53-bf43-792be361a389" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192200Z:d67010e5-d057-4e53-bf43-792be361a389" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "314891ed-5d76-439e-9ee8-7a7532b3fbc4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13441" + ], + "x-ms-request-id": [ + "7e7f6f34-0282-4fd9-bea7-9365435d05e7" + ], + "x-ms-correlation-request-id": [ + "7e7f6f34-0282-4fd9-bea7-9365435d05e7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192200Z:7e7f6f34-0282-4fd9-bea7-9365435d05e7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "150740b7-2fd9-4826-9a55-0bf1d6265569" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13439" + ], + "x-ms-request-id": [ + "dc396c86-c881-4c6e-b783-53e63fe0cc7d" + ], + "x-ms-correlation-request-id": [ + "dc396c86-c881-4c6e-b783-53e63fe0cc7d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192201Z:dc396c86-c881-4c6e-b783-53e63fe0cc7d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8cab9358-7fa1-42a1-9e57-ccb4fcaa48f3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13437" + ], + "x-ms-request-id": [ + "ed5214b8-6479-47ec-9162-e333d4d4c47c" + ], + "x-ms-correlation-request-id": [ + "ed5214b8-6479-47ec-9162-e333d4d4c47c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192201Z:ed5214b8-6479-47ec-9162-e333d4d4c47c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b7057b60-1512-4684-887d-4c1f739571ab" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13435" + ], + "x-ms-request-id": [ + "39f44d91-bdb1-4629-b127-71fa2910e000" + ], + "x-ms-correlation-request-id": [ + "39f44d91-bdb1-4629-b127-71fa2910e000" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192201Z:39f44d91-bdb1-4629-b127-71fa2910e000" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "27200d68-1ee0-4747-8908-14ae93f4a117" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13433" + ], + "x-ms-request-id": [ + "d93403a8-abe0-47fc-a4f4-af95496d5b95" + ], + "x-ms-correlation-request-id": [ + "d93403a8-abe0-47fc-a4f4-af95496d5b95" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192201Z:d93403a8-abe0-47fc-a4f4-af95496d5b95" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "50868bd2-e29d-489f-8ba5-304b8b1e7eae" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13431" + ], + "x-ms-request-id": [ + "832673b0-15e5-4cf1-8aa5-3debbb320f40" + ], + "x-ms-correlation-request-id": [ + "832673b0-15e5-4cf1-8aa5-3debbb320f40" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192201Z:832673b0-15e5-4cf1-8aa5-3debbb320f40" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3cd5d958-d0e3-442d-a519-e8132bc4d8e4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13429" + ], + "x-ms-request-id": [ + "87a32051-a817-4c59-b63e-14ac485665ce" + ], + "x-ms-correlation-request-id": [ + "87a32051-a817-4c59-b63e-14ac485665ce" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192202Z:87a32051-a817-4c59-b63e-14ac485665ce" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f077c755-eabe-4ace-b17b-d6938fbf7251" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13427" + ], + "x-ms-request-id": [ + "340da672-48f1-419f-abb4-0f172579bd95" + ], + "x-ms-correlation-request-id": [ + "340da672-48f1-419f-abb4-0f172579bd95" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192202Z:340da672-48f1-419f-abb4-0f172579bd95" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "23dd3420-df0e-44bf-9d70-02ec331f743f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13425" + ], + "x-ms-request-id": [ + "f82736ec-273a-46e1-9ca2-389defa36905" + ], + "x-ms-correlation-request-id": [ + "f82736ec-273a-46e1-9ca2-389defa36905" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192202Z:f82736ec-273a-46e1-9ca2-389defa36905" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "34a03ce8-a9f0-4e96-81f3-5e53f683d517" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13423" + ], + "x-ms-request-id": [ + "c38e6306-af6d-4616-bbce-12f1c590b82c" + ], + "x-ms-correlation-request-id": [ + "c38e6306-af6d-4616-bbce-12f1c590b82c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192202Z:c38e6306-af6d-4616-bbce-12f1c590b82c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ab4857aa-7a8b-4516-9ee7-8270ace90684" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13421" + ], + "x-ms-request-id": [ + "a9442c38-d797-4078-bfaa-5a13eaa59469" + ], + "x-ms-correlation-request-id": [ + "a9442c38-d797-4078-bfaa-5a13eaa59469" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192202Z:a9442c38-d797-4078-bfaa-5a13eaa59469" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bf019194-79a7-4493-b8a7-f2b4a494dedb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13419" + ], + "x-ms-request-id": [ + "0c21bb6e-d851-4926-88cc-30dba7260d1a" + ], + "x-ms-correlation-request-id": [ + "0c21bb6e-d851-4926-88cc-30dba7260d1a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192202Z:0c21bb6e-d851-4926-88cc-30dba7260d1a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0b34ad9b-8878-452b-8b83-2ecf06e3da9c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13417" + ], + "x-ms-request-id": [ + "d57b52c5-6cf5-4c32-a8c7-6866dd532cf0" + ], + "x-ms-correlation-request-id": [ + "d57b52c5-6cf5-4c32-a8c7-6866dd532cf0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192203Z:d57b52c5-6cf5-4c32-a8c7-6866dd532cf0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5f38c3ed-99b7-436d-9f8c-94dbb177a414" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13415" + ], + "x-ms-request-id": [ + "6ad06723-19ac-4955-bda3-3a2b137b046f" + ], + "x-ms-correlation-request-id": [ + "6ad06723-19ac-4955-bda3-3a2b137b046f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192203Z:6ad06723-19ac-4955-bda3-3a2b137b046f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "79666727-ad6d-44ea-9dd9-ab1e133138b8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13413" + ], + "x-ms-request-id": [ + "648b2186-4809-45fb-9b57-7f70a6a99069" + ], + "x-ms-correlation-request-id": [ + "648b2186-4809-45fb-9b57-7f70a6a99069" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192203Z:648b2186-4809-45fb-9b57-7f70a6a99069" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "831943be-6417-4952-94fc-4fa11785c181" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13411" + ], + "x-ms-request-id": [ + "72ec5568-b4fb-473c-ae96-06833b2f019e" + ], + "x-ms-correlation-request-id": [ + "72ec5568-b4fb-473c-ae96-06833b2f019e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192203Z:72ec5568-b4fb-473c-ae96-06833b2f019e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d4e6acf2-c8d3-49f1-9e23-84f381241bb2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13409" + ], + "x-ms-request-id": [ + "a65f5dde-378c-493b-b13d-b410d0283995" + ], + "x-ms-correlation-request-id": [ + "a65f5dde-378c-493b-b13d-b410d0283995" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192204Z:a65f5dde-378c-493b-b13d-b410d0283995" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2e4fb26e-8218-4606-9325-e6f08f90544e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13407" + ], + "x-ms-request-id": [ + "3c1d1d6e-b18c-4c8f-8cc2-6a1d93ffe61e" + ], + "x-ms-correlation-request-id": [ + "3c1d1d6e-b18c-4c8f-8cc2-6a1d93ffe61e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192204Z:3c1d1d6e-b18c-4c8f-8cc2-6a1d93ffe61e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e5906448-7e87-4a63-a7c9-688590b04024" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13405" + ], + "x-ms-request-id": [ + "96ada868-1e09-4296-ab3b-c12b6e4fe7b8" + ], + "x-ms-correlation-request-id": [ + "96ada868-1e09-4296-ab3b-c12b6e4fe7b8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192204Z:96ada868-1e09-4296-ab3b-c12b6e4fe7b8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "da95b39b-b6ab-4633-89eb-d0d0f89d2b06" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13403" + ], + "x-ms-request-id": [ + "4768e7f3-9b3d-4f65-b486-083335aa4746" + ], + "x-ms-correlation-request-id": [ + "4768e7f3-9b3d-4f65-b486-083335aa4746" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192204Z:4768e7f3-9b3d-4f65-b486-083335aa4746" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0fe0152d-5d5e-47bb-8552-2620b23c121d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13401" + ], + "x-ms-request-id": [ + "0843f9b9-b949-48f8-8f48-6de4e71d3f4d" + ], + "x-ms-correlation-request-id": [ + "0843f9b9-b949-48f8-8f48-6de4e71d3f4d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192204Z:0843f9b9-b949-48f8-8f48-6de4e71d3f4d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e8194e75-cc6f-4d0d-a8a4-297bd93da7e4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13399" + ], + "x-ms-request-id": [ + "4602b9d8-c36c-4886-b233-dbe4b06da1e2" + ], + "x-ms-correlation-request-id": [ + "4602b9d8-c36c-4886-b233-dbe4b06da1e2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192204Z:4602b9d8-c36c-4886-b233-dbe4b06da1e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "99eeeecc-c575-4aef-ae17-0f4d99065673" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13397" + ], + "x-ms-request-id": [ + "86853440-cf26-4992-a498-dd59b5fcef7f" + ], + "x-ms-correlation-request-id": [ + "86853440-cf26-4992-a498-dd59b5fcef7f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192205Z:86853440-cf26-4992-a498-dd59b5fcef7f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f0598525-f034-4550-81b9-b762fafcbdf7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13395" + ], + "x-ms-request-id": [ + "6eed5a39-311e-40a7-9fb7-f2e302224b91" + ], + "x-ms-correlation-request-id": [ + "6eed5a39-311e-40a7-9fb7-f2e302224b91" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192205Z:6eed5a39-311e-40a7-9fb7-f2e302224b91" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7b56d667-6425-4480-a497-9dcc826a417c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13393" + ], + "x-ms-request-id": [ + "db83ee48-cb27-4b90-b22f-b8c7d1613abd" + ], + "x-ms-correlation-request-id": [ + "db83ee48-cb27-4b90-b22f-b8c7d1613abd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192205Z:db83ee48-cb27-4b90-b22f-b8c7d1613abd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bda98e05-af7a-4075-a693-531980cc4109" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13391" + ], + "x-ms-request-id": [ + "d6e61979-51df-4785-ac52-7178ed8e85c8" + ], + "x-ms-correlation-request-id": [ + "d6e61979-51df-4785-ac52-7178ed8e85c8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192205Z:d6e61979-51df-4785-ac52-7178ed8e85c8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b741b06f-0a74-43ed-a0a0-f81a15b40193" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13389" + ], + "x-ms-request-id": [ + "c6df54c1-38ee-432f-b09b-6e33022c91ee" + ], + "x-ms-correlation-request-id": [ + "c6df54c1-38ee-432f-b09b-6e33022c91ee" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192205Z:c6df54c1-38ee-432f-b09b-6e33022c91ee" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d83cbb35-6f4c-4d7d-b369-066e03cc00e7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13387" + ], + "x-ms-request-id": [ + "281d4d35-dc78-47d0-bc4d-e7a8bbe1cb52" + ], + "x-ms-correlation-request-id": [ + "281d4d35-dc78-47d0-bc4d-e7a8bbe1cb52" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192206Z:281d4d35-dc78-47d0-bc4d-e7a8bbe1cb52" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7d4c9794-fda0-4427-a077-f4d548c6e567" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13385" + ], + "x-ms-request-id": [ + "71bbc879-b515-437d-a173-89e170936601" + ], + "x-ms-correlation-request-id": [ + "71bbc879-b515-437d-a173-89e170936601" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192206Z:71bbc879-b515-437d-a173-89e170936601" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b2e23ab5-5e2f-45c6-bb86-af6cd64c73b3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13383" + ], + "x-ms-request-id": [ + "d1b49a78-8ba3-41bb-99b8-6c50fe038ffc" + ], + "x-ms-correlation-request-id": [ + "d1b49a78-8ba3-41bb-99b8-6c50fe038ffc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192206Z:d1b49a78-8ba3-41bb-99b8-6c50fe038ffc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5aa29ee5-1d57-47ba-9629-e4b288d6784e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13381" + ], + "x-ms-request-id": [ + "e5b5ff55-4245-468b-9b73-cf916c1ceda7" + ], + "x-ms-correlation-request-id": [ + "e5b5ff55-4245-468b-9b73-cf916c1ceda7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192206Z:e5b5ff55-4245-468b-9b73-cf916c1ceda7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "09fa9a3b-621b-4c3f-9fc7-8876f1bf71ff" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13379" + ], + "x-ms-request-id": [ + "2451da14-f6fb-4ad8-85b9-04fc3fe0b891" + ], + "x-ms-correlation-request-id": [ + "2451da14-f6fb-4ad8-85b9-04fc3fe0b891" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192206Z:2451da14-f6fb-4ad8-85b9-04fc3fe0b891" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "18cff021-242b-4914-8bde-be936d4f013e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13377" + ], + "x-ms-request-id": [ + "e6a84106-ef84-405a-b8e2-38676ab17438" + ], + "x-ms-correlation-request-id": [ + "e6a84106-ef84-405a-b8e2-38676ab17438" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192207Z:e6a84106-ef84-405a-b8e2-38676ab17438" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "84474653-38fa-43c2-9949-827e915517db" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13375" + ], + "x-ms-request-id": [ + "e56c76c7-a3ff-41a0-9d8e-9e1a08c559c9" + ], + "x-ms-correlation-request-id": [ + "e56c76c7-a3ff-41a0-9d8e-9e1a08c559c9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192207Z:e56c76c7-a3ff-41a0-9d8e-9e1a08c559c9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "695ca1b1-46dd-447a-aaaf-e6922a6bf9db" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13373" + ], + "x-ms-request-id": [ + "1c5cd7dd-e073-44f2-b660-cf0396a8cee1" + ], + "x-ms-correlation-request-id": [ + "1c5cd7dd-e073-44f2-b660-cf0396a8cee1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192207Z:1c5cd7dd-e073-44f2-b660-cf0396a8cee1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "15896138-c15e-4186-8542-04979d14e566" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13371" + ], + "x-ms-request-id": [ + "95bbdb78-a55a-46f7-b74e-f9a62edca1fa" + ], + "x-ms-correlation-request-id": [ + "95bbdb78-a55a-46f7-b74e-f9a62edca1fa" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192207Z:95bbdb78-a55a-46f7-b74e-f9a62edca1fa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8f193045-740a-4233-94bc-0d880b396fd3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13369" + ], + "x-ms-request-id": [ + "53281641-e8a4-48f6-9e80-9ddcb138262f" + ], + "x-ms-correlation-request-id": [ + "53281641-e8a4-48f6-9e80-9ddcb138262f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192207Z:53281641-e8a4-48f6-9e80-9ddcb138262f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "150c1d22-e115-44b1-afb3-c4fedb3bd538" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13367" + ], + "x-ms-request-id": [ + "4f7bd063-f17f-45f2-9451-bb51890c3421" + ], + "x-ms-correlation-request-id": [ + "4f7bd063-f17f-45f2-9451-bb51890c3421" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192208Z:4f7bd063-f17f-45f2-9451-bb51890c3421" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cc10d84f-0528-4ca6-92f6-ffa0f2271752" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13365" + ], + "x-ms-request-id": [ + "837f36c9-8b5c-4e2c-bda9-5457fedcd50f" + ], + "x-ms-correlation-request-id": [ + "837f36c9-8b5c-4e2c-bda9-5457fedcd50f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192208Z:837f36c9-8b5c-4e2c-bda9-5457fedcd50f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0119cd97-a498-4c17-8bf2-a605066c6e80" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13363" + ], + "x-ms-request-id": [ + "699c3d3b-32ae-483d-a8da-70598e5b8091" + ], + "x-ms-correlation-request-id": [ + "699c3d3b-32ae-483d-a8da-70598e5b8091" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192208Z:699c3d3b-32ae-483d-a8da-70598e5b8091" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9de4d837-162f-4420-93dc-2b078feab33d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13361" + ], + "x-ms-request-id": [ + "ebf31038-8891-4026-9ec8-313f65c6a976" + ], + "x-ms-correlation-request-id": [ + "ebf31038-8891-4026-9ec8-313f65c6a976" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192208Z:ebf31038-8891-4026-9ec8-313f65c6a976" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "baddad54-9831-40ab-b289-6777c1816beb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13359" + ], + "x-ms-request-id": [ + "9c6d9794-03cb-4ce3-8d34-d172ccd63b4f" + ], + "x-ms-correlation-request-id": [ + "9c6d9794-03cb-4ce3-8d34-d172ccd63b4f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192208Z:9c6d9794-03cb-4ce3-8d34-d172ccd63b4f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6ac103b1-65da-478f-b2a6-8308aad1b570" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13357" + ], + "x-ms-request-id": [ + "e77505e6-7b2b-4f33-9653-27a98b89695f" + ], + "x-ms-correlation-request-id": [ + "e77505e6-7b2b-4f33-9653-27a98b89695f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192209Z:e77505e6-7b2b-4f33-9653-27a98b89695f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "83a19057-f3af-4741-ab36-4a094a908690" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13355" + ], + "x-ms-request-id": [ + "4a09ed27-1e62-42c9-804f-b389092b0d3c" + ], + "x-ms-correlation-request-id": [ + "4a09ed27-1e62-42c9-804f-b389092b0d3c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192209Z:4a09ed27-1e62-42c9-804f-b389092b0d3c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "134b18e0-5f4e-4c6b-8939-669a1d60833f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13353" + ], + "x-ms-request-id": [ + "9d359fe1-7a31-41e1-9d33-cf0c61b50b79" + ], + "x-ms-correlation-request-id": [ + "9d359fe1-7a31-41e1-9d33-cf0c61b50b79" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192209Z:9d359fe1-7a31-41e1-9d33-cf0c61b50b79" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f38f3d30-4dae-4297-9337-5128a0501d63" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13351" + ], + "x-ms-request-id": [ + "3cb9292a-c169-415f-ad5b-c921e57411b0" + ], + "x-ms-correlation-request-id": [ + "3cb9292a-c169-415f-ad5b-c921e57411b0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192209Z:3cb9292a-c169-415f-ad5b-c921e57411b0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d7baf746-c8c5-4bb8-a394-03228529cd1c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13349" + ], + "x-ms-request-id": [ + "d1d3ba28-2add-4482-a696-0f1def82e898" + ], + "x-ms-correlation-request-id": [ + "d1d3ba28-2add-4482-a696-0f1def82e898" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192209Z:d1d3ba28-2add-4482-a696-0f1def82e898" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a55d945c-0e5e-45d5-a748-ae289a523f52" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13347" + ], + "x-ms-request-id": [ + "beb700ed-5c55-4706-aec1-521df0008ea9" + ], + "x-ms-correlation-request-id": [ + "beb700ed-5c55-4706-aec1-521df0008ea9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192210Z:beb700ed-5c55-4706-aec1-521df0008ea9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "55b6dca1-8538-40b6-8da0-a85c0f69cb80" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13345" + ], + "x-ms-request-id": [ + "2a7b213e-4cc1-4d28-98e1-fd2b07c3e531" + ], + "x-ms-correlation-request-id": [ + "2a7b213e-4cc1-4d28-98e1-fd2b07c3e531" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192210Z:2a7b213e-4cc1-4d28-98e1-fd2b07c3e531" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "150a7980-4c8c-4c13-a2ee-4aaad5566828" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13343" + ], + "x-ms-request-id": [ + "b282cad6-7d40-4786-9bbf-fc6f2bfde10b" + ], + "x-ms-correlation-request-id": [ + "b282cad6-7d40-4786-9bbf-fc6f2bfde10b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192210Z:b282cad6-7d40-4786-9bbf-fc6f2bfde10b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a72aadea-fd56-4cf8-bad1-aeaa43b8d519" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13341" + ], + "x-ms-request-id": [ + "a152f75d-0383-4fab-8f04-1e6fb2d8239f" + ], + "x-ms-correlation-request-id": [ + "a152f75d-0383-4fab-8f04-1e6fb2d8239f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192210Z:a152f75d-0383-4fab-8f04-1e6fb2d8239f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b875bdbf-8d2f-41c5-ac86-ef184a1c0dff" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13339" + ], + "x-ms-request-id": [ + "65998a1f-ebc3-4c6b-b444-103c46b303c8" + ], + "x-ms-correlation-request-id": [ + "65998a1f-ebc3-4c6b-b444-103c46b303c8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192210Z:65998a1f-ebc3-4c6b-b444-103c46b303c8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "036ee19c-f391-49d5-b4d3-3d53a77de7a4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13337" + ], + "x-ms-request-id": [ + "84c3f041-02e2-493f-b6c1-059aea262b96" + ], + "x-ms-correlation-request-id": [ + "84c3f041-02e2-493f-b6c1-059aea262b96" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192211Z:84c3f041-02e2-493f-b6c1-059aea262b96" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "825c0ff3-9b54-410c-b105-b99e999e7fb0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13335" + ], + "x-ms-request-id": [ + "b7b1c82a-e3ce-4abe-bf0e-d9aa667cadd0" + ], + "x-ms-correlation-request-id": [ + "b7b1c82a-e3ce-4abe-bf0e-d9aa667cadd0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192211Z:b7b1c82a-e3ce-4abe-bf0e-d9aa667cadd0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bbac8094-18fb-4b6e-9d55-df3ab45152dc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13333" + ], + "x-ms-request-id": [ + "652278a0-7487-4989-b222-9a64deb8918d" + ], + "x-ms-correlation-request-id": [ + "652278a0-7487-4989-b222-9a64deb8918d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192211Z:652278a0-7487-4989-b222-9a64deb8918d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "502b6f40-4bd4-42f8-9813-2310ca4a70af" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13331" + ], + "x-ms-request-id": [ + "5636e67c-eda3-43d4-a8ff-37db1938d9c2" + ], + "x-ms-correlation-request-id": [ + "5636e67c-eda3-43d4-a8ff-37db1938d9c2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192211Z:5636e67c-eda3-43d4-a8ff-37db1938d9c2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ac879361-c972-428a-9baf-14a2237125f8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13329" + ], + "x-ms-request-id": [ + "7912de41-c608-4d35-9765-d97286595428" + ], + "x-ms-correlation-request-id": [ + "7912de41-c608-4d35-9765-d97286595428" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192211Z:7912de41-c608-4d35-9765-d97286595428" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "389f2c52-1b95-4874-a4c0-c3adb7ff697f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13327" + ], + "x-ms-request-id": [ + "35c9aee9-9771-4a43-95ef-be1a61ec9be3" + ], + "x-ms-correlation-request-id": [ + "35c9aee9-9771-4a43-95ef-be1a61ec9be3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192212Z:35c9aee9-9771-4a43-95ef-be1a61ec9be3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "edcccb75-0399-494c-ab3d-82c8c17792d6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13325" + ], + "x-ms-request-id": [ + "a61c0031-6385-4819-a209-8eb20f8f1c24" + ], + "x-ms-correlation-request-id": [ + "a61c0031-6385-4819-a209-8eb20f8f1c24" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192212Z:a61c0031-6385-4819-a209-8eb20f8f1c24" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b63375b5-82f4-4d36-92b8-aa16278e8bd4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13323" + ], + "x-ms-request-id": [ + "2e9f116d-c5a2-4942-8aa8-6e7d752cc5b5" + ], + "x-ms-correlation-request-id": [ + "2e9f116d-c5a2-4942-8aa8-6e7d752cc5b5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192212Z:2e9f116d-c5a2-4942-8aa8-6e7d752cc5b5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9b4f38e8-b75f-4414-ae12-5598426173c7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13321" + ], + "x-ms-request-id": [ + "44d1a647-2e79-4dd8-8197-01ee6e655643" + ], + "x-ms-correlation-request-id": [ + "44d1a647-2e79-4dd8-8197-01ee6e655643" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192212Z:44d1a647-2e79-4dd8-8197-01ee6e655643" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "07b098ae-bd30-4685-8765-249d2e9464af" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13319" + ], + "x-ms-request-id": [ + "9c24f347-3d8d-4a92-a7f3-e90449ccba4f" + ], + "x-ms-correlation-request-id": [ + "9c24f347-3d8d-4a92-a7f3-e90449ccba4f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192212Z:9c24f347-3d8d-4a92-a7f3-e90449ccba4f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7fb84298-fb25-4d05-a43a-50ad8153e5c1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13317" + ], + "x-ms-request-id": [ + "a1e7c7f1-a1d2-441a-9946-424a6fbad493" + ], + "x-ms-correlation-request-id": [ + "a1e7c7f1-a1d2-441a-9946-424a6fbad493" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192213Z:a1e7c7f1-a1d2-441a-9946-424a6fbad493" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "60c4e07d-bdd5-4656-be36-bfeffed00495" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13315" + ], + "x-ms-request-id": [ + "fbe1cef6-7e45-4d2d-bf00-7edd679235cb" + ], + "x-ms-correlation-request-id": [ + "fbe1cef6-7e45-4d2d-bf00-7edd679235cb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192213Z:fbe1cef6-7e45-4d2d-bf00-7edd679235cb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a2fd36ca-0c41-4674-860c-a5fce4f64519" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:21:57.9496979Z\",\r\n \"duration\": \"PT1M59.1883636S\",\r\n \"trackingId\": \"4455f977-86cc-4af0-a66e-e6be806df428\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13313" + ], + "x-ms-request-id": [ + "efe0bbd3-9d60-4a6e-b75f-3d83106b0918" + ], + "x-ms-correlation-request-id": [ + "efe0bbd3-9d60-4a6e-b75f-3d83106b0918" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192213Z:efe0bbd3-9d60-4a6e-b75f-3d83106b0918" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e4c2e2f2-c0bf-4bf4-95d0-93836370d172" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13311" + ], + "x-ms-request-id": [ + "b157eca2-68ec-4913-8f2a-68136ab2d86a" + ], + "x-ms-correlation-request-id": [ + "b157eca2-68ec-4913-8f2a-68136ab2d86a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192213Z:b157eca2-68ec-4913-8f2a-68136ab2d86a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "07edd7e7-0757-4852-8edb-4a0268bb742f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13309" + ], + "x-ms-request-id": [ + "7d7fc077-858b-4f88-a16e-2079a9dea4d9" + ], + "x-ms-correlation-request-id": [ + "7d7fc077-858b-4f88-a16e-2079a9dea4d9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192213Z:7d7fc077-858b-4f88-a16e-2079a9dea4d9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5cbf5d5d-9c10-4ff3-ab69-3739df13036e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13307" + ], + "x-ms-request-id": [ + "07b31759-63e3-4c66-a27a-a2549f89bbe4" + ], + "x-ms-correlation-request-id": [ + "07b31759-63e3-4c66-a27a-a2549f89bbe4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192214Z:07b31759-63e3-4c66-a27a-a2549f89bbe4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "854bc96e-5b51-4237-9742-1acdcd377dc7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13305" + ], + "x-ms-request-id": [ + "f543d35d-0f97-4693-a013-721117bef06a" + ], + "x-ms-correlation-request-id": [ + "f543d35d-0f97-4693-a013-721117bef06a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192214Z:f543d35d-0f97-4693-a013-721117bef06a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d440013e-13a2-4b53-8328-b314d18e4359" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13303" + ], + "x-ms-request-id": [ + "4a69adfe-61aa-4a26-bd71-3c60d9824b8f" + ], + "x-ms-correlation-request-id": [ + "4a69adfe-61aa-4a26-bd71-3c60d9824b8f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192214Z:4a69adfe-61aa-4a26-bd71-3c60d9824b8f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0ba4de86-206b-42b3-83ed-3a81c923bab2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13301" + ], + "x-ms-request-id": [ + "91fc22c0-5991-416b-aa1d-34d09e73a4a8" + ], + "x-ms-correlation-request-id": [ + "91fc22c0-5991-416b-aa1d-34d09e73a4a8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192214Z:91fc22c0-5991-416b-aa1d-34d09e73a4a8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fa409ad5-71ad-4ec1-84c0-f04afa3a1154" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13299" + ], + "x-ms-request-id": [ + "a01fe125-2d29-466e-9b7c-77a93f9f1491" + ], + "x-ms-correlation-request-id": [ + "a01fe125-2d29-466e-9b7c-77a93f9f1491" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192215Z:a01fe125-2d29-466e-9b7c-77a93f9f1491" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "62a31ffd-d18d-4881-8393-11ff72de1a1d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13297" + ], + "x-ms-request-id": [ + "7b64db1d-b884-4a9f-adef-2f623ae4bd46" + ], + "x-ms-correlation-request-id": [ + "7b64db1d-b884-4a9f-adef-2f623ae4bd46" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192215Z:7b64db1d-b884-4a9f-adef-2f623ae4bd46" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0e69374e-a3db-4535-9b06-42ff3f1fe4c8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13295" + ], + "x-ms-request-id": [ + "4a35c5c8-f9c4-442e-898d-af15645aaa80" + ], + "x-ms-correlation-request-id": [ + "4a35c5c8-f9c4-442e-898d-af15645aaa80" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192215Z:4a35c5c8-f9c4-442e-898d-af15645aaa80" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "050d2ed8-fe09-41cd-986e-383aaf6b71ec" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13293" + ], + "x-ms-request-id": [ + "755ff89e-7a61-4c98-8eff-fbec41cbe143" + ], + "x-ms-correlation-request-id": [ + "755ff89e-7a61-4c98-8eff-fbec41cbe143" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192215Z:755ff89e-7a61-4c98-8eff-fbec41cbe143" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "348033f4-1339-4fda-8f90-617863a3fe3a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13291" + ], + "x-ms-request-id": [ + "086c63fb-1d6e-45ea-91b0-259e85d21d90" + ], + "x-ms-correlation-request-id": [ + "086c63fb-1d6e-45ea-91b0-259e85d21d90" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192215Z:086c63fb-1d6e-45ea-91b0-259e85d21d90" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "78d98a50-c117-4674-9622-46192e0f725d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13289" + ], + "x-ms-request-id": [ + "976655a2-1524-4f78-b2db-405931c5e8ca" + ], + "x-ms-correlation-request-id": [ + "976655a2-1524-4f78-b2db-405931c5e8ca" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192216Z:976655a2-1524-4f78-b2db-405931c5e8ca" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "73bcd3ac-14b9-48f5-8ef9-acee2384c2ca" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13287" + ], + "x-ms-request-id": [ + "4b194e2f-8003-4c9d-beac-ae71666b7e85" + ], + "x-ms-correlation-request-id": [ + "4b194e2f-8003-4c9d-beac-ae71666b7e85" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192216Z:4b194e2f-8003-4c9d-beac-ae71666b7e85" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7ca1cc21-fb81-43eb-b481-8850f5b4b94b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13285" + ], + "x-ms-request-id": [ + "7a897c13-d39c-4903-b767-2997710bc38e" + ], + "x-ms-correlation-request-id": [ + "7a897c13-d39c-4903-b767-2997710bc38e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192216Z:7a897c13-d39c-4903-b767-2997710bc38e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3dc31fe1-9959-4fab-89ee-4f1a1b8dac6e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13283" + ], + "x-ms-request-id": [ + "24fe890e-800a-4091-a4b5-9be026166988" + ], + "x-ms-correlation-request-id": [ + "24fe890e-800a-4091-a4b5-9be026166988" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192216Z:24fe890e-800a-4091-a4b5-9be026166988" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "87c2a90f-64f3-4dad-9da2-8e13ac71162a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13281" + ], + "x-ms-request-id": [ + "41744954-bd5b-4a5d-a214-c0aa184c5e4b" + ], + "x-ms-correlation-request-id": [ + "41744954-bd5b-4a5d-a214-c0aa184c5e4b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192216Z:41744954-bd5b-4a5d-a214-c0aa184c5e4b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3254b352-145f-4116-88d8-3e3ba81c75bc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13279" + ], + "x-ms-request-id": [ + "03e024b5-e33a-4de9-9ce6-62a952843d3f" + ], + "x-ms-correlation-request-id": [ + "03e024b5-e33a-4de9-9ce6-62a952843d3f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192217Z:03e024b5-e33a-4de9-9ce6-62a952843d3f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2b5410cd-f59c-45db-82b8-c98afe0f78b9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13277" + ], + "x-ms-request-id": [ + "7f05f60a-54d7-4124-a7f3-db1ed82b7302" + ], + "x-ms-correlation-request-id": [ + "7f05f60a-54d7-4124-a7f3-db1ed82b7302" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192217Z:7f05f60a-54d7-4124-a7f3-db1ed82b7302" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f36ff78f-432b-4c62-9dc4-0c7ca9baf7a2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13275" + ], + "x-ms-request-id": [ + "1822fc76-c90b-45fb-824c-6b623c1689b6" + ], + "x-ms-correlation-request-id": [ + "1822fc76-c90b-45fb-824c-6b623c1689b6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192217Z:1822fc76-c90b-45fb-824c-6b623c1689b6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2e407e61-02ab-4e36-923f-1fbe808550ba" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13273" + ], + "x-ms-request-id": [ + "1332627c-af98-4188-b421-eca17a802621" + ], + "x-ms-correlation-request-id": [ + "1332627c-af98-4188-b421-eca17a802621" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192217Z:1332627c-af98-4188-b421-eca17a802621" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7c86855c-57b0-4346-8ea2-5f2ffdad85da" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13271" + ], + "x-ms-request-id": [ + "d669cd61-43f1-497c-a98c-74cb6a9c9c36" + ], + "x-ms-correlation-request-id": [ + "d669cd61-43f1-497c-a98c-74cb6a9c9c36" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192217Z:d669cd61-43f1-497c-a98c-74cb6a9c9c36" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "42d08949-6b09-4ce9-8f40-6c7f0682dd2d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13269" + ], + "x-ms-request-id": [ + "21ca176b-07af-4276-9042-bf0c3f0792df" + ], + "x-ms-correlation-request-id": [ + "21ca176b-07af-4276-9042-bf0c3f0792df" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192218Z:21ca176b-07af-4276-9042-bf0c3f0792df" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "379ce53a-d928-4847-a3a0-bb174309472f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13267" + ], + "x-ms-request-id": [ + "a39c87fe-1ba1-458f-8cef-6eec6b4b0960" + ], + "x-ms-correlation-request-id": [ + "a39c87fe-1ba1-458f-8cef-6eec6b4b0960" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192218Z:a39c87fe-1ba1-458f-8cef-6eec6b4b0960" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "04e2db42-d335-4452-95d3-8851b2eaa6ab" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13265" + ], + "x-ms-request-id": [ + "6d23cede-a55b-4942-971c-4141d611e35d" + ], + "x-ms-correlation-request-id": [ + "6d23cede-a55b-4942-971c-4141d611e35d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192218Z:6d23cede-a55b-4942-971c-4141d611e35d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0bd7cf9c-a81b-401e-9c64-f1b06ffa50d7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13263" + ], + "x-ms-request-id": [ + "41259ac6-6d66-4680-b523-7a68da9ab2bb" + ], + "x-ms-correlation-request-id": [ + "41259ac6-6d66-4680-b523-7a68da9ab2bb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192218Z:41259ac6-6d66-4680-b523-7a68da9ab2bb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c858bd41-ec5f-4848-aaa6-69eaa5c2b2eb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13261" + ], + "x-ms-request-id": [ + "d2d8e604-76eb-488e-8ae0-8d38a6ba0cf7" + ], + "x-ms-correlation-request-id": [ + "d2d8e604-76eb-488e-8ae0-8d38a6ba0cf7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192218Z:d2d8e604-76eb-488e-8ae0-8d38a6ba0cf7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f54d4a14-c22b-46c8-8ff7-240d45c484a8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13259" + ], + "x-ms-request-id": [ + "e123eaa6-5ff9-4bab-a3fd-4404f36560fb" + ], + "x-ms-correlation-request-id": [ + "e123eaa6-5ff9-4bab-a3fd-4404f36560fb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192219Z:e123eaa6-5ff9-4bab-a3fd-4404f36560fb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ba2409a4-ed7b-4419-874b-a02943765f89" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13257" + ], + "x-ms-request-id": [ + "35a888a1-7187-45b3-864e-e72b73b4ecc5" + ], + "x-ms-correlation-request-id": [ + "35a888a1-7187-45b3-864e-e72b73b4ecc5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192219Z:35a888a1-7187-45b3-864e-e72b73b4ecc5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "099c98f0-7539-4e5c-a909-42cdabc33e8e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13255" + ], + "x-ms-request-id": [ + "c03d76cc-4146-40fd-a808-0a4bb537bfe5" + ], + "x-ms-correlation-request-id": [ + "c03d76cc-4146-40fd-a808-0a4bb537bfe5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192219Z:c03d76cc-4146-40fd-a808-0a4bb537bfe5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "89b8bd21-cd89-4627-bf48-a1d88a10e6f5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13253" + ], + "x-ms-request-id": [ + "1d1f0822-af33-4df2-8a14-294c5d0b7b22" + ], + "x-ms-correlation-request-id": [ + "1d1f0822-af33-4df2-8a14-294c5d0b7b22" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192219Z:1d1f0822-af33-4df2-8a14-294c5d0b7b22" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "75eed739-1ef4-4f14-8abd-22416b31e384" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13251" + ], + "x-ms-request-id": [ + "33feaeb7-7f41-4bcd-8509-61e8f2b3d44c" + ], + "x-ms-correlation-request-id": [ + "33feaeb7-7f41-4bcd-8509-61e8f2b3d44c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192219Z:33feaeb7-7f41-4bcd-8509-61e8f2b3d44c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "61a3f248-4f5f-48ed-861a-fab189840460" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13249" + ], + "x-ms-request-id": [ + "40a42924-3e9c-4dec-86f8-e326a9aa48a7" + ], + "x-ms-correlation-request-id": [ + "40a42924-3e9c-4dec-86f8-e326a9aa48a7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192219Z:40a42924-3e9c-4dec-86f8-e326a9aa48a7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "525becbe-61a0-466c-85f8-091a50292073" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13247" + ], + "x-ms-request-id": [ + "cb73f4d8-c3cf-4d46-9469-28bd3c19f79f" + ], + "x-ms-correlation-request-id": [ + "cb73f4d8-c3cf-4d46-9469-28bd3c19f79f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192220Z:cb73f4d8-c3cf-4d46-9469-28bd3c19f79f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c80519ba-0f83-4ed9-92ac-6e969476195f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13245" + ], + "x-ms-request-id": [ + "d941346d-1dd7-4077-a750-e684e6162aed" + ], + "x-ms-correlation-request-id": [ + "d941346d-1dd7-4077-a750-e684e6162aed" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192220Z:d941346d-1dd7-4077-a750-e684e6162aed" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5948d566-8cf1-4261-b9d8-4d7ac9f6d83e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13243" + ], + "x-ms-request-id": [ + "8493bdd9-35ea-49c6-ac0f-6c28cfcdc051" + ], + "x-ms-correlation-request-id": [ + "8493bdd9-35ea-49c6-ac0f-6c28cfcdc051" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192220Z:8493bdd9-35ea-49c6-ac0f-6c28cfcdc051" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ed6d46f9-3a27-47dc-9367-ff9da391fc97" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13241" + ], + "x-ms-request-id": [ + "dc20560b-6793-49f9-b011-2e89602088f9" + ], + "x-ms-correlation-request-id": [ + "dc20560b-6793-49f9-b011-2e89602088f9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192220Z:dc20560b-6793-49f9-b011-2e89602088f9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2d41c683-e71b-4168-b785-c89d4d49a423" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13239" + ], + "x-ms-request-id": [ + "7b10359a-7eff-4a89-9a4c-410a47498453" + ], + "x-ms-correlation-request-id": [ + "7b10359a-7eff-4a89-9a4c-410a47498453" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192220Z:7b10359a-7eff-4a89-9a4c-410a47498453" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e741a88f-cf89-4227-925b-4b5fbedff47e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13237" + ], + "x-ms-request-id": [ + "525d4bbf-6907-49ec-93e1-2720e0bfc3e1" + ], + "x-ms-correlation-request-id": [ + "525d4bbf-6907-49ec-93e1-2720e0bfc3e1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192221Z:525d4bbf-6907-49ec-93e1-2720e0bfc3e1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0f4cc092-65cc-403d-8bd5-e06f61ae0ecf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13235" + ], + "x-ms-request-id": [ + "1d2ee672-a70b-4967-a451-1a339a2aefcb" + ], + "x-ms-correlation-request-id": [ + "1d2ee672-a70b-4967-a451-1a339a2aefcb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192221Z:1d2ee672-a70b-4967-a451-1a339a2aefcb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f77a8bfc-78d0-49c2-9889-68b622031dec" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13233" + ], + "x-ms-request-id": [ + "7c7e3655-aa47-426f-815e-a3e73488c30c" + ], + "x-ms-correlation-request-id": [ + "7c7e3655-aa47-426f-815e-a3e73488c30c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192221Z:7c7e3655-aa47-426f-815e-a3e73488c30c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4993c6e3-bf09-43c8-8bf5-7c0ee007ddd2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13231" + ], + "x-ms-request-id": [ + "3e545356-f281-477a-b8cd-4455922b1a03" + ], + "x-ms-correlation-request-id": [ + "3e545356-f281-477a-b8cd-4455922b1a03" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192221Z:3e545356-f281-477a-b8cd-4455922b1a03" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3b3cc503-81f4-4daf-a857-3be46968ebd1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13229" + ], + "x-ms-request-id": [ + "d00ba30f-79f0-44df-a25a-f09623508de5" + ], + "x-ms-correlation-request-id": [ + "d00ba30f-79f0-44df-a25a-f09623508de5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192222Z:d00ba30f-79f0-44df-a25a-f09623508de5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c2bba0d4-64f9-4d34-afb5-292183aed044" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13227" + ], + "x-ms-request-id": [ + "d74976bd-f3f3-4479-80c6-1f3ed1e0f1df" + ], + "x-ms-correlation-request-id": [ + "d74976bd-f3f3-4479-80c6-1f3ed1e0f1df" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192222Z:d74976bd-f3f3-4479-80c6-1f3ed1e0f1df" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b25166f3-e51f-49f0-bceb-d03d39ddf6e5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13225" + ], + "x-ms-request-id": [ + "d74fc0aa-e0c5-4efc-91ca-7000c844810b" + ], + "x-ms-correlation-request-id": [ + "d74fc0aa-e0c5-4efc-91ca-7000c844810b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192222Z:d74fc0aa-e0c5-4efc-91ca-7000c844810b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bc6e95f7-9c58-4e68-a10a-cd297489cbc2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13223" + ], + "x-ms-request-id": [ + "5340fc01-e36f-422a-8eea-ee16393e225e" + ], + "x-ms-correlation-request-id": [ + "5340fc01-e36f-422a-8eea-ee16393e225e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192222Z:5340fc01-e36f-422a-8eea-ee16393e225e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0a4fa133-6092-418a-86a6-8be927f4c6dc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13221" + ], + "x-ms-request-id": [ + "9c801fa8-2e1d-4bfd-8c08-ac562294a66d" + ], + "x-ms-correlation-request-id": [ + "9c801fa8-2e1d-4bfd-8c08-ac562294a66d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192222Z:9c801fa8-2e1d-4bfd-8c08-ac562294a66d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ddbfda9b-8b07-4bdf-9bac-374206bf7b2a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13219" + ], + "x-ms-request-id": [ + "b9cf8632-08fa-40b0-847e-bce295eade2d" + ], + "x-ms-correlation-request-id": [ + "b9cf8632-08fa-40b0-847e-bce295eade2d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192223Z:b9cf8632-08fa-40b0-847e-bce295eade2d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "18947af8-183e-4b6c-bf71-e5e1c1c2bec1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13217" + ], + "x-ms-request-id": [ + "28516201-b885-4901-a6ae-905bb3ab1f18" + ], + "x-ms-correlation-request-id": [ + "28516201-b885-4901-a6ae-905bb3ab1f18" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192223Z:28516201-b885-4901-a6ae-905bb3ab1f18" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0dda2fe5-ed29-4221-bcfc-a7b7daec3c5b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13215" + ], + "x-ms-request-id": [ + "fd27df42-4fab-404e-9cc5-915e98a577e5" + ], + "x-ms-correlation-request-id": [ + "fd27df42-4fab-404e-9cc5-915e98a577e5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192223Z:fd27df42-4fab-404e-9cc5-915e98a577e5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4b172f8c-22a2-4cf2-bb8e-0d8d89860171" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13213" + ], + "x-ms-request-id": [ + "95eadd7e-4278-4bbe-a737-e6d3ca2e4134" + ], + "x-ms-correlation-request-id": [ + "95eadd7e-4278-4bbe-a737-e6d3ca2e4134" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192223Z:95eadd7e-4278-4bbe-a737-e6d3ca2e4134" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eb94c6ca-25b3-4a7a-9fbb-bf6be35a2562" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13211" + ], + "x-ms-request-id": [ + "3add58ee-4db3-4698-9d22-5801bd683233" + ], + "x-ms-correlation-request-id": [ + "3add58ee-4db3-4698-9d22-5801bd683233" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192223Z:3add58ee-4db3-4698-9d22-5801bd683233" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "79fadfbd-933c-441e-83d7-726d88a5c454" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13209" + ], + "x-ms-request-id": [ + "2f733bd3-3a7a-4392-9fc3-5720c27d786b" + ], + "x-ms-correlation-request-id": [ + "2f733bd3-3a7a-4392-9fc3-5720c27d786b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192224Z:2f733bd3-3a7a-4392-9fc3-5720c27d786b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d646e5dc-b1f5-43b0-bc08-e4fbc48e7d5f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13207" + ], + "x-ms-request-id": [ + "fe3aad6b-f115-4051-b130-56642528c622" + ], + "x-ms-correlation-request-id": [ + "fe3aad6b-f115-4051-b130-56642528c622" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192224Z:fe3aad6b-f115-4051-b130-56642528c622" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6a257006-c4f9-4c60-9da8-741b110ce3a8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13205" + ], + "x-ms-request-id": [ + "da9b12b2-7609-4ec5-85a8-b53de439b030" + ], + "x-ms-correlation-request-id": [ + "da9b12b2-7609-4ec5-85a8-b53de439b030" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192224Z:da9b12b2-7609-4ec5-85a8-b53de439b030" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1fae16ff-d7fc-4d68-a8cc-27efeccdc371" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13203" + ], + "x-ms-request-id": [ + "5a809b6e-4da2-4c10-8c71-d974a11e85b5" + ], + "x-ms-correlation-request-id": [ + "5a809b6e-4da2-4c10-8c71-d974a11e85b5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192224Z:5a809b6e-4da2-4c10-8c71-d974a11e85b5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0ec4d513-f15d-4a17-803f-685f12de8b1b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13201" + ], + "x-ms-request-id": [ + "3d6aed42-8cd4-4d8f-9271-a92d6d49f194" + ], + "x-ms-correlation-request-id": [ + "3d6aed42-8cd4-4d8f-9271-a92d6d49f194" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192224Z:3d6aed42-8cd4-4d8f-9271-a92d6d49f194" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7102003c-ca32-427f-8364-2d6ba1d756c4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13199" + ], + "x-ms-request-id": [ + "d05706eb-7a85-45b4-a1d8-458953c21970" + ], + "x-ms-correlation-request-id": [ + "d05706eb-7a85-45b4-a1d8-458953c21970" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192225Z:d05706eb-7a85-45b4-a1d8-458953c21970" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a0fa8ac5-828b-47cd-b4f6-a4505c4a20b7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13197" + ], + "x-ms-request-id": [ + "80ed9f13-bc5c-4dc5-a941-d911dc3f2e01" + ], + "x-ms-correlation-request-id": [ + "80ed9f13-bc5c-4dc5-a941-d911dc3f2e01" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192225Z:80ed9f13-bc5c-4dc5-a941-d911dc3f2e01" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e9c52181-a18f-4199-93cb-9791f130a24d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13195" + ], + "x-ms-request-id": [ + "c2f4caf0-c919-4101-9498-12ab6bf5c69b" + ], + "x-ms-correlation-request-id": [ + "c2f4caf0-c919-4101-9498-12ab6bf5c69b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192225Z:c2f4caf0-c919-4101-9498-12ab6bf5c69b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1be643ce-2c92-4010-ac14-e7613393b5ab" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13193" + ], + "x-ms-request-id": [ + "a267d65c-097f-4e52-8bf6-40bddc8180d8" + ], + "x-ms-correlation-request-id": [ + "a267d65c-097f-4e52-8bf6-40bddc8180d8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192225Z:a267d65c-097f-4e52-8bf6-40bddc8180d8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9484de08-d658-4039-96d7-d8a0f1839ee1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13191" + ], + "x-ms-request-id": [ + "938c1d23-cf36-4cb6-92b0-53a11ba6a63e" + ], + "x-ms-correlation-request-id": [ + "938c1d23-cf36-4cb6-92b0-53a11ba6a63e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192225Z:938c1d23-cf36-4cb6-92b0-53a11ba6a63e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6c274f6a-3af8-4f96-9a78-07cc532b6cd6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13189" + ], + "x-ms-request-id": [ + "c7138b93-f521-4cb9-a0e0-eb1bd7b2c398" + ], + "x-ms-correlation-request-id": [ + "c7138b93-f521-4cb9-a0e0-eb1bd7b2c398" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192226Z:c7138b93-f521-4cb9-a0e0-eb1bd7b2c398" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ec7054f4-8bf0-4602-911f-5747731b893d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13187" + ], + "x-ms-request-id": [ + "1d096587-2399-430e-a68a-59386b7aae58" + ], + "x-ms-correlation-request-id": [ + "1d096587-2399-430e-a68a-59386b7aae58" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192226Z:1d096587-2399-430e-a68a-59386b7aae58" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "04cbbecb-a606-41d8-a557-493f3004b056" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13185" + ], + "x-ms-request-id": [ + "20816431-f2b0-4dc2-9903-6ae32c9f619d" + ], + "x-ms-correlation-request-id": [ + "20816431-f2b0-4dc2-9903-6ae32c9f619d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192226Z:20816431-f2b0-4dc2-9903-6ae32c9f619d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3a06d3cb-9fc7-4a90-bcfb-16698881e6e0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13183" + ], + "x-ms-request-id": [ + "a1bea2db-1b2c-4d1f-be9d-f1e253346e7d" + ], + "x-ms-correlation-request-id": [ + "a1bea2db-1b2c-4d1f-be9d-f1e253346e7d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192226Z:a1bea2db-1b2c-4d1f-be9d-f1e253346e7d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8e8b7ba2-c3ac-4859-bb13-75c8cd97be3d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13181" + ], + "x-ms-request-id": [ + "cfeaf31f-adb4-46ea-b80d-3b76c15ae55b" + ], + "x-ms-correlation-request-id": [ + "cfeaf31f-adb4-46ea-b80d-3b76c15ae55b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192226Z:cfeaf31f-adb4-46ea-b80d-3b76c15ae55b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6ff71c35-e979-428e-9150-ded3be88f4c7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13179" + ], + "x-ms-request-id": [ + "484d2391-9e72-41c5-a0b1-b1afea4ad1d4" + ], + "x-ms-correlation-request-id": [ + "484d2391-9e72-41c5-a0b1-b1afea4ad1d4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192227Z:484d2391-9e72-41c5-a0b1-b1afea4ad1d4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5978fa9c-6d15-4d6d-b008-de9f4bdd771c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13177" + ], + "x-ms-request-id": [ + "048f1aa9-9b01-4646-ade5-19ce676fb852" + ], + "x-ms-correlation-request-id": [ + "048f1aa9-9b01-4646-ade5-19ce676fb852" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192227Z:048f1aa9-9b01-4646-ade5-19ce676fb852" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a4097ee4-383d-4229-a092-99a936f00c41" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13175" + ], + "x-ms-request-id": [ + "9d61bdbc-81e4-460d-9dee-e86bd01ed020" + ], + "x-ms-correlation-request-id": [ + "9d61bdbc-81e4-460d-9dee-e86bd01ed020" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192227Z:9d61bdbc-81e4-460d-9dee-e86bd01ed020" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "18bf71d4-8db1-4cf9-91bb-c67773f6cec5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13173" + ], + "x-ms-request-id": [ + "6ef19475-0022-4395-8bb5-c6fd39e7e80c" + ], + "x-ms-correlation-request-id": [ + "6ef19475-0022-4395-8bb5-c6fd39e7e80c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192227Z:6ef19475-0022-4395-8bb5-c6fd39e7e80c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "637da769-4d34-47e6-902c-c4624411ba45" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13171" + ], + "x-ms-request-id": [ + "231aa1f4-db3f-43e9-a4f1-78ec1e4f995c" + ], + "x-ms-correlation-request-id": [ + "231aa1f4-db3f-43e9-a4f1-78ec1e4f995c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192227Z:231aa1f4-db3f-43e9-a4f1-78ec1e4f995c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d1dd5ab3-50ad-457a-83c4-2f1de20b3274" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13169" + ], + "x-ms-request-id": [ + "7341fc48-3c2b-4a68-9fb8-5a87b0364b4f" + ], + "x-ms-correlation-request-id": [ + "7341fc48-3c2b-4a68-9fb8-5a87b0364b4f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192228Z:7341fc48-3c2b-4a68-9fb8-5a87b0364b4f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0754d4d2-5745-40ed-8153-3b235e3cfe9c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13167" + ], + "x-ms-request-id": [ + "cdc2517b-fd54-4c7d-a07f-123bb69882ee" + ], + "x-ms-correlation-request-id": [ + "cdc2517b-fd54-4c7d-a07f-123bb69882ee" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192228Z:cdc2517b-fd54-4c7d-a07f-123bb69882ee" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "10323def-793c-4cc4-acdc-076bf494c11a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13165" + ], + "x-ms-request-id": [ + "ca453d4e-b621-47c1-8f2e-04d7ac888fff" + ], + "x-ms-correlation-request-id": [ + "ca453d4e-b621-47c1-8f2e-04d7ac888fff" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192228Z:ca453d4e-b621-47c1-8f2e-04d7ac888fff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c6315f19-7604-4ae0-811f-91509524ff62" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13163" + ], + "x-ms-request-id": [ + "67784ce5-247a-41c3-964e-6221a36c7a7b" + ], + "x-ms-correlation-request-id": [ + "67784ce5-247a-41c3-964e-6221a36c7a7b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192228Z:67784ce5-247a-41c3-964e-6221a36c7a7b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "01e9586d-788f-4848-a92c-727e09f28d0b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:13.4487442Z\",\r\n \"duration\": \"PT2M14.6874099S\",\r\n \"trackingId\": \"6ac0d6c6-cd75-49f2-b42d-3a964274635e\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13161" + ], + "x-ms-request-id": [ + "ef1faca2-40c0-469d-aa51-763f19b77776" + ], + "x-ms-correlation-request-id": [ + "ef1faca2-40c0-469d-aa51-763f19b77776" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192228Z:ef1faca2-40c0-469d-aa51-763f19b77776" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "72462185-5539-4ec1-8d4e-50d8e1a14ab1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13159" + ], + "x-ms-request-id": [ + "597ccfe6-f608-476a-a786-c2128282f9d6" + ], + "x-ms-correlation-request-id": [ + "597ccfe6-f608-476a-a786-c2128282f9d6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192229Z:597ccfe6-f608-476a-a786-c2128282f9d6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b63e5e60-d5c6-4683-9f69-8785f319d8ba" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13157" + ], + "x-ms-request-id": [ + "d7861ce6-b0cf-4c5f-a3c3-a9230c3416d3" + ], + "x-ms-correlation-request-id": [ + "d7861ce6-b0cf-4c5f-a3c3-a9230c3416d3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192229Z:d7861ce6-b0cf-4c5f-a3c3-a9230c3416d3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "866f32a0-357f-4418-86cd-3de3e89656c3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13155" + ], + "x-ms-request-id": [ + "d8787e90-62c5-4d2e-a5e7-c3d26e0c6020" + ], + "x-ms-correlation-request-id": [ + "d8787e90-62c5-4d2e-a5e7-c3d26e0c6020" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192229Z:d8787e90-62c5-4d2e-a5e7-c3d26e0c6020" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "14e0164f-1a2d-48a0-b5e9-d7c6a4390e4e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13153" + ], + "x-ms-request-id": [ + "d6c39e41-e08b-4229-8bce-51b067235661" + ], + "x-ms-correlation-request-id": [ + "d6c39e41-e08b-4229-8bce-51b067235661" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192229Z:d6c39e41-e08b-4229-8bce-51b067235661" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "72ef6638-0eb5-4da4-bab4-0d4faab05a43" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13151" + ], + "x-ms-request-id": [ + "5390b55c-6d01-44ee-813c-170940a93391" + ], + "x-ms-correlation-request-id": [ + "5390b55c-6d01-44ee-813c-170940a93391" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192229Z:5390b55c-6d01-44ee-813c-170940a93391" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0819a90f-4c35-4f64-9115-1bda7a1e42ed" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13149" + ], + "x-ms-request-id": [ + "f07dc932-c852-483b-a19f-54278a821856" + ], + "x-ms-correlation-request-id": [ + "f07dc932-c852-483b-a19f-54278a821856" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192230Z:f07dc932-c852-483b-a19f-54278a821856" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9983ed9b-3a9f-4294-aa0f-7d8f54254110" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13147" + ], + "x-ms-request-id": [ + "b7ee96a1-b430-4304-8c8d-78ec30d1d4f2" + ], + "x-ms-correlation-request-id": [ + "b7ee96a1-b430-4304-8c8d-78ec30d1d4f2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192230Z:b7ee96a1-b430-4304-8c8d-78ec30d1d4f2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "54fc59d3-0a49-4db8-ae53-6132fb7f8678" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13145" + ], + "x-ms-request-id": [ + "e2926c40-0923-480f-802c-ea7d6def4852" + ], + "x-ms-correlation-request-id": [ + "e2926c40-0923-480f-802c-ea7d6def4852" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192230Z:e2926c40-0923-480f-802c-ea7d6def4852" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c445e0a7-7339-4c82-b28d-2c72832311e3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13143" + ], + "x-ms-request-id": [ + "d982a21e-44d2-429f-af72-57aa80d07a39" + ], + "x-ms-correlation-request-id": [ + "d982a21e-44d2-429f-af72-57aa80d07a39" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192230Z:d982a21e-44d2-429f-af72-57aa80d07a39" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3978895e-6f1c-4918-9b44-035382a5314c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13141" + ], + "x-ms-request-id": [ + "4cbeb204-be34-4bf0-8c9b-c8bb953084f7" + ], + "x-ms-correlation-request-id": [ + "4cbeb204-be34-4bf0-8c9b-c8bb953084f7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192230Z:4cbeb204-be34-4bf0-8c9b-c8bb953084f7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a72ecff7-104e-4f52-baf2-34a2ef9e26c5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13139" + ], + "x-ms-request-id": [ + "03adda9d-8e80-4fcc-b3a6-eb994d482137" + ], + "x-ms-correlation-request-id": [ + "03adda9d-8e80-4fcc-b3a6-eb994d482137" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192231Z:03adda9d-8e80-4fcc-b3a6-eb994d482137" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6fe0f4f4-cd9a-40f8-9e7b-896685d35f7d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13137" + ], + "x-ms-request-id": [ + "57f669f5-6b3c-4b32-bbef-4420caef2655" + ], + "x-ms-correlation-request-id": [ + "57f669f5-6b3c-4b32-bbef-4420caef2655" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192231Z:57f669f5-6b3c-4b32-bbef-4420caef2655" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eb6e8984-65dc-43bb-824c-a9d9e8a29097" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13135" + ], + "x-ms-request-id": [ + "c10285e7-8250-4325-8888-f1991b8e2fb8" + ], + "x-ms-correlation-request-id": [ + "c10285e7-8250-4325-8888-f1991b8e2fb8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192231Z:c10285e7-8250-4325-8888-f1991b8e2fb8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b0dc0b72-40f8-4a73-a215-17878172f135" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13133" + ], + "x-ms-request-id": [ + "70e9153f-a324-43b0-8ade-5bdd3aab0ced" + ], + "x-ms-correlation-request-id": [ + "70e9153f-a324-43b0-8ade-5bdd3aab0ced" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192231Z:70e9153f-a324-43b0-8ade-5bdd3aab0ced" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f4fbad9e-223c-49b3-b984-3ea83939c45d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13131" + ], + "x-ms-request-id": [ + "c05161ea-4386-4bad-8450-203afce941cd" + ], + "x-ms-correlation-request-id": [ + "c05161ea-4386-4bad-8450-203afce941cd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192231Z:c05161ea-4386-4bad-8450-203afce941cd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2487b05a-0391-4a1a-b86b-59582034eb28" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13129" + ], + "x-ms-request-id": [ + "63272cdb-b680-4766-895a-92cf9e821b17" + ], + "x-ms-correlation-request-id": [ + "63272cdb-b680-4766-895a-92cf9e821b17" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192231Z:63272cdb-b680-4766-895a-92cf9e821b17" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "94b3a1ea-4cc8-46c3-aefa-c622aa34270c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13127" + ], + "x-ms-request-id": [ + "db35afbf-ab41-4a50-b106-07c6b29dfad3" + ], + "x-ms-correlation-request-id": [ + "db35afbf-ab41-4a50-b106-07c6b29dfad3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192232Z:db35afbf-ab41-4a50-b106-07c6b29dfad3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e7fba1a5-ff14-4b3d-93ea-6ba722be38e7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13125" + ], + "x-ms-request-id": [ + "21b59ab9-8517-41d1-8bce-9d5611d93e41" + ], + "x-ms-correlation-request-id": [ + "21b59ab9-8517-41d1-8bce-9d5611d93e41" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192232Z:21b59ab9-8517-41d1-8bce-9d5611d93e41" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "896fce44-36b5-4a01-9218-360ec79a3bae" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13123" + ], + "x-ms-request-id": [ + "e9954d96-b519-424d-9232-4f62a88b3d81" + ], + "x-ms-correlation-request-id": [ + "e9954d96-b519-424d-9232-4f62a88b3d81" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192232Z:e9954d96-b519-424d-9232-4f62a88b3d81" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6d8d028c-cc7b-4dde-84af-085643dc6b79" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13121" + ], + "x-ms-request-id": [ + "3b0042f9-569d-423b-bd0c-a7ce1fbccd25" + ], + "x-ms-correlation-request-id": [ + "3b0042f9-569d-423b-bd0c-a7ce1fbccd25" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192232Z:3b0042f9-569d-423b-bd0c-a7ce1fbccd25" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1f654baa-2816-4d68-a98a-ebe7867b16c7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13119" + ], + "x-ms-request-id": [ + "0df19d25-6f11-4e62-bafe-98eee54b002b" + ], + "x-ms-correlation-request-id": [ + "0df19d25-6f11-4e62-bafe-98eee54b002b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192232Z:0df19d25-6f11-4e62-bafe-98eee54b002b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4ff125f2-b824-427f-bd3c-94919fd9114a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13117" + ], + "x-ms-request-id": [ + "4a52a468-c492-4bf0-a3f1-7833f1a195a3" + ], + "x-ms-correlation-request-id": [ + "4a52a468-c492-4bf0-a3f1-7833f1a195a3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192233Z:4a52a468-c492-4bf0-a3f1-7833f1a195a3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "85947b6c-bca4-4f17-b3ed-40b8afa38fb1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13115" + ], + "x-ms-request-id": [ + "41122332-1646-4b18-879d-ec8889a312e9" + ], + "x-ms-correlation-request-id": [ + "41122332-1646-4b18-879d-ec8889a312e9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192233Z:41122332-1646-4b18-879d-ec8889a312e9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7f058ae2-29af-450f-8dfb-ce42a067c1a8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13113" + ], + "x-ms-request-id": [ + "7e82826a-61a6-4339-a56e-8454a959b638" + ], + "x-ms-correlation-request-id": [ + "7e82826a-61a6-4339-a56e-8454a959b638" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192233Z:7e82826a-61a6-4339-a56e-8454a959b638" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ae90f224-49cb-45db-9a74-c23af27a9238" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13111" + ], + "x-ms-request-id": [ + "0d5c479d-1110-4424-a394-5e6c975d37a4" + ], + "x-ms-correlation-request-id": [ + "0d5c479d-1110-4424-a394-5e6c975d37a4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192233Z:0d5c479d-1110-4424-a394-5e6c975d37a4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b8ba19ef-cd73-454a-ae9c-5bd7c78aace5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13109" + ], + "x-ms-request-id": [ + "16593469-df5d-4a1b-a5f3-46d25f1f49fe" + ], + "x-ms-correlation-request-id": [ + "16593469-df5d-4a1b-a5f3-46d25f1f49fe" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192233Z:16593469-df5d-4a1b-a5f3-46d25f1f49fe" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fc8ac05e-fc9a-495f-8221-5bec28acc162" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13107" + ], + "x-ms-request-id": [ + "16db4922-8ce4-46a3-bf81-439fc3ae2276" + ], + "x-ms-correlation-request-id": [ + "16db4922-8ce4-46a3-bf81-439fc3ae2276" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192234Z:16db4922-8ce4-46a3-bf81-439fc3ae2276" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5dfd0cc4-73ed-4081-a013-f2a96c664c1e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13105" + ], + "x-ms-request-id": [ + "21bbfd6b-ee29-43e0-a063-31fa331e9d06" + ], + "x-ms-correlation-request-id": [ + "21bbfd6b-ee29-43e0-a063-31fa331e9d06" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192234Z:21bbfd6b-ee29-43e0-a063-31fa331e9d06" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a6224d92-870f-4693-b19f-1353594ea62c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13103" + ], + "x-ms-request-id": [ + "33b81590-e456-4264-9d00-9395f2d767cd" + ], + "x-ms-correlation-request-id": [ + "33b81590-e456-4264-9d00-9395f2d767cd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192234Z:33b81590-e456-4264-9d00-9395f2d767cd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3e67f069-a218-4d5e-a570-704d5ea52321" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13101" + ], + "x-ms-request-id": [ + "99debf55-d0b6-4928-b5b8-d9bc5f35ca7c" + ], + "x-ms-correlation-request-id": [ + "99debf55-d0b6-4928-b5b8-d9bc5f35ca7c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192235Z:99debf55-d0b6-4928-b5b8-d9bc5f35ca7c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8a8bc0aa-bd12-400b-84bb-88670f9e49f6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13099" + ], + "x-ms-request-id": [ + "a48e9aa9-d880-4fde-bc68-53292f1d0a7b" + ], + "x-ms-correlation-request-id": [ + "a48e9aa9-d880-4fde-bc68-53292f1d0a7b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192235Z:a48e9aa9-d880-4fde-bc68-53292f1d0a7b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3e198a1a-787f-43ea-aebd-f85ba57ce788" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13097" + ], + "x-ms-request-id": [ + "b8d5e5d7-b20b-44a5-8948-13e6b57effe2" + ], + "x-ms-correlation-request-id": [ + "b8d5e5d7-b20b-44a5-8948-13e6b57effe2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192235Z:b8d5e5d7-b20b-44a5-8948-13e6b57effe2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "19078d63-c2d5-418e-acfa-3a1dbe6b1297" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13095" + ], + "x-ms-request-id": [ + "e5941496-f966-4d6f-8ee2-dc3b77b2eea7" + ], + "x-ms-correlation-request-id": [ + "e5941496-f966-4d6f-8ee2-dc3b77b2eea7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192235Z:e5941496-f966-4d6f-8ee2-dc3b77b2eea7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b37a45fe-a998-4082-9135-1669b7a327b7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13093" + ], + "x-ms-request-id": [ + "16d14fe0-d3ca-4591-9622-c0ad0abbcc4b" + ], + "x-ms-correlation-request-id": [ + "16d14fe0-d3ca-4591-9622-c0ad0abbcc4b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192236Z:16d14fe0-d3ca-4591-9622-c0ad0abbcc4b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5820b757-2a07-4588-aede-98499ed35cbf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13091" + ], + "x-ms-request-id": [ + "25d2c2cd-ceae-454b-b86b-f018a2f33cc7" + ], + "x-ms-correlation-request-id": [ + "25d2c2cd-ceae-454b-b86b-f018a2f33cc7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192236Z:25d2c2cd-ceae-454b-b86b-f018a2f33cc7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "676f08a0-8c48-44bc-afcc-d050cd6465f4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13089" + ], + "x-ms-request-id": [ + "26ed9cda-412a-47da-a092-4165732abca6" + ], + "x-ms-correlation-request-id": [ + "26ed9cda-412a-47da-a092-4165732abca6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192236Z:26ed9cda-412a-47da-a092-4165732abca6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3b99ccc8-716a-42de-929d-9ce02f67f5a2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13087" + ], + "x-ms-request-id": [ + "c1021f84-842e-4ad2-bf4a-23baaf6beeb2" + ], + "x-ms-correlation-request-id": [ + "c1021f84-842e-4ad2-bf4a-23baaf6beeb2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192236Z:c1021f84-842e-4ad2-bf4a-23baaf6beeb2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eb0e667d-3af3-4ec3-87fb-506ecf492885" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13085" + ], + "x-ms-request-id": [ + "e98a8cfe-04c0-4d3c-a30d-88b013fb6ec7" + ], + "x-ms-correlation-request-id": [ + "e98a8cfe-04c0-4d3c-a30d-88b013fb6ec7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192236Z:e98a8cfe-04c0-4d3c-a30d-88b013fb6ec7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "08f531f2-024c-44ed-8f4d-5701041af4e2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13083" + ], + "x-ms-request-id": [ + "ef6f001c-ca67-408b-9d76-0b3d2001b390" + ], + "x-ms-correlation-request-id": [ + "ef6f001c-ca67-408b-9d76-0b3d2001b390" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192237Z:ef6f001c-ca67-408b-9d76-0b3d2001b390" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "96adb329-938b-44a9-9f19-380a97b56cf1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13081" + ], + "x-ms-request-id": [ + "7e30f9fb-4b6a-4fa7-90da-6ea8c00490aa" + ], + "x-ms-correlation-request-id": [ + "7e30f9fb-4b6a-4fa7-90da-6ea8c00490aa" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192237Z:7e30f9fb-4b6a-4fa7-90da-6ea8c00490aa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "35c89d5a-08e1-479f-b3cd-13560f45bff5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13079" + ], + "x-ms-request-id": [ + "f18dce21-1314-4cfb-8e92-649c76d921a8" + ], + "x-ms-correlation-request-id": [ + "f18dce21-1314-4cfb-8e92-649c76d921a8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192237Z:f18dce21-1314-4cfb-8e92-649c76d921a8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "78d5d68c-9ef9-4195-bab1-a645319d4ad1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13077" + ], + "x-ms-request-id": [ + "496ecbed-752e-4c2a-a719-4d084decb884" + ], + "x-ms-correlation-request-id": [ + "496ecbed-752e-4c2a-a719-4d084decb884" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192237Z:496ecbed-752e-4c2a-a719-4d084decb884" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "968d484d-6751-4570-9bf7-2a7ef56c57f1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13075" + ], + "x-ms-request-id": [ + "404c8710-3a2a-4b4f-8df7-e39ce2423364" + ], + "x-ms-correlation-request-id": [ + "404c8710-3a2a-4b4f-8df7-e39ce2423364" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192237Z:404c8710-3a2a-4b4f-8df7-e39ce2423364" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1d7ec1da-2db9-4659-8c65-b6effc3f8ca4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13073" + ], + "x-ms-request-id": [ + "5b31d1b4-7ae0-41cd-a563-65932b360c65" + ], + "x-ms-correlation-request-id": [ + "5b31d1b4-7ae0-41cd-a563-65932b360c65" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192238Z:5b31d1b4-7ae0-41cd-a563-65932b360c65" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5bec742b-824f-4466-8db4-f40249b013d2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13071" + ], + "x-ms-request-id": [ + "2d985f0b-1a16-4545-9b66-cb26b3ecc9c8" + ], + "x-ms-correlation-request-id": [ + "2d985f0b-1a16-4545-9b66-cb26b3ecc9c8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192238Z:2d985f0b-1a16-4545-9b66-cb26b3ecc9c8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6a2f24e8-761d-42ad-ac19-d26e0de9a52b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13069" + ], + "x-ms-request-id": [ + "62e2e743-11e4-4b3e-8fd5-d15c7cc326a1" + ], + "x-ms-correlation-request-id": [ + "62e2e743-11e4-4b3e-8fd5-d15c7cc326a1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192238Z:62e2e743-11e4-4b3e-8fd5-d15c7cc326a1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ae217cca-4db0-42d8-8f7f-e647bd897c31" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13067" + ], + "x-ms-request-id": [ + "2a84a089-0ebb-4fa0-9808-90f34a186780" + ], + "x-ms-correlation-request-id": [ + "2a84a089-0ebb-4fa0-9808-90f34a186780" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192238Z:2a84a089-0ebb-4fa0-9808-90f34a186780" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "38d0b718-dfe1-40ab-887e-947d60744796" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13065" + ], + "x-ms-request-id": [ + "f1f359bf-2d22-469e-b709-ae60e8a32b4b" + ], + "x-ms-correlation-request-id": [ + "f1f359bf-2d22-469e-b709-ae60e8a32b4b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192238Z:f1f359bf-2d22-469e-b709-ae60e8a32b4b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5daf04a0-a730-4bcb-bfa7-b39d8a3e69a3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13063" + ], + "x-ms-request-id": [ + "7a8cf2b2-8df9-4893-8483-0e7b91ce547c" + ], + "x-ms-correlation-request-id": [ + "7a8cf2b2-8df9-4893-8483-0e7b91ce547c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192239Z:7a8cf2b2-8df9-4893-8483-0e7b91ce547c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a4dd43f4-8d45-4e99-9dc0-1568a57cbce2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13061" + ], + "x-ms-request-id": [ + "4bffd837-b6a5-41b4-bd3f-e220705860f2" + ], + "x-ms-correlation-request-id": [ + "4bffd837-b6a5-41b4-bd3f-e220705860f2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192239Z:4bffd837-b6a5-41b4-bd3f-e220705860f2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8b3079ac-3a5f-4ad8-ae2b-4fdd28ce308b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13059" + ], + "x-ms-request-id": [ + "bab1fe18-a21a-41a4-948b-eee8d35921d0" + ], + "x-ms-correlation-request-id": [ + "bab1fe18-a21a-41a4-948b-eee8d35921d0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192239Z:bab1fe18-a21a-41a4-948b-eee8d35921d0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9dc50f40-779b-4696-98e7-2cd55931c7be" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13057" + ], + "x-ms-request-id": [ + "355b8f02-5e1f-4861-a9a7-8c781768a949" + ], + "x-ms-correlation-request-id": [ + "355b8f02-5e1f-4861-a9a7-8c781768a949" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192239Z:355b8f02-5e1f-4861-a9a7-8c781768a949" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1015b69b-bb5d-4177-95d6-d9b454cbfc2a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13055" + ], + "x-ms-request-id": [ + "08f562ae-fa07-4395-b52c-a91a39431114" + ], + "x-ms-correlation-request-id": [ + "08f562ae-fa07-4395-b52c-a91a39431114" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192239Z:08f562ae-fa07-4395-b52c-a91a39431114" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c5f873bf-809c-4ce4-a2b8-5a701aa89645" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13053" + ], + "x-ms-request-id": [ + "1c833e25-9d8a-4441-a0b4-31a60fb1e857" + ], + "x-ms-correlation-request-id": [ + "1c833e25-9d8a-4441-a0b4-31a60fb1e857" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192240Z:1c833e25-9d8a-4441-a0b4-31a60fb1e857" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8249f6f6-b609-4bfb-bf02-24833a67e6ae" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13051" + ], + "x-ms-request-id": [ + "dd3a89aa-9592-476a-8c77-4c00d0a812d5" + ], + "x-ms-correlation-request-id": [ + "dd3a89aa-9592-476a-8c77-4c00d0a812d5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192240Z:dd3a89aa-9592-476a-8c77-4c00d0a812d5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "21f3bfde-80a9-428e-aa6f-9c0ea375d82e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13049" + ], + "x-ms-request-id": [ + "bb365c6d-8d4a-4805-b5a2-ae68401b12a7" + ], + "x-ms-correlation-request-id": [ + "bb365c6d-8d4a-4805-b5a2-ae68401b12a7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192240Z:bb365c6d-8d4a-4805-b5a2-ae68401b12a7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fa07833e-f119-44c0-b658-ec81cc933f66" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13047" + ], + "x-ms-request-id": [ + "e34009d2-8513-48fd-a802-14dc97f199ec" + ], + "x-ms-correlation-request-id": [ + "e34009d2-8513-48fd-a802-14dc97f199ec" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192240Z:e34009d2-8513-48fd-a802-14dc97f199ec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b56f77a3-12c2-4711-97b0-963c2a5d37a3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13045" + ], + "x-ms-request-id": [ + "d8e55934-4997-46ec-9076-92857c0b7f17" + ], + "x-ms-correlation-request-id": [ + "d8e55934-4997-46ec-9076-92857c0b7f17" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192240Z:d8e55934-4997-46ec-9076-92857c0b7f17" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6e56f206-4ce6-48aa-ac6c-a83ee37bd90a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13043" + ], + "x-ms-request-id": [ + "9ba3f793-8492-4723-ad13-de4b61beba45" + ], + "x-ms-correlation-request-id": [ + "9ba3f793-8492-4723-ad13-de4b61beba45" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192241Z:9ba3f793-8492-4723-ad13-de4b61beba45" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3e10f71d-8e4e-4620-8bb0-789f8af74f1d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13041" + ], + "x-ms-request-id": [ + "e8578abf-6d60-46e9-a529-40d3dda294c3" + ], + "x-ms-correlation-request-id": [ + "e8578abf-6d60-46e9-a529-40d3dda294c3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192241Z:e8578abf-6d60-46e9-a529-40d3dda294c3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f51ae0f3-c612-49a5-9ea0-b7e11186bbb5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13039" + ], + "x-ms-request-id": [ + "e3c2c923-72c1-4573-853b-53c3c7ca25bf" + ], + "x-ms-correlation-request-id": [ + "e3c2c923-72c1-4573-853b-53c3c7ca25bf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192241Z:e3c2c923-72c1-4573-853b-53c3c7ca25bf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7d6acf23-0ea0-45b7-b25d-36a2e38a8fca" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13037" + ], + "x-ms-request-id": [ + "8aa09019-791c-4db5-83ad-8f2b03534884" + ], + "x-ms-correlation-request-id": [ + "8aa09019-791c-4db5-83ad-8f2b03534884" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192241Z:8aa09019-791c-4db5-83ad-8f2b03534884" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6e25275b-49ae-4c69-8926-24a7ef17c2fb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13035" + ], + "x-ms-request-id": [ + "009cde92-e149-4bf1-aeea-acd0e75f769b" + ], + "x-ms-correlation-request-id": [ + "009cde92-e149-4bf1-aeea-acd0e75f769b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192241Z:009cde92-e149-4bf1-aeea-acd0e75f769b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c3ff32ea-6f6e-4b8d-9a94-80626637a5d2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13033" + ], + "x-ms-request-id": [ + "b896ae66-c973-416e-b4b9-3dee077d8525" + ], + "x-ms-correlation-request-id": [ + "b896ae66-c973-416e-b4b9-3dee077d8525" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192241Z:b896ae66-c973-416e-b4b9-3dee077d8525" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "406dbb5f-e177-494d-9384-7d17f6100f2b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13031" + ], + "x-ms-request-id": [ + "6b48db6a-4301-4866-91f8-128039adccf0" + ], + "x-ms-correlation-request-id": [ + "6b48db6a-4301-4866-91f8-128039adccf0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192242Z:6b48db6a-4301-4866-91f8-128039adccf0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e1cdf2b0-aed5-482b-9c09-ff16285f00dd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13029" + ], + "x-ms-request-id": [ + "69764dc6-1ef6-404f-a377-9b8bc5f2ead5" + ], + "x-ms-correlation-request-id": [ + "69764dc6-1ef6-404f-a377-9b8bc5f2ead5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192242Z:69764dc6-1ef6-404f-a377-9b8bc5f2ead5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3e275870-b053-471a-b571-0bcdff0ec466" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13027" + ], + "x-ms-request-id": [ + "bdfaa897-ec45-4a5b-a07e-2a034581305b" + ], + "x-ms-correlation-request-id": [ + "bdfaa897-ec45-4a5b-a07e-2a034581305b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192242Z:bdfaa897-ec45-4a5b-a07e-2a034581305b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "286ccdb1-253b-4544-9b3b-6c4403c16794" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13025" + ], + "x-ms-request-id": [ + "fd888fc3-101a-4175-a809-9f107925b834" + ], + "x-ms-correlation-request-id": [ + "fd888fc3-101a-4175-a809-9f107925b834" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192242Z:fd888fc3-101a-4175-a809-9f107925b834" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6457edf9-4690-468d-bc67-1e3057531621" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13023" + ], + "x-ms-request-id": [ + "9e11df63-d12a-4cd8-a9cb-771ddf7d62a6" + ], + "x-ms-correlation-request-id": [ + "9e11df63-d12a-4cd8-a9cb-771ddf7d62a6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192242Z:9e11df63-d12a-4cd8-a9cb-771ddf7d62a6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f6fc04b5-cd34-4afb-bfac-b529f69cd312" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13021" + ], + "x-ms-request-id": [ + "b2ea8e21-d31c-40e9-965e-2f65d2e6d85f" + ], + "x-ms-correlation-request-id": [ + "b2ea8e21-d31c-40e9-965e-2f65d2e6d85f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192243Z:b2ea8e21-d31c-40e9-965e-2f65d2e6d85f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ad07fe02-4adb-4126-8a45-fb6eedaccf4a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13019" + ], + "x-ms-request-id": [ + "ce2d2551-f2c3-4476-a9d8-4c36f26c16b6" + ], + "x-ms-correlation-request-id": [ + "ce2d2551-f2c3-4476-a9d8-4c36f26c16b6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192243Z:ce2d2551-f2c3-4476-a9d8-4c36f26c16b6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2ea574b1-80f4-4e7a-aa82-20886ed4e45d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13017" + ], + "x-ms-request-id": [ + "4dcb71af-935a-43dd-8ee5-3ecaae2e83ad" + ], + "x-ms-correlation-request-id": [ + "4dcb71af-935a-43dd-8ee5-3ecaae2e83ad" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192243Z:4dcb71af-935a-43dd-8ee5-3ecaae2e83ad" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "42b5b7ba-f3a0-423e-85e3-73ff819172f4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13015" + ], + "x-ms-request-id": [ + "96d5fd3f-1079-4045-b3ac-b0d69577f241" + ], + "x-ms-correlation-request-id": [ + "96d5fd3f-1079-4045-b3ac-b0d69577f241" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192243Z:96d5fd3f-1079-4045-b3ac-b0d69577f241" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5a564980-9f2b-4666-84fe-a21a4b2bc9e6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13013" + ], + "x-ms-request-id": [ + "44c1772b-64c7-4801-8614-c0fc5f114f0e" + ], + "x-ms-correlation-request-id": [ + "44c1772b-64c7-4801-8614-c0fc5f114f0e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192243Z:44c1772b-64c7-4801-8614-c0fc5f114f0e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "900b362f-329e-4207-ba21-6595c4108b43" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13011" + ], + "x-ms-request-id": [ + "ad864ab8-7456-475d-b8bd-2c5f6f47d3c2" + ], + "x-ms-correlation-request-id": [ + "ad864ab8-7456-475d-b8bd-2c5f6f47d3c2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192244Z:ad864ab8-7456-475d-b8bd-2c5f6f47d3c2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "23729d32-b5e8-4226-b85f-f7b1662ba9a0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:28.8148415Z\",\r\n \"duration\": \"PT2M30.0535072S\",\r\n \"trackingId\": \"da7d4599-ef63-419f-bd0c-8c99218a4768\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13009" + ], + "x-ms-request-id": [ + "efe399c6-162a-43da-9b53-29f1ba319cb4" + ], + "x-ms-correlation-request-id": [ + "efe399c6-162a-43da-9b53-29f1ba319cb4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192244Z:efe399c6-162a-43da-9b53-29f1ba319cb4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bf44d84d-8b2b-4572-999e-404273c580fb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13007" + ], + "x-ms-request-id": [ + "e884df43-9da5-4416-b242-a5119fecca71" + ], + "x-ms-correlation-request-id": [ + "e884df43-9da5-4416-b242-a5119fecca71" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192244Z:e884df43-9da5-4416-b242-a5119fecca71" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0d70477-fdd1-4f69-8f98-313ef26cc5ab" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13005" + ], + "x-ms-request-id": [ + "6012df0b-a38c-4e68-8f30-8c6e7070dbb0" + ], + "x-ms-correlation-request-id": [ + "6012df0b-a38c-4e68-8f30-8c6e7070dbb0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192244Z:6012df0b-a38c-4e68-8f30-8c6e7070dbb0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7904283d-f4bd-4aed-b043-6432b78adcf3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13003" + ], + "x-ms-request-id": [ + "4711cd1f-ee92-4a08-a20d-e13f7baa00a9" + ], + "x-ms-correlation-request-id": [ + "4711cd1f-ee92-4a08-a20d-e13f7baa00a9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192244Z:4711cd1f-ee92-4a08-a20d-e13f7baa00a9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dbf32f51-9c86-45ca-8d9d-5c99f85ec6c0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13001" + ], + "x-ms-request-id": [ + "1a7cd5d7-e443-4ace-a53d-a5530f7cbec3" + ], + "x-ms-correlation-request-id": [ + "1a7cd5d7-e443-4ace-a53d-a5530f7cbec3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192245Z:1a7cd5d7-e443-4ace-a53d-a5530f7cbec3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a54febc7-01be-48b0-9c53-c6847ec5927e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12999" + ], + "x-ms-request-id": [ + "4c976c72-eef1-4e9f-b804-1c1d03c7ae3a" + ], + "x-ms-correlation-request-id": [ + "4c976c72-eef1-4e9f-b804-1c1d03c7ae3a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192245Z:4c976c72-eef1-4e9f-b804-1c1d03c7ae3a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f7657b6-dbcc-4cab-9140-dfd526df51a0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12997" + ], + "x-ms-request-id": [ + "a4f04a86-0d28-4ab7-8fb6-d1b0f6e1f603" + ], + "x-ms-correlation-request-id": [ + "a4f04a86-0d28-4ab7-8fb6-d1b0f6e1f603" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192245Z:a4f04a86-0d28-4ab7-8fb6-d1b0f6e1f603" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a70c5de1-e5a3-4a5f-be85-3ee497926c22" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12995" + ], + "x-ms-request-id": [ + "c8fcb582-a8c8-43b6-a39c-9a6f8bc4fe21" + ], + "x-ms-correlation-request-id": [ + "c8fcb582-a8c8-43b6-a39c-9a6f8bc4fe21" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192245Z:c8fcb582-a8c8-43b6-a39c-9a6f8bc4fe21" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "90398c7f-0ec5-4c14-862f-5e601b27dca4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12993" + ], + "x-ms-request-id": [ + "86180228-4683-4f8b-8cd4-4138f44fb7fd" + ], + "x-ms-correlation-request-id": [ + "86180228-4683-4f8b-8cd4-4138f44fb7fd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192245Z:86180228-4683-4f8b-8cd4-4138f44fb7fd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "18923634-d4ee-471a-a97c-db303ed88fac" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12991" + ], + "x-ms-request-id": [ + "49744b58-cc6c-47dc-992a-560b119636fc" + ], + "x-ms-correlation-request-id": [ + "49744b58-cc6c-47dc-992a-560b119636fc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192246Z:49744b58-cc6c-47dc-992a-560b119636fc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5d317167-334c-4b7b-8b6f-22b38fa6d6a8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12989" + ], + "x-ms-request-id": [ + "6abeec37-8ae8-4d47-bc80-f66517782697" + ], + "x-ms-correlation-request-id": [ + "6abeec37-8ae8-4d47-bc80-f66517782697" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192246Z:6abeec37-8ae8-4d47-bc80-f66517782697" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ab548465-68d7-4d4a-8633-e6ea64c522b6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12987" + ], + "x-ms-request-id": [ + "4e137aa6-f16b-4dee-b22c-46d746b0aea3" + ], + "x-ms-correlation-request-id": [ + "4e137aa6-f16b-4dee-b22c-46d746b0aea3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192246Z:4e137aa6-f16b-4dee-b22c-46d746b0aea3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b66aeba0-2d7c-42cc-abc5-f7fa1716c37b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12985" + ], + "x-ms-request-id": [ + "79572fc3-da19-412f-837e-10c72e15bce2" + ], + "x-ms-correlation-request-id": [ + "79572fc3-da19-412f-837e-10c72e15bce2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192246Z:79572fc3-da19-412f-837e-10c72e15bce2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fb8367c2-982d-4bfb-8f43-8938cc3eb489" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12983" + ], + "x-ms-request-id": [ + "bdd0c87b-4bfe-42ec-acce-39a9bcf52c55" + ], + "x-ms-correlation-request-id": [ + "bdd0c87b-4bfe-42ec-acce-39a9bcf52c55" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192246Z:bdd0c87b-4bfe-42ec-acce-39a9bcf52c55" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4452bc47-8313-47e0-b32d-b52211393756" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12981" + ], + "x-ms-request-id": [ + "0c033931-be0d-447a-b127-1339e496693a" + ], + "x-ms-correlation-request-id": [ + "0c033931-be0d-447a-b127-1339e496693a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192247Z:0c033931-be0d-447a-b127-1339e496693a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f391b5da-fa18-4f06-a957-eaac80ac6116" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12979" + ], + "x-ms-request-id": [ + "005294c8-2dac-4c98-bb51-826094ad7199" + ], + "x-ms-correlation-request-id": [ + "005294c8-2dac-4c98-bb51-826094ad7199" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192247Z:005294c8-2dac-4c98-bb51-826094ad7199" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ca2f6d50-35c4-4e33-b430-b9c98ede7e6f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12977" + ], + "x-ms-request-id": [ + "6d67933c-a3ec-4a23-a27d-fbed25d06531" + ], + "x-ms-correlation-request-id": [ + "6d67933c-a3ec-4a23-a27d-fbed25d06531" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192247Z:6d67933c-a3ec-4a23-a27d-fbed25d06531" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6017cd0e-944c-4d20-9229-1738b00f425b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12975" + ], + "x-ms-request-id": [ + "de4c4ddd-d04c-40ea-9b44-4ea46f0c9190" + ], + "x-ms-correlation-request-id": [ + "de4c4ddd-d04c-40ea-9b44-4ea46f0c9190" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192247Z:de4c4ddd-d04c-40ea-9b44-4ea46f0c9190" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5147861f-2ca3-475b-a8e4-c7601d617293" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12973" + ], + "x-ms-request-id": [ + "bb8b4bcb-2d9f-4e3d-96df-1e69312b31e4" + ], + "x-ms-correlation-request-id": [ + "bb8b4bcb-2d9f-4e3d-96df-1e69312b31e4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192247Z:bb8b4bcb-2d9f-4e3d-96df-1e69312b31e4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e1bf96f8-ac9c-4622-a93b-9f04833aee25" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12971" + ], + "x-ms-request-id": [ + "cb18842a-03f5-4f7b-86c4-29f78ce653fc" + ], + "x-ms-correlation-request-id": [ + "cb18842a-03f5-4f7b-86c4-29f78ce653fc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192248Z:cb18842a-03f5-4f7b-86c4-29f78ce653fc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "675a6c56-9cde-4df8-84b7-79ddda1c6db9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12969" + ], + "x-ms-request-id": [ + "f495c22b-f0da-4907-aea4-523402dd52d0" + ], + "x-ms-correlation-request-id": [ + "f495c22b-f0da-4907-aea4-523402dd52d0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192248Z:f495c22b-f0da-4907-aea4-523402dd52d0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dca1c90e-981a-4d43-99f3-cbdfe3384651" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12967" + ], + "x-ms-request-id": [ + "0c75cc25-ccbb-452c-a830-844071e2799b" + ], + "x-ms-correlation-request-id": [ + "0c75cc25-ccbb-452c-a830-844071e2799b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192248Z:0c75cc25-ccbb-452c-a830-844071e2799b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b4388e68-bee2-4caa-8ae8-fcc677d9b040" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12965" + ], + "x-ms-request-id": [ + "96f302db-49ab-41b3-a8d0-e73e8df959c6" + ], + "x-ms-correlation-request-id": [ + "96f302db-49ab-41b3-a8d0-e73e8df959c6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192248Z:96f302db-49ab-41b3-a8d0-e73e8df959c6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "076fd134-d3ee-4f41-9331-cfbedd68e210" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12963" + ], + "x-ms-request-id": [ + "058fe662-8acf-46ba-a59d-963005fd0848" + ], + "x-ms-correlation-request-id": [ + "058fe662-8acf-46ba-a59d-963005fd0848" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192248Z:058fe662-8acf-46ba-a59d-963005fd0848" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "380b099b-df44-4a15-b183-b15e7a3e4e6d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12961" + ], + "x-ms-request-id": [ + "7a024cfb-2c67-477e-a36b-3c18cecedb5d" + ], + "x-ms-correlation-request-id": [ + "7a024cfb-2c67-477e-a36b-3c18cecedb5d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192249Z:7a024cfb-2c67-477e-a36b-3c18cecedb5d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "82ca3f69-298f-441f-b193-323b1496ba4b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12959" + ], + "x-ms-request-id": [ + "22690495-1897-4f01-8f3e-50fb4b8abf20" + ], + "x-ms-correlation-request-id": [ + "22690495-1897-4f01-8f3e-50fb4b8abf20" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192249Z:22690495-1897-4f01-8f3e-50fb4b8abf20" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ea96ce08-b18f-419f-b30d-8d9d24f9fd33" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12957" + ], + "x-ms-request-id": [ + "c2e8348b-2607-426c-996e-14bf14da11ba" + ], + "x-ms-correlation-request-id": [ + "c2e8348b-2607-426c-996e-14bf14da11ba" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192249Z:c2e8348b-2607-426c-996e-14bf14da11ba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "53f174d6-7630-4933-852d-afbfd9038e46" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12955" + ], + "x-ms-request-id": [ + "d6fd9d51-5e87-4319-8b82-724c44ba5f7a" + ], + "x-ms-correlation-request-id": [ + "d6fd9d51-5e87-4319-8b82-724c44ba5f7a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192249Z:d6fd9d51-5e87-4319-8b82-724c44ba5f7a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f7bb7c72-f722-4f89-8243-98fb96af439c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12953" + ], + "x-ms-request-id": [ + "e2a1d56b-b122-490f-9cea-56e39d48722b" + ], + "x-ms-correlation-request-id": [ + "e2a1d56b-b122-490f-9cea-56e39d48722b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192249Z:e2a1d56b-b122-490f-9cea-56e39d48722b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "259b86e4-374e-4256-9ca7-56819bb176f5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12951" + ], + "x-ms-request-id": [ + "a9023d85-9d03-49d8-9766-96f23279f315" + ], + "x-ms-correlation-request-id": [ + "a9023d85-9d03-49d8-9766-96f23279f315" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192249Z:a9023d85-9d03-49d8-9766-96f23279f315" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "45df8c58-3bca-4de6-99c5-51269c99eead" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12949" + ], + "x-ms-request-id": [ + "a9cf9ee8-93d6-4c20-b553-5fd8d76d9bcc" + ], + "x-ms-correlation-request-id": [ + "a9cf9ee8-93d6-4c20-b553-5fd8d76d9bcc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192250Z:a9cf9ee8-93d6-4c20-b553-5fd8d76d9bcc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f0567dd7-6d42-449c-90e0-b2c4ab3b0bdd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12947" + ], + "x-ms-request-id": [ + "95255280-a4e7-4cb2-a462-021bfdd64454" + ], + "x-ms-correlation-request-id": [ + "95255280-a4e7-4cb2-a462-021bfdd64454" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192250Z:95255280-a4e7-4cb2-a462-021bfdd64454" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2752af21-ad63-42a8-8ac9-4d5fe3ce9ae1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12945" + ], + "x-ms-request-id": [ + "18d59aeb-5238-4e2a-90da-836a55531ee5" + ], + "x-ms-correlation-request-id": [ + "18d59aeb-5238-4e2a-90da-836a55531ee5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192250Z:18d59aeb-5238-4e2a-90da-836a55531ee5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "680c6c3d-fe90-4779-ab55-9f2ab9b495a8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12943" + ], + "x-ms-request-id": [ + "ec6a8754-578d-45dc-8642-eb7d5cb7e70e" + ], + "x-ms-correlation-request-id": [ + "ec6a8754-578d-45dc-8642-eb7d5cb7e70e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192250Z:ec6a8754-578d-45dc-8642-eb7d5cb7e70e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "87bfe54a-2a20-44ee-b2cc-a61741001222" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12941" + ], + "x-ms-request-id": [ + "04dad444-ce0c-4be0-abef-d6c9a84c400d" + ], + "x-ms-correlation-request-id": [ + "04dad444-ce0c-4be0-abef-d6c9a84c400d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192250Z:04dad444-ce0c-4be0-abef-d6c9a84c400d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1ac8f5cc-1a6c-4543-91f8-4f576afd2567" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12939" + ], + "x-ms-request-id": [ + "1a3ea866-c735-49b8-8d85-dffa5085a934" + ], + "x-ms-correlation-request-id": [ + "1a3ea866-c735-49b8-8d85-dffa5085a934" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192251Z:1a3ea866-c735-49b8-8d85-dffa5085a934" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b3b5ca6d-e21d-406a-9e37-cdbaaaf8127f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12937" + ], + "x-ms-request-id": [ + "3a483e23-ff88-4735-a55f-6b4a153b9f12" + ], + "x-ms-correlation-request-id": [ + "3a483e23-ff88-4735-a55f-6b4a153b9f12" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192251Z:3a483e23-ff88-4735-a55f-6b4a153b9f12" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0157c82-95d9-4195-b74b-c7f3c28e071d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12935" + ], + "x-ms-request-id": [ + "5869a750-233f-4c86-8a24-fc69971a414b" + ], + "x-ms-correlation-request-id": [ + "5869a750-233f-4c86-8a24-fc69971a414b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192251Z:5869a750-233f-4c86-8a24-fc69971a414b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9953d66c-c552-4274-93f8-0d5bad1fb406" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12933" + ], + "x-ms-request-id": [ + "cdb24b77-e155-465a-9f8c-f8fe74c87d71" + ], + "x-ms-correlation-request-id": [ + "cdb24b77-e155-465a-9f8c-f8fe74c87d71" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192251Z:cdb24b77-e155-465a-9f8c-f8fe74c87d71" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f3cd714c-d2c0-4363-a1f1-33d785356aff" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12931" + ], + "x-ms-request-id": [ + "078d418c-1d62-4e34-bbbd-7cca9abd5305" + ], + "x-ms-correlation-request-id": [ + "078d418c-1d62-4e34-bbbd-7cca9abd5305" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192251Z:078d418c-1d62-4e34-bbbd-7cca9abd5305" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2814ff98-a2a7-41c0-aa82-ede146541180" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12929" + ], + "x-ms-request-id": [ + "8f53500b-1417-42da-9b62-51e9e9052d84" + ], + "x-ms-correlation-request-id": [ + "8f53500b-1417-42da-9b62-51e9e9052d84" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192252Z:8f53500b-1417-42da-9b62-51e9e9052d84" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "efdd1bab-feb0-4968-a7b4-d5503af4e1ec" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12927" + ], + "x-ms-request-id": [ + "4c0fd272-39f0-407d-9e01-5737a7af8354" + ], + "x-ms-correlation-request-id": [ + "4c0fd272-39f0-407d-9e01-5737a7af8354" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192252Z:4c0fd272-39f0-407d-9e01-5737a7af8354" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d6909727-b117-4ecb-85a7-c1a1b543669d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12925" + ], + "x-ms-request-id": [ + "11179315-2bdb-4c1f-9562-ecc50c9da904" + ], + "x-ms-correlation-request-id": [ + "11179315-2bdb-4c1f-9562-ecc50c9da904" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192252Z:11179315-2bdb-4c1f-9562-ecc50c9da904" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cae102d4-58ae-4af2-9a51-43c0303a7074" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12923" + ], + "x-ms-request-id": [ + "7aa97b94-a826-4998-a98c-d039c21898d7" + ], + "x-ms-correlation-request-id": [ + "7aa97b94-a826-4998-a98c-d039c21898d7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192252Z:7aa97b94-a826-4998-a98c-d039c21898d7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b7ba8f00-c981-463f-8070-10f146bc043c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12921" + ], + "x-ms-request-id": [ + "e359cd73-10c5-4f53-a5f1-580bb714c8bf" + ], + "x-ms-correlation-request-id": [ + "e359cd73-10c5-4f53-a5f1-580bb714c8bf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192252Z:e359cd73-10c5-4f53-a5f1-580bb714c8bf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c6ff74ec-f282-44af-86ab-221ea5fb6a71" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12919" + ], + "x-ms-request-id": [ + "f575d8ca-817e-4a0b-9675-cdffd9e92795" + ], + "x-ms-correlation-request-id": [ + "f575d8ca-817e-4a0b-9675-cdffd9e92795" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192253Z:f575d8ca-817e-4a0b-9675-cdffd9e92795" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a140dbb0-6af9-40de-aa75-9f1aec332e19" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12917" + ], + "x-ms-request-id": [ + "d0cd2a08-0cfe-4c44-83a3-ea678a4f572d" + ], + "x-ms-correlation-request-id": [ + "d0cd2a08-0cfe-4c44-83a3-ea678a4f572d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192253Z:d0cd2a08-0cfe-4c44-83a3-ea678a4f572d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e2652bf1-bcc4-4c91-a1d2-273c3d36b289" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12915" + ], + "x-ms-request-id": [ + "7b038541-9591-4881-907c-22c5c6d7fb93" + ], + "x-ms-correlation-request-id": [ + "7b038541-9591-4881-907c-22c5c6d7fb93" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192253Z:7b038541-9591-4881-907c-22c5c6d7fb93" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8f4feb0b-c37b-4df0-bc8b-69cbe75b7f9d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12913" + ], + "x-ms-request-id": [ + "8059fed9-ad6d-4402-a944-8d6036201afc" + ], + "x-ms-correlation-request-id": [ + "8059fed9-ad6d-4402-a944-8d6036201afc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192253Z:8059fed9-ad6d-4402-a944-8d6036201afc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d217a764-2312-43b2-ae51-2f30b363386f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12911" + ], + "x-ms-request-id": [ + "f0fb1226-8272-422e-b9d7-320ba4ec386b" + ], + "x-ms-correlation-request-id": [ + "f0fb1226-8272-422e-b9d7-320ba4ec386b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192253Z:f0fb1226-8272-422e-b9d7-320ba4ec386b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "187b0615-36eb-4cb9-ba97-029c66649fa5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12909" + ], + "x-ms-request-id": [ + "40942a49-d560-4492-ba5f-1cc37ca0b324" + ], + "x-ms-correlation-request-id": [ + "40942a49-d560-4492-ba5f-1cc37ca0b324" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192254Z:40942a49-d560-4492-ba5f-1cc37ca0b324" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "01fbf087-d933-49a3-90d7-1a06f96bb42d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12907" + ], + "x-ms-request-id": [ + "a2293507-80de-4330-9aad-087af719f8b8" + ], + "x-ms-correlation-request-id": [ + "a2293507-80de-4330-9aad-087af719f8b8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192254Z:a2293507-80de-4330-9aad-087af719f8b8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e001d1bd-9b3d-4470-b8db-9eab4d9da2dc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12905" + ], + "x-ms-request-id": [ + "8c193658-6a22-47a4-9b39-fe4d78725ee5" + ], + "x-ms-correlation-request-id": [ + "8c193658-6a22-47a4-9b39-fe4d78725ee5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192254Z:8c193658-6a22-47a4-9b39-fe4d78725ee5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0dbd32b3-71e7-4dd1-9d9b-ea5076ba503a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12903" + ], + "x-ms-request-id": [ + "ef93671a-b512-4cec-8d36-7f4486ed63b6" + ], + "x-ms-correlation-request-id": [ + "ef93671a-b512-4cec-8d36-7f4486ed63b6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192254Z:ef93671a-b512-4cec-8d36-7f4486ed63b6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c1b123ee-f461-44fc-875c-456914b53e21" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12901" + ], + "x-ms-request-id": [ + "1d776049-df20-46b9-a9fe-e9d73722c1ce" + ], + "x-ms-correlation-request-id": [ + "1d776049-df20-46b9-a9fe-e9d73722c1ce" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192254Z:1d776049-df20-46b9-a9fe-e9d73722c1ce" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "67c83aa1-9a91-47c1-a8b9-ff8493eb9ba0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12899" + ], + "x-ms-request-id": [ + "b4dfc30a-2de6-4d1f-b2f1-1e8c1ff83889" + ], + "x-ms-correlation-request-id": [ + "b4dfc30a-2de6-4d1f-b2f1-1e8c1ff83889" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192254Z:b4dfc30a-2de6-4d1f-b2f1-1e8c1ff83889" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7d6d5c54-ed3e-4865-b914-4ff08364f577" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12897" + ], + "x-ms-request-id": [ + "32231fda-564d-41fe-89b9-b329b2f1f064" + ], + "x-ms-correlation-request-id": [ + "32231fda-564d-41fe-89b9-b329b2f1f064" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192255Z:32231fda-564d-41fe-89b9-b329b2f1f064" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2af1c58f-09f5-409f-bffb-0da8cb1121f0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12895" + ], + "x-ms-request-id": [ + "20387b87-065e-43a2-acfe-6cff8530f22e" + ], + "x-ms-correlation-request-id": [ + "20387b87-065e-43a2-acfe-6cff8530f22e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192255Z:20387b87-065e-43a2-acfe-6cff8530f22e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "677d832c-b66d-45b8-b87d-c173107b7a3b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12893" + ], + "x-ms-request-id": [ + "1f51f73d-729b-480a-bd33-2f3024bb9473" + ], + "x-ms-correlation-request-id": [ + "1f51f73d-729b-480a-bd33-2f3024bb9473" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192255Z:1f51f73d-729b-480a-bd33-2f3024bb9473" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a7ea1356-ee1d-431f-acae-2faf48a8b1cc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12891" + ], + "x-ms-request-id": [ + "5cbb7637-e807-4247-8bec-81a1eecbb4f2" + ], + "x-ms-correlation-request-id": [ + "5cbb7637-e807-4247-8bec-81a1eecbb4f2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192255Z:5cbb7637-e807-4247-8bec-81a1eecbb4f2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c27fd8f4-8aa8-4738-864e-8deb89bce2fa" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12889" + ], + "x-ms-request-id": [ + "8bad0a35-9e3d-4687-aac9-50cee2f3aa51" + ], + "x-ms-correlation-request-id": [ + "8bad0a35-9e3d-4687-aac9-50cee2f3aa51" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192256Z:8bad0a35-9e3d-4687-aac9-50cee2f3aa51" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ed09f424-090c-4e41-a5ca-a5c7031f6100" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12887" + ], + "x-ms-request-id": [ + "d681022a-4a7b-4e2b-85ff-4c04e1496021" + ], + "x-ms-correlation-request-id": [ + "d681022a-4a7b-4e2b-85ff-4c04e1496021" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192256Z:d681022a-4a7b-4e2b-85ff-4c04e1496021" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "22c3eb53-7bab-4934-8a96-3fc2603b14e2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12885" + ], + "x-ms-request-id": [ + "35ea19ae-5306-43b9-8df7-ed7cfe7e7a82" + ], + "x-ms-correlation-request-id": [ + "35ea19ae-5306-43b9-8df7-ed7cfe7e7a82" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192256Z:35ea19ae-5306-43b9-8df7-ed7cfe7e7a82" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e58f8045-d1c5-4677-bb2d-609c59dff7e6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12883" + ], + "x-ms-request-id": [ + "5d4ea849-581d-44d3-8a82-64008b2c4dcb" + ], + "x-ms-correlation-request-id": [ + "5d4ea849-581d-44d3-8a82-64008b2c4dcb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192256Z:5d4ea849-581d-44d3-8a82-64008b2c4dcb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f699f9e-7189-4d23-911c-d5e5ec46b7d3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12881" + ], + "x-ms-request-id": [ + "18345534-cbf2-412e-9c61-4f7ad4ef9038" + ], + "x-ms-correlation-request-id": [ + "18345534-cbf2-412e-9c61-4f7ad4ef9038" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192256Z:18345534-cbf2-412e-9c61-4f7ad4ef9038" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0e8f0bd8-2961-4e99-b755-d0451c8ac611" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12879" + ], + "x-ms-request-id": [ + "03f8a767-302a-4a87-9062-b2164f1a9d41" + ], + "x-ms-correlation-request-id": [ + "03f8a767-302a-4a87-9062-b2164f1a9d41" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192256Z:03f8a767-302a-4a87-9062-b2164f1a9d41" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "81f15d0a-f3c4-45b1-90f2-c0d25b14a454" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12877" + ], + "x-ms-request-id": [ + "528d7362-bbc4-43a3-90d4-8fcd75dce690" + ], + "x-ms-correlation-request-id": [ + "528d7362-bbc4-43a3-90d4-8fcd75dce690" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192257Z:528d7362-bbc4-43a3-90d4-8fcd75dce690" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0bcaf8e-3609-4fa8-b4c2-f4725b8c537c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12875" + ], + "x-ms-request-id": [ + "799e31a1-3236-429e-8359-e7da57814074" + ], + "x-ms-correlation-request-id": [ + "799e31a1-3236-429e-8359-e7da57814074" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192257Z:799e31a1-3236-429e-8359-e7da57814074" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cf0e9732-5b3e-4f11-9199-8964c1a674c8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12873" + ], + "x-ms-request-id": [ + "f3afc889-3910-419c-be54-e321af34fee0" + ], + "x-ms-correlation-request-id": [ + "f3afc889-3910-419c-be54-e321af34fee0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192257Z:f3afc889-3910-419c-be54-e321af34fee0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f732a02d-be4f-4ed9-9a0e-1f0ef7337bb7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12871" + ], + "x-ms-request-id": [ + "dfeaab9a-53c7-46db-91c0-b5f7a97a53c1" + ], + "x-ms-correlation-request-id": [ + "dfeaab9a-53c7-46db-91c0-b5f7a97a53c1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192257Z:dfeaab9a-53c7-46db-91c0-b5f7a97a53c1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2d15544a-09c3-4964-997d-505c2d925b11" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12869" + ], + "x-ms-request-id": [ + "f5ce6ee8-e6fd-482c-afd6-d192f608677b" + ], + "x-ms-correlation-request-id": [ + "f5ce6ee8-e6fd-482c-afd6-d192f608677b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192257Z:f5ce6ee8-e6fd-482c-afd6-d192f608677b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "207aa5f5-2d8b-4e9c-9f31-15b688fa5a74" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12867" + ], + "x-ms-request-id": [ + "66d08b57-818c-40dc-9f73-291e0a989865" + ], + "x-ms-correlation-request-id": [ + "66d08b57-818c-40dc-9f73-291e0a989865" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192258Z:66d08b57-818c-40dc-9f73-291e0a989865" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "24c80942-111e-4e6f-b5d3-2a8897ff2a0d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12865" + ], + "x-ms-request-id": [ + "278c4542-8bfa-4db3-8dd2-6ccbda67f516" + ], + "x-ms-correlation-request-id": [ + "278c4542-8bfa-4db3-8dd2-6ccbda67f516" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192258Z:278c4542-8bfa-4db3-8dd2-6ccbda67f516" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "47efeddc-4297-496f-86bb-5beb5281f2fb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12863" + ], + "x-ms-request-id": [ + "b5af9306-dfa6-4a30-93a5-fdf44864abd3" + ], + "x-ms-correlation-request-id": [ + "b5af9306-dfa6-4a30-93a5-fdf44864abd3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192258Z:b5af9306-dfa6-4a30-93a5-fdf44864abd3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1de49cb6-fe46-431c-9c6b-9c986c25dd2e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12861" + ], + "x-ms-request-id": [ + "bf89123a-e732-47c1-ba51-ebb7e06e7fdc" + ], + "x-ms-correlation-request-id": [ + "bf89123a-e732-47c1-ba51-ebb7e06e7fdc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192258Z:bf89123a-e732-47c1-ba51-ebb7e06e7fdc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f03f4103-ca27-4de6-8181-e34b35e1b047" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12859" + ], + "x-ms-request-id": [ + "9119877e-3543-4c03-832b-e13a8fdd9b83" + ], + "x-ms-correlation-request-id": [ + "9119877e-3543-4c03-832b-e13a8fdd9b83" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192258Z:9119877e-3543-4c03-832b-e13a8fdd9b83" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ba527d5a-976f-491e-a892-cb00a094d84f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12857" + ], + "x-ms-request-id": [ + "987ebf9c-f374-4933-9acc-6481e7d07e52" + ], + "x-ms-correlation-request-id": [ + "987ebf9c-f374-4933-9acc-6481e7d07e52" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192259Z:987ebf9c-f374-4933-9acc-6481e7d07e52" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "87771cad-d6f0-4248-a1af-814e297085f8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12855" + ], + "x-ms-request-id": [ + "5af13c3f-27a5-488d-9a8f-fbcaff631ab7" + ], + "x-ms-correlation-request-id": [ + "5af13c3f-27a5-488d-9a8f-fbcaff631ab7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192259Z:5af13c3f-27a5-488d-9a8f-fbcaff631ab7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "13de5630-5c28-46e3-a463-aa14a32948e5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12853" + ], + "x-ms-request-id": [ + "0ceecf85-e962-4422-9d0e-0d3580cdccac" + ], + "x-ms-correlation-request-id": [ + "0ceecf85-e962-4422-9d0e-0d3580cdccac" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192259Z:0ceecf85-e962-4422-9d0e-0d3580cdccac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "78d0a576-6c3c-4f36-8520-6df0de75620a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12851" + ], + "x-ms-request-id": [ + "7584c138-ebe9-42a4-b53f-a653f522e1d3" + ], + "x-ms-correlation-request-id": [ + "7584c138-ebe9-42a4-b53f-a653f522e1d3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192259Z:7584c138-ebe9-42a4-b53f-a653f522e1d3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "33040ac6-c304-4515-964c-1bde1f6df8b2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:44.2742929Z\",\r\n \"duration\": \"PT2M45.5129586S\",\r\n \"trackingId\": \"70fce087-96f0-42c8-83ec-41f7ca5ced96\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12849" + ], + "x-ms-request-id": [ + "ef700110-5f0b-4d00-a325-9282004f78f8" + ], + "x-ms-correlation-request-id": [ + "ef700110-5f0b-4d00-a325-9282004f78f8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192259Z:ef700110-5f0b-4d00-a325-9282004f78f8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e8967222-3594-4526-8b3e-039b1b190992" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12847" + ], + "x-ms-request-id": [ + "be6f934b-577f-4ff4-a77b-f9fd759f2c5c" + ], + "x-ms-correlation-request-id": [ + "be6f934b-577f-4ff4-a77b-f9fd759f2c5c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192300Z:be6f934b-577f-4ff4-a77b-f9fd759f2c5c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d579ea8f-71c8-40f2-a20e-0489cd853ce4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12845" + ], + "x-ms-request-id": [ + "b9f79b28-6a08-4972-9e16-5f5899ea04f1" + ], + "x-ms-correlation-request-id": [ + "b9f79b28-6a08-4972-9e16-5f5899ea04f1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192300Z:b9f79b28-6a08-4972-9e16-5f5899ea04f1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d6db43f8-dddb-4704-9e14-ca9d7f55d6cc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12843" + ], + "x-ms-request-id": [ + "abfd9c69-37a9-4c95-90bb-3fc29b2e841f" + ], + "x-ms-correlation-request-id": [ + "abfd9c69-37a9-4c95-90bb-3fc29b2e841f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192300Z:abfd9c69-37a9-4c95-90bb-3fc29b2e841f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "31867581-b454-4ae5-b9d8-7b32ca9e69de" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12841" + ], + "x-ms-request-id": [ + "913ef0ab-6f38-403c-941a-622c0827ffa4" + ], + "x-ms-correlation-request-id": [ + "913ef0ab-6f38-403c-941a-622c0827ffa4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192300Z:913ef0ab-6f38-403c-941a-622c0827ffa4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b539ff90-efcc-4e8c-8949-3b7079335040" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12839" + ], + "x-ms-request-id": [ + "0dace438-f5a4-44c7-84ee-ad4cbd7693e4" + ], + "x-ms-correlation-request-id": [ + "0dace438-f5a4-44c7-84ee-ad4cbd7693e4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192300Z:0dace438-f5a4-44c7-84ee-ad4cbd7693e4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "02e1088d-3030-45e4-8ea4-ae4670f453cf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12837" + ], + "x-ms-request-id": [ + "5182e423-8d14-41b8-abca-c22a9b6bf182" + ], + "x-ms-correlation-request-id": [ + "5182e423-8d14-41b8-abca-c22a9b6bf182" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192301Z:5182e423-8d14-41b8-abca-c22a9b6bf182" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d1dddc4b-10a7-4e86-8dd2-99aac3789cd4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12835" + ], + "x-ms-request-id": [ + "a6161301-95cd-4851-8548-9798e5a9b6b9" + ], + "x-ms-correlation-request-id": [ + "a6161301-95cd-4851-8548-9798e5a9b6b9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192301Z:a6161301-95cd-4851-8548-9798e5a9b6b9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ce2a38f2-3e1a-4e64-b6c1-753159d038a7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12833" + ], + "x-ms-request-id": [ + "5c749675-aafe-42e1-b4b7-f2593619f92b" + ], + "x-ms-correlation-request-id": [ + "5c749675-aafe-42e1-b4b7-f2593619f92b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192301Z:5c749675-aafe-42e1-b4b7-f2593619f92b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c3fd1990-a3d3-4058-98fd-f12c3f16f259" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12831" + ], + "x-ms-request-id": [ + "63ba4235-8aa9-4836-b47b-fb3bd516871a" + ], + "x-ms-correlation-request-id": [ + "63ba4235-8aa9-4836-b47b-fb3bd516871a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192301Z:63ba4235-8aa9-4836-b47b-fb3bd516871a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f1a1ea26-50f0-4e72-b163-178c66d72851" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12829" + ], + "x-ms-request-id": [ + "f7c49892-4492-48ab-8cac-822b30d2f595" + ], + "x-ms-correlation-request-id": [ + "f7c49892-4492-48ab-8cac-822b30d2f595" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192301Z:f7c49892-4492-48ab-8cac-822b30d2f595" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bb0bc805-63bc-4755-85b3-e46ce988f569" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12827" + ], + "x-ms-request-id": [ + "89791aaa-c3a3-4fcb-847e-68277715508d" + ], + "x-ms-correlation-request-id": [ + "89791aaa-c3a3-4fcb-847e-68277715508d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192301Z:89791aaa-c3a3-4fcb-847e-68277715508d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8d3d6589-208f-46ee-8908-754b76ec22ff" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12825" + ], + "x-ms-request-id": [ + "111695bb-f090-4d7e-91f6-46769cb24322" + ], + "x-ms-correlation-request-id": [ + "111695bb-f090-4d7e-91f6-46769cb24322" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192302Z:111695bb-f090-4d7e-91f6-46769cb24322" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0840bbd-f2ce-4e20-aa75-c178b6c55cf9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12823" + ], + "x-ms-request-id": [ + "9b532d11-48cf-4d57-9a0f-cc76ed47396c" + ], + "x-ms-correlation-request-id": [ + "9b532d11-48cf-4d57-9a0f-cc76ed47396c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192302Z:9b532d11-48cf-4d57-9a0f-cc76ed47396c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e83327e3-458c-42d4-a28b-7765bf691edd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12821" + ], + "x-ms-request-id": [ + "e85500ae-2f44-4a78-ab36-9fe6f9883258" + ], + "x-ms-correlation-request-id": [ + "e85500ae-2f44-4a78-ab36-9fe6f9883258" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192302Z:e85500ae-2f44-4a78-ab36-9fe6f9883258" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "26bdd457-6cce-4010-b8d8-77a2020befac" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12819" + ], + "x-ms-request-id": [ + "18add562-683f-4a0d-b3c9-15c9fbf342b1" + ], + "x-ms-correlation-request-id": [ + "18add562-683f-4a0d-b3c9-15c9fbf342b1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192302Z:18add562-683f-4a0d-b3c9-15c9fbf342b1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7b9590d7-6161-453e-a28b-5ebb2e1425b3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12817" + ], + "x-ms-request-id": [ + "65532563-46e7-4011-a3a7-7db589ee8e0a" + ], + "x-ms-correlation-request-id": [ + "65532563-46e7-4011-a3a7-7db589ee8e0a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192302Z:65532563-46e7-4011-a3a7-7db589ee8e0a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3a8c201f-b168-4038-a966-b6bd0b7e7ab8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12815" + ], + "x-ms-request-id": [ + "a1ec4b01-7a5a-440e-b022-3e5949081f34" + ], + "x-ms-correlation-request-id": [ + "a1ec4b01-7a5a-440e-b022-3e5949081f34" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192303Z:a1ec4b01-7a5a-440e-b022-3e5949081f34" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8813ffbc-4706-4be7-835b-7f182e2176a6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12813" + ], + "x-ms-request-id": [ + "80e45a45-0a00-413b-98ef-56e0af795c1f" + ], + "x-ms-correlation-request-id": [ + "80e45a45-0a00-413b-98ef-56e0af795c1f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192303Z:80e45a45-0a00-413b-98ef-56e0af795c1f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f061ca6f-d5b4-48eb-8453-ef09c5e02be9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12811" + ], + "x-ms-request-id": [ + "d77a3ae1-85d1-4515-b698-993a0cd04375" + ], + "x-ms-correlation-request-id": [ + "d77a3ae1-85d1-4515-b698-993a0cd04375" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192303Z:d77a3ae1-85d1-4515-b698-993a0cd04375" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b5c2e0c3-d954-453c-861e-95e58c8f3e40" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12809" + ], + "x-ms-request-id": [ + "2d4020b2-ed9f-45cc-a54e-ffe41a88a034" + ], + "x-ms-correlation-request-id": [ + "2d4020b2-ed9f-45cc-a54e-ffe41a88a034" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192304Z:2d4020b2-ed9f-45cc-a54e-ffe41a88a034" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b1d34701-290d-4c20-9384-ffde66c5d60e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12807" + ], + "x-ms-request-id": [ + "f49ceece-2bb3-4192-9ad7-1cca2094317c" + ], + "x-ms-correlation-request-id": [ + "f49ceece-2bb3-4192-9ad7-1cca2094317c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192304Z:f49ceece-2bb3-4192-9ad7-1cca2094317c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4cf3d4b6-9adb-41f0-8638-6ed186a2b77d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12805" + ], + "x-ms-request-id": [ + "8d74879e-fbec-4283-8318-4a70ded956e5" + ], + "x-ms-correlation-request-id": [ + "8d74879e-fbec-4283-8318-4a70ded956e5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192304Z:8d74879e-fbec-4283-8318-4a70ded956e5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "286c48af-2a22-4d36-a745-4ad8e332eae1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12803" + ], + "x-ms-request-id": [ + "5f3162d3-9ddb-4de7-80c9-7217cb30a766" + ], + "x-ms-correlation-request-id": [ + "5f3162d3-9ddb-4de7-80c9-7217cb30a766" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192304Z:5f3162d3-9ddb-4de7-80c9-7217cb30a766" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "95fd00bf-b886-4178-8084-01ef0b34b16d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12801" + ], + "x-ms-request-id": [ + "cbb51df5-2f53-4c89-b2b7-3dd83f8e5527" + ], + "x-ms-correlation-request-id": [ + "cbb51df5-2f53-4c89-b2b7-3dd83f8e5527" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192304Z:cbb51df5-2f53-4c89-b2b7-3dd83f8e5527" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f8bdeca4-2086-4049-ba24-9b8c9544f39f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12799" + ], + "x-ms-request-id": [ + "56ef0ed3-dc74-48ba-b10d-27b25a1094ee" + ], + "x-ms-correlation-request-id": [ + "56ef0ed3-dc74-48ba-b10d-27b25a1094ee" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192305Z:56ef0ed3-dc74-48ba-b10d-27b25a1094ee" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c8449116-b9d5-4c74-9be2-9b6d18a614db" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12797" + ], + "x-ms-request-id": [ + "028f367b-8f7a-4b3e-b45a-d4d4aaa46585" + ], + "x-ms-correlation-request-id": [ + "028f367b-8f7a-4b3e-b45a-d4d4aaa46585" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192305Z:028f367b-8f7a-4b3e-b45a-d4d4aaa46585" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dc49f033-cde7-4dff-b312-41dc9ce685b3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12795" + ], + "x-ms-request-id": [ + "ebae5718-28b7-4521-9641-60ee09271b68" + ], + "x-ms-correlation-request-id": [ + "ebae5718-28b7-4521-9641-60ee09271b68" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192305Z:ebae5718-28b7-4521-9641-60ee09271b68" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "19f68bfb-8de0-4a59-ab96-b8c21b619dff" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12793" + ], + "x-ms-request-id": [ + "cdda0390-3676-4738-9286-5420268d00fb" + ], + "x-ms-correlation-request-id": [ + "cdda0390-3676-4738-9286-5420268d00fb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192305Z:cdda0390-3676-4738-9286-5420268d00fb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f330b03d-8021-4be5-bc68-8e3936817e51" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12791" + ], + "x-ms-request-id": [ + "4707a2b3-2088-4dcf-9fba-1630ee8d3ff1" + ], + "x-ms-correlation-request-id": [ + "4707a2b3-2088-4dcf-9fba-1630ee8d3ff1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192305Z:4707a2b3-2088-4dcf-9fba-1630ee8d3ff1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4eb9a0e4-121c-49a1-b34f-d6adce0cd003" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12789" + ], + "x-ms-request-id": [ + "4c96e87b-d91d-4274-947e-92b94b268134" + ], + "x-ms-correlation-request-id": [ + "4c96e87b-d91d-4274-947e-92b94b268134" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192306Z:4c96e87b-d91d-4274-947e-92b94b268134" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4ece83fa-9860-43f6-a4ca-4c7a2c3a6da9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12787" + ], + "x-ms-request-id": [ + "8eacd5a0-58fc-42e7-9b19-f5421be21043" + ], + "x-ms-correlation-request-id": [ + "8eacd5a0-58fc-42e7-9b19-f5421be21043" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192306Z:8eacd5a0-58fc-42e7-9b19-f5421be21043" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "43f05610-6abf-44d2-96f3-ce1ec77610c8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12785" + ], + "x-ms-request-id": [ + "81490229-745a-401c-8797-bc47bce08e53" + ], + "x-ms-correlation-request-id": [ + "81490229-745a-401c-8797-bc47bce08e53" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192306Z:81490229-745a-401c-8797-bc47bce08e53" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7aef844f-3c40-409e-a69b-74ec1c3ea00a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12783" + ], + "x-ms-request-id": [ + "3664acff-6c73-4587-b97d-dafb9ffe2ac6" + ], + "x-ms-correlation-request-id": [ + "3664acff-6c73-4587-b97d-dafb9ffe2ac6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192306Z:3664acff-6c73-4587-b97d-dafb9ffe2ac6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5df02b15-95fb-4e46-9ef2-19c727cc92c1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12781" + ], + "x-ms-request-id": [ + "ebb8e697-57af-454e-9194-95968c54d595" + ], + "x-ms-correlation-request-id": [ + "ebb8e697-57af-454e-9194-95968c54d595" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192306Z:ebb8e697-57af-454e-9194-95968c54d595" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eddf321b-5465-4445-b26c-446a0296bc3e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12779" + ], + "x-ms-request-id": [ + "46c540fd-f274-4c52-89b6-e93faed5678e" + ], + "x-ms-correlation-request-id": [ + "46c540fd-f274-4c52-89b6-e93faed5678e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192307Z:46c540fd-f274-4c52-89b6-e93faed5678e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "46471062-2f1b-4213-877b-9fe5c87ab66c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12777" + ], + "x-ms-request-id": [ + "f6ac2987-7c63-4bd2-be94-583a302cdf0c" + ], + "x-ms-correlation-request-id": [ + "f6ac2987-7c63-4bd2-be94-583a302cdf0c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192307Z:f6ac2987-7c63-4bd2-be94-583a302cdf0c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aa7511b3-9a57-40d3-ad69-8585b85db012" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12775" + ], + "x-ms-request-id": [ + "cbf86896-8e00-4f3e-bf9c-bf6d7b6cb669" + ], + "x-ms-correlation-request-id": [ + "cbf86896-8e00-4f3e-bf9c-bf6d7b6cb669" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192307Z:cbf86896-8e00-4f3e-bf9c-bf6d7b6cb669" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7752d61b-97b6-4ac3-96a7-9e70b64d9d55" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12773" + ], + "x-ms-request-id": [ + "43fb8baa-1ce0-4649-a9d4-59e5601415b0" + ], + "x-ms-correlation-request-id": [ + "43fb8baa-1ce0-4649-a9d4-59e5601415b0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192307Z:43fb8baa-1ce0-4649-a9d4-59e5601415b0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "95037de8-d72a-4270-b173-c5fb1061a91c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12771" + ], + "x-ms-request-id": [ + "0f898bd5-c0fc-4c79-81e7-ad15bd401393" + ], + "x-ms-correlation-request-id": [ + "0f898bd5-c0fc-4c79-81e7-ad15bd401393" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192307Z:0f898bd5-c0fc-4c79-81e7-ad15bd401393" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "062031f5-56bd-4b15-924a-f3e20a772eb7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12769" + ], + "x-ms-request-id": [ + "daceec44-b8f8-4c2e-8b36-3a69b98f5f7f" + ], + "x-ms-correlation-request-id": [ + "daceec44-b8f8-4c2e-8b36-3a69b98f5f7f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192308Z:daceec44-b8f8-4c2e-8b36-3a69b98f5f7f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fb6acf3c-d8c8-449a-93e0-9d31723fd265" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12767" + ], + "x-ms-request-id": [ + "932c9f3a-199d-4859-a106-24b91b360e95" + ], + "x-ms-correlation-request-id": [ + "932c9f3a-199d-4859-a106-24b91b360e95" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192308Z:932c9f3a-199d-4859-a106-24b91b360e95" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f11d8c1c-8794-4819-8a0f-dc26cf170364" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12765" + ], + "x-ms-request-id": [ + "a0f6a0e9-67c5-42fe-983e-dfbd5f4e38e3" + ], + "x-ms-correlation-request-id": [ + "a0f6a0e9-67c5-42fe-983e-dfbd5f4e38e3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192308Z:a0f6a0e9-67c5-42fe-983e-dfbd5f4e38e3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "82735535-8464-4f08-bf73-b092a137b092" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12763" + ], + "x-ms-request-id": [ + "bfc2c754-7cd3-4f78-b8da-640e556fa228" + ], + "x-ms-correlation-request-id": [ + "bfc2c754-7cd3-4f78-b8da-640e556fa228" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192308Z:bfc2c754-7cd3-4f78-b8da-640e556fa228" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ee346d18-6eb3-459a-8067-b0eef42571d8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12761" + ], + "x-ms-request-id": [ + "ba25544b-5c3f-4eed-b894-dbb9858b0410" + ], + "x-ms-correlation-request-id": [ + "ba25544b-5c3f-4eed-b894-dbb9858b0410" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192308Z:ba25544b-5c3f-4eed-b894-dbb9858b0410" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "370d78fe-d009-412f-b1e4-4e0586bdb83e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12759" + ], + "x-ms-request-id": [ + "f21733ac-efb7-4adf-9c77-856c8ed0e2d5" + ], + "x-ms-correlation-request-id": [ + "f21733ac-efb7-4adf-9c77-856c8ed0e2d5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192309Z:f21733ac-efb7-4adf-9c77-856c8ed0e2d5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c29c05bf-8064-44b6-a90f-c5a57a38701d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12757" + ], + "x-ms-request-id": [ + "32fde758-8da0-4315-9401-397eeae95549" + ], + "x-ms-correlation-request-id": [ + "32fde758-8da0-4315-9401-397eeae95549" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192309Z:32fde758-8da0-4315-9401-397eeae95549" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "db29f8d7-f6cc-422c-ba38-e05c4d1cc228" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12755" + ], + "x-ms-request-id": [ + "6eaecfde-f863-4430-8119-7fef2d1d50b6" + ], + "x-ms-correlation-request-id": [ + "6eaecfde-f863-4430-8119-7fef2d1d50b6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192309Z:6eaecfde-f863-4430-8119-7fef2d1d50b6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8a40ca2b-b784-4081-baf3-7d1a39b78393" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12753" + ], + "x-ms-request-id": [ + "46dce320-db6c-47b9-ab7b-11769e2dcd18" + ], + "x-ms-correlation-request-id": [ + "46dce320-db6c-47b9-ab7b-11769e2dcd18" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192309Z:46dce320-db6c-47b9-ab7b-11769e2dcd18" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f451b29-d942-4ea2-b4d6-b784d53c0c5c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12751" + ], + "x-ms-request-id": [ + "e2466d60-910a-45e4-9eb9-0274a6dcc859" + ], + "x-ms-correlation-request-id": [ + "e2466d60-910a-45e4-9eb9-0274a6dcc859" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192309Z:e2466d60-910a-45e4-9eb9-0274a6dcc859" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fb3086d7-e04d-411b-aeea-24b2b823edb5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12749" + ], + "x-ms-request-id": [ + "1579781d-5e37-4cbb-afc5-e3c37fa68d77" + ], + "x-ms-correlation-request-id": [ + "1579781d-5e37-4cbb-afc5-e3c37fa68d77" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192309Z:1579781d-5e37-4cbb-afc5-e3c37fa68d77" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f2be5934-38c9-4c21-abdb-cf39b3937b7e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12747" + ], + "x-ms-request-id": [ + "81967599-9391-4847-aacc-41130874814d" + ], + "x-ms-correlation-request-id": [ + "81967599-9391-4847-aacc-41130874814d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192310Z:81967599-9391-4847-aacc-41130874814d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "43013a11-3309-4f3b-bdc8-340ca1ade450" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12745" + ], + "x-ms-request-id": [ + "deef94fc-13ec-4035-a9dd-33de5f41a753" + ], + "x-ms-correlation-request-id": [ + "deef94fc-13ec-4035-a9dd-33de5f41a753" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192310Z:deef94fc-13ec-4035-a9dd-33de5f41a753" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9a8b7452-6ad0-4463-9383-ae7c83d044c7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12743" + ], + "x-ms-request-id": [ + "51fb07a2-0ec9-4530-a839-6f6ac52f63bd" + ], + "x-ms-correlation-request-id": [ + "51fb07a2-0ec9-4530-a839-6f6ac52f63bd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192310Z:51fb07a2-0ec9-4530-a839-6f6ac52f63bd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9dad2dd2-dfd5-4fd0-b9cd-23cfbc11d15a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12741" + ], + "x-ms-request-id": [ + "2f39ba37-8e84-4b13-a1b3-84dea91ad67b" + ], + "x-ms-correlation-request-id": [ + "2f39ba37-8e84-4b13-a1b3-84dea91ad67b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192310Z:2f39ba37-8e84-4b13-a1b3-84dea91ad67b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d811387c-93b9-4a98-9448-456a10e2ec15" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12739" + ], + "x-ms-request-id": [ + "113c3caa-d5ad-4650-8b7e-4cb1faed7193" + ], + "x-ms-correlation-request-id": [ + "113c3caa-d5ad-4650-8b7e-4cb1faed7193" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192310Z:113c3caa-d5ad-4650-8b7e-4cb1faed7193" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bc308eb9-c9a5-4d68-804f-117be12c3572" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12737" + ], + "x-ms-request-id": [ + "6e584a8e-f28f-40e2-aac8-77200bf102ba" + ], + "x-ms-correlation-request-id": [ + "6e584a8e-f28f-40e2-aac8-77200bf102ba" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192311Z:6e584a8e-f28f-40e2-aac8-77200bf102ba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a2494fd6-4c18-4ef3-991b-be274e0ccb7b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12735" + ], + "x-ms-request-id": [ + "13065895-0d31-4347-b7b1-56330a893bf7" + ], + "x-ms-correlation-request-id": [ + "13065895-0d31-4347-b7b1-56330a893bf7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192311Z:13065895-0d31-4347-b7b1-56330a893bf7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d5cbadf8-6f1c-4d5c-ad17-3746394ad253" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12733" + ], + "x-ms-request-id": [ + "0e1a70d3-e335-4f1c-8e78-a39cf3635935" + ], + "x-ms-correlation-request-id": [ + "0e1a70d3-e335-4f1c-8e78-a39cf3635935" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192311Z:0e1a70d3-e335-4f1c-8e78-a39cf3635935" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "89302869-8dac-4ad5-af6a-59af1b4eacf2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12731" + ], + "x-ms-request-id": [ + "cb88bd3a-d0f9-450c-8832-fd1bb21a3571" + ], + "x-ms-correlation-request-id": [ + "cb88bd3a-d0f9-450c-8832-fd1bb21a3571" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192311Z:cb88bd3a-d0f9-450c-8832-fd1bb21a3571" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "873be8f7-6b2a-4629-894f-5e0f452fbf93" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12729" + ], + "x-ms-request-id": [ + "c11134b2-be4f-4d1a-a195-ba919bc684ee" + ], + "x-ms-correlation-request-id": [ + "c11134b2-be4f-4d1a-a195-ba919bc684ee" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192311Z:c11134b2-be4f-4d1a-a195-ba919bc684ee" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7d1db23e-a4e8-4b3e-84da-7213b71e8d9e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12727" + ], + "x-ms-request-id": [ + "bbf5913a-1d10-48d7-a9b7-6d7aedb58b9b" + ], + "x-ms-correlation-request-id": [ + "bbf5913a-1d10-48d7-a9b7-6d7aedb58b9b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192312Z:bbf5913a-1d10-48d7-a9b7-6d7aedb58b9b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ad3310d2-ca41-4097-a9a1-2d4b761f5ab9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12725" + ], + "x-ms-request-id": [ + "c6c26e29-6bc9-42e2-880d-b24f6a12a0c9" + ], + "x-ms-correlation-request-id": [ + "c6c26e29-6bc9-42e2-880d-b24f6a12a0c9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192312Z:c6c26e29-6bc9-42e2-880d-b24f6a12a0c9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b8ee54f7-2d67-4f3d-ace1-19db23334ee8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12723" + ], + "x-ms-request-id": [ + "f380f604-302d-412c-bcff-aa26b19395a9" + ], + "x-ms-correlation-request-id": [ + "f380f604-302d-412c-bcff-aa26b19395a9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192312Z:f380f604-302d-412c-bcff-aa26b19395a9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5e497159-6300-4440-9ec9-e39f84c299d1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12721" + ], + "x-ms-request-id": [ + "6410b9be-65c0-40e2-8bfc-6784d2f7459a" + ], + "x-ms-correlation-request-id": [ + "6410b9be-65c0-40e2-8bfc-6784d2f7459a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192312Z:6410b9be-65c0-40e2-8bfc-6784d2f7459a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c35ab0d3-0c4f-4e4b-bf49-56bd1e4cff13" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12719" + ], + "x-ms-request-id": [ + "14cbdf10-8802-480b-881b-2062b04390f0" + ], + "x-ms-correlation-request-id": [ + "14cbdf10-8802-480b-881b-2062b04390f0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192312Z:14cbdf10-8802-480b-881b-2062b04390f0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "039164ad-43d0-4a8f-b430-261e82bee6fb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12717" + ], + "x-ms-request-id": [ + "aa442b6a-dbfc-409f-84df-eba1efe21464" + ], + "x-ms-correlation-request-id": [ + "aa442b6a-dbfc-409f-84df-eba1efe21464" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192313Z:aa442b6a-dbfc-409f-84df-eba1efe21464" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "65947153-bec3-4811-9bc1-821a7f9da83b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12715" + ], + "x-ms-request-id": [ + "29ecb43e-42bc-4dbe-b541-b8e3e610ea8f" + ], + "x-ms-correlation-request-id": [ + "29ecb43e-42bc-4dbe-b541-b8e3e610ea8f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192313Z:29ecb43e-42bc-4dbe-b541-b8e3e610ea8f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5fb88d9a-589c-4ece-91fc-8acc02310b46" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12713" + ], + "x-ms-request-id": [ + "2fa18f4e-b39f-42c5-a9ac-07a597568d8d" + ], + "x-ms-correlation-request-id": [ + "2fa18f4e-b39f-42c5-a9ac-07a597568d8d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192313Z:2fa18f4e-b39f-42c5-a9ac-07a597568d8d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "80574cd9-bed9-4cd7-b745-2a78de1feaa6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12711" + ], + "x-ms-request-id": [ + "46994c1f-304b-4e84-82ee-2f60dceb4fed" + ], + "x-ms-correlation-request-id": [ + "46994c1f-304b-4e84-82ee-2f60dceb4fed" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192313Z:46994c1f-304b-4e84-82ee-2f60dceb4fed" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dab1e6a1-3324-4d32-9071-7b002a569e41" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12709" + ], + "x-ms-request-id": [ + "0d9a0f82-c1af-414c-ab67-8c054b84aee8" + ], + "x-ms-correlation-request-id": [ + "0d9a0f82-c1af-414c-ab67-8c054b84aee8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192313Z:0d9a0f82-c1af-414c-ab67-8c054b84aee8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eb0ec7c4-607a-43ec-a781-3fe77a596394" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12707" + ], + "x-ms-request-id": [ + "07c04d1f-b2ad-439a-bbe1-19ee1bab0a04" + ], + "x-ms-correlation-request-id": [ + "07c04d1f-b2ad-439a-bbe1-19ee1bab0a04" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192314Z:07c04d1f-b2ad-439a-bbe1-19ee1bab0a04" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cf2646bb-0c81-4b83-b37f-f0f72ccd10d1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12705" + ], + "x-ms-request-id": [ + "c73ee5f8-03d7-4569-b1cc-b04aa36b7bca" + ], + "x-ms-correlation-request-id": [ + "c73ee5f8-03d7-4569-b1cc-b04aa36b7bca" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192314Z:c73ee5f8-03d7-4569-b1cc-b04aa36b7bca" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "51faaeca-6ade-4664-b2cd-b61e8082da6d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12703" + ], + "x-ms-request-id": [ + "d53ece58-a8cd-4d1d-8823-c20f9815ad5f" + ], + "x-ms-correlation-request-id": [ + "d53ece58-a8cd-4d1d-8823-c20f9815ad5f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192314Z:d53ece58-a8cd-4d1d-8823-c20f9815ad5f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1bbae33c-32dc-485f-9de9-53b23da5bfb4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12701" + ], + "x-ms-request-id": [ + "6d600bc5-1be7-4a44-afc1-1f5412391c23" + ], + "x-ms-correlation-request-id": [ + "6d600bc5-1be7-4a44-afc1-1f5412391c23" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192314Z:6d600bc5-1be7-4a44-afc1-1f5412391c23" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2dfe5097-0892-4096-8f36-2158fd0456a1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12699" + ], + "x-ms-request-id": [ + "5f9d6d5f-f2c2-4c3e-8d04-54d9d4806732" + ], + "x-ms-correlation-request-id": [ + "5f9d6d5f-f2c2-4c3e-8d04-54d9d4806732" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192314Z:5f9d6d5f-f2c2-4c3e-8d04-54d9d4806732" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "981c93e3-ee6a-4fb2-842b-e3585d222d9e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12697" + ], + "x-ms-request-id": [ + "29d0cddf-fcdd-46ae-8f00-4fefd6b7b5ed" + ], + "x-ms-correlation-request-id": [ + "29d0cddf-fcdd-46ae-8f00-4fefd6b7b5ed" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192315Z:29d0cddf-fcdd-46ae-8f00-4fefd6b7b5ed" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bfd8fb06-0d69-483b-bc45-8cf1da448232" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12695" + ], + "x-ms-request-id": [ + "22048375-b29e-41c0-8f27-19be06856c3d" + ], + "x-ms-correlation-request-id": [ + "22048375-b29e-41c0-8f27-19be06856c3d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192315Z:22048375-b29e-41c0-8f27-19be06856c3d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "902d3475-156a-4778-868e-f52c4edeef75" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12693" + ], + "x-ms-request-id": [ + "b29e32f7-983b-4809-ba8c-d2be181a3c1e" + ], + "x-ms-correlation-request-id": [ + "b29e32f7-983b-4809-ba8c-d2be181a3c1e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192315Z:b29e32f7-983b-4809-ba8c-d2be181a3c1e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4a5e4d8b-6cc9-4272-8298-934976cedb3a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:22:59.9388039Z\",\r\n \"duration\": \"PT3M1.1774696S\",\r\n \"trackingId\": \"85ffd19f-2d30-4463-b09f-509d7ebd71e4\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6971" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12691" + ], + "x-ms-request-id": [ + "474f3a7a-8313-4ec1-9ac8-72c72aa8f487" + ], + "x-ms-correlation-request-id": [ + "474f3a7a-8313-4ec1-9ac8-72c72aa8f487" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192315Z:474f3a7a-8313-4ec1-9ac8-72c72aa8f487" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "266d882f-969a-4113-8062-a65fec576e59" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:23:15.6194724Z\",\r\n \"duration\": \"PT3M16.8581381S\",\r\n \"trackingId\": \"b3dc4ef2-1c2a-4a09-a02f-3fb7d9cfb2df\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12689" + ], + "x-ms-request-id": [ + "492ea421-8d63-41f9-acd0-dc05889ba16e" + ], + "x-ms-correlation-request-id": [ + "492ea421-8d63-41f9-acd0-dc05889ba16e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192315Z:492ea421-8d63-41f9-acd0-dc05889ba16e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c0442597-ffb8-46d3-b979-19deb5e1a87c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:23:15.6194724Z\",\r\n \"duration\": \"PT3M16.8581381S\",\r\n \"trackingId\": \"b3dc4ef2-1c2a-4a09-a02f-3fb7d9cfb2df\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6972" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12687" + ], + "x-ms-request-id": [ + "97bcf998-d39a-455a-b6ce-3adf2dad2235" + ], + "x-ms-correlation-request-id": [ + "97bcf998-d39a-455a-b6ce-3adf2dad2235" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192315Z:97bcf998-d39a-455a-b6ce-3adf2dad2235" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b9db47ee-7041-4565-a566-135fde1e364e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12685" + ], + "x-ms-request-id": [ + "a9eab583-2d04-4cde-9329-5187a72b8ae3" + ], + "x-ms-correlation-request-id": [ + "a9eab583-2d04-4cde-9329-5187a72b8ae3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192316Z:a9eab583-2d04-4cde-9329-5187a72b8ae3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1f885596-c67d-4aab-84c7-048d17d9cde0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12683" + ], + "x-ms-request-id": [ + "9f2c80d7-2ac3-4aef-bf40-3f1a291e88e4" + ], + "x-ms-correlation-request-id": [ + "9f2c80d7-2ac3-4aef-bf40-3f1a291e88e4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192316Z:9f2c80d7-2ac3-4aef-bf40-3f1a291e88e4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7e9ab179-f292-47e6-b1ae-55e0147c899a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12681" + ], + "x-ms-request-id": [ + "7b7ba677-b0e4-462e-828d-8d66d729a566" + ], + "x-ms-correlation-request-id": [ + "7b7ba677-b0e4-462e-828d-8d66d729a566" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192316Z:7b7ba677-b0e4-462e-828d-8d66d729a566" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "02b54475-ca36-40a7-8c3d-1267e4e63d41" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12679" + ], + "x-ms-request-id": [ + "97c5e5a1-d846-46db-9455-9d68e72f901a" + ], + "x-ms-correlation-request-id": [ + "97c5e5a1-d846-46db-9455-9d68e72f901a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192316Z:97c5e5a1-d846-46db-9455-9d68e72f901a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a2b7fb0d-c09f-40f2-b2e4-31282c17dac7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12677" + ], + "x-ms-request-id": [ + "b5dcbf0c-64d1-4253-92c6-e6238cd68d0b" + ], + "x-ms-correlation-request-id": [ + "b5dcbf0c-64d1-4253-92c6-e6238cd68d0b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192316Z:b5dcbf0c-64d1-4253-92c6-e6238cd68d0b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "796a123d-88fe-41a6-af15-242ec2511055" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12675" + ], + "x-ms-request-id": [ + "8108448f-05f5-4ff5-ac98-e34ab6560371" + ], + "x-ms-correlation-request-id": [ + "8108448f-05f5-4ff5-ac98-e34ab6560371" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192317Z:8108448f-05f5-4ff5-ac98-e34ab6560371" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4af61018-cd7c-499a-aa2d-0704d682ed36" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12673" + ], + "x-ms-request-id": [ + "51e67b33-96ec-4651-9355-9bb82c7a620a" + ], + "x-ms-correlation-request-id": [ + "51e67b33-96ec-4651-9355-9bb82c7a620a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192317Z:51e67b33-96ec-4651-9355-9bb82c7a620a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bbdfc540-f433-4ff4-9247-4b43e263be9d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12671" + ], + "x-ms-request-id": [ + "fe8f98ab-4eaf-443a-afe0-87f63588dd63" + ], + "x-ms-correlation-request-id": [ + "fe8f98ab-4eaf-443a-afe0-87f63588dd63" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192317Z:fe8f98ab-4eaf-443a-afe0-87f63588dd63" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "07c0ff0b-7cff-4f82-8843-6f2d9c9dff4b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12669" + ], + "x-ms-request-id": [ + "b87b5ad2-798e-4a70-97c8-96240abe0d3b" + ], + "x-ms-correlation-request-id": [ + "b87b5ad2-798e-4a70-97c8-96240abe0d3b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192317Z:b87b5ad2-798e-4a70-97c8-96240abe0d3b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "926baf14-4bee-4c95-8415-5e6f98e7bd0e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12667" + ], + "x-ms-request-id": [ + "4e909515-a589-47c9-b057-91cf285d0c71" + ], + "x-ms-correlation-request-id": [ + "4e909515-a589-47c9-b057-91cf285d0c71" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192317Z:4e909515-a589-47c9-b057-91cf285d0c71" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e1a26f90-957f-4626-9ca9-255a3586d47d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12665" + ], + "x-ms-request-id": [ + "4414a78d-27a5-4178-906d-add0c1f2cfda" + ], + "x-ms-correlation-request-id": [ + "4414a78d-27a5-4178-906d-add0c1f2cfda" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192318Z:4414a78d-27a5-4178-906d-add0c1f2cfda" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "45810cdd-d93c-4fbd-88e4-eb747b9b05e6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12663" + ], + "x-ms-request-id": [ + "21365501-a7cf-4190-8cd7-38f0c5ab212e" + ], + "x-ms-correlation-request-id": [ + "21365501-a7cf-4190-8cd7-38f0c5ab212e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192318Z:21365501-a7cf-4190-8cd7-38f0c5ab212e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "10946231-b526-43da-98b6-63473da1f971" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12661" + ], + "x-ms-request-id": [ + "3f1ab7cc-f88f-4140-9839-d022598bbbbd" + ], + "x-ms-correlation-request-id": [ + "3f1ab7cc-f88f-4140-9839-d022598bbbbd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192318Z:3f1ab7cc-f88f-4140-9839-d022598bbbbd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "04f295b8-b304-44de-aa29-ebd331665ac8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12659" + ], + "x-ms-request-id": [ + "882eb62e-8780-4751-9791-c8f25afc604d" + ], + "x-ms-correlation-request-id": [ + "882eb62e-8780-4751-9791-c8f25afc604d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192318Z:882eb62e-8780-4751-9791-c8f25afc604d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "94712d4a-8ae8-4ccd-ac1b-7617b181cdec" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12657" + ], + "x-ms-request-id": [ + "0a8e53cb-e066-4e6a-88b1-5b9f2d7e789c" + ], + "x-ms-correlation-request-id": [ + "0a8e53cb-e066-4e6a-88b1-5b9f2d7e789c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192318Z:0a8e53cb-e066-4e6a-88b1-5b9f2d7e789c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a9362f52-8dd4-4725-aa40-f885a5a98de2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12655" + ], + "x-ms-request-id": [ + "4da3362b-5679-4499-b61d-c0eb809dda8a" + ], + "x-ms-correlation-request-id": [ + "4da3362b-5679-4499-b61d-c0eb809dda8a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192319Z:4da3362b-5679-4499-b61d-c0eb809dda8a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bf153b8e-6e97-4c08-87ad-6790e1eeb895" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12653" + ], + "x-ms-request-id": [ + "66205378-2ede-4550-bace-b28cb7c1e1fc" + ], + "x-ms-correlation-request-id": [ + "66205378-2ede-4550-bace-b28cb7c1e1fc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192319Z:66205378-2ede-4550-bace-b28cb7c1e1fc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6ecc7b95-8379-4f63-b6b1-8e6419d09a35" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12651" + ], + "x-ms-request-id": [ + "c321b619-f47e-43c4-a599-283d51b5cf82" + ], + "x-ms-correlation-request-id": [ + "c321b619-f47e-43c4-a599-283d51b5cf82" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192319Z:c321b619-f47e-43c4-a599-283d51b5cf82" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f0b60b75-d109-47a7-b12f-909a1cb5583e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12649" + ], + "x-ms-request-id": [ + "b83ef930-8446-49c8-9b0b-42a2d52d3c3f" + ], + "x-ms-correlation-request-id": [ + "b83ef930-8446-49c8-9b0b-42a2d52d3c3f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192319Z:b83ef930-8446-49c8-9b0b-42a2d52d3c3f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "232c3976-9408-47bb-a26d-9e5c37ec9ba2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12647" + ], + "x-ms-request-id": [ + "3678caa3-0a6e-40ae-b763-a8ee4f45223a" + ], + "x-ms-correlation-request-id": [ + "3678caa3-0a6e-40ae-b763-a8ee4f45223a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192319Z:3678caa3-0a6e-40ae-b763-a8ee4f45223a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bfac4516-9485-4315-a42a-a70ea846da52" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12645" + ], + "x-ms-request-id": [ + "15cb9aa7-fa8c-4358-b9f5-544509630ccd" + ], + "x-ms-correlation-request-id": [ + "15cb9aa7-fa8c-4358-b9f5-544509630ccd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192320Z:15cb9aa7-fa8c-4358-b9f5-544509630ccd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "abc4d6c7-35ce-47e7-803c-660bd01662a4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12643" + ], + "x-ms-request-id": [ + "02b52b1f-623e-4764-966f-a30b968857a6" + ], + "x-ms-correlation-request-id": [ + "02b52b1f-623e-4764-966f-a30b968857a6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192320Z:02b52b1f-623e-4764-966f-a30b968857a6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a8035b62-64b5-4ff0-a2b7-ff17078691c3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12641" + ], + "x-ms-request-id": [ + "45da49a1-1b21-4c33-8b4d-9391eac2069d" + ], + "x-ms-correlation-request-id": [ + "45da49a1-1b21-4c33-8b4d-9391eac2069d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192320Z:45da49a1-1b21-4c33-8b4d-9391eac2069d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d00e5119-7239-43f0-919a-7f13acf46f8f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12639" + ], + "x-ms-request-id": [ + "bf50a75a-a087-43f7-9876-a0424c1df9e3" + ], + "x-ms-correlation-request-id": [ + "bf50a75a-a087-43f7-9876-a0424c1df9e3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192320Z:bf50a75a-a087-43f7-9876-a0424c1df9e3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e942c539-6eec-4472-a0a3-70993d3cd3cb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12637" + ], + "x-ms-request-id": [ + "da3b38ae-2e49-4f65-96ae-de67eaabaca3" + ], + "x-ms-correlation-request-id": [ + "da3b38ae-2e49-4f65-96ae-de67eaabaca3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192320Z:da3b38ae-2e49-4f65-96ae-de67eaabaca3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7aa26eec-3267-42b4-b80b-af0fd86ac316" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12635" + ], + "x-ms-request-id": [ + "a345c8ce-460e-4344-a1b9-5d03707e7e2e" + ], + "x-ms-correlation-request-id": [ + "a345c8ce-460e-4344-a1b9-5d03707e7e2e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192321Z:a345c8ce-460e-4344-a1b9-5d03707e7e2e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9f359d9a-0e7e-4642-986a-cbddceac2e71" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12633" + ], + "x-ms-request-id": [ + "484c6c60-cdb8-467e-8e6e-ae214bfda299" + ], + "x-ms-correlation-request-id": [ + "484c6c60-cdb8-467e-8e6e-ae214bfda299" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192321Z:484c6c60-cdb8-467e-8e6e-ae214bfda299" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a8197a2c-b534-4762-b7b3-e17451a1cbec" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6969" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12631" + ], + "x-ms-request-id": [ + "399d1e8a-0404-44f9-b80e-f54c3690241c" + ], + "x-ms-correlation-request-id": [ + "399d1e8a-0404-44f9-b80e-f54c3690241c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192321Z:399d1e8a-0404-44f9-b80e-f54c3690241c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4b7be866-c5f4-49bc-b5bb-ec9d15e16717" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/08586745037216794853\",\r\n \"operationId\": \"08586745037216794853\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"EvaluateDeploymentOutput\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:21.4904432Z\",\r\n \"duration\": \"PT5.330466S\",\r\n \"trackingId\": \"5b3dbef4-a7fe-44c5-b161-c25c27feb9fb\",\r\n \"statusCode\": \"OK\",\r\n \"statusMessage\": null\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "7431" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12629" + ], + "x-ms-request-id": [ + "ddbca464-b6e9-43e8-b87b-458a162758d7" + ], + "x-ms-correlation-request-id": [ + "ddbca464-b6e9-43e8-b87b-458a162758d7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192321Z:ddbca464-b6e9-43e8-b87b-458a162758d7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/deployments/Deployment/operations?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9kZXBsb3ltZW50cy9EZXBsb3ltZW50L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b19f0e41-fbd0-4ca3-a520-923230856c00" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/5CB6DE4491F306A2\",\r\n \"operationId\": \"5CB6DE4491F306A2\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:15.9413705Z\",\r\n \"duration\": \"PT3M17.1800362S\",\r\n \"trackingId\": \"c7d00e0a-553d-42df-bbe1-5f77e7744c55\",\r\n \"serviceRequestId\": \"31a0d312-667b-41df-8e56-d51355ec3619\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/A1D035718773AE9B\",\r\n \"operationId\": \"A1D035718773AE9B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:58.5491271Z\",\r\n \"duration\": \"PT1.3288938S\",\r\n \"trackingId\": \"55fcb4cc-fdea-40ac-a8e5-82cb1db33b57\",\r\n \"serviceRequestId\": \"2017efd5-f2c0-44d5-b514-18fcab7e169c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/EAA0895049556417\",\r\n \"operationId\": \"EAA0895049556417\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:54.4708559Z\",\r\n \"duration\": \"PT4.0795627S\",\r\n \"trackingId\": \"e98025f6-4436-455c-b517-05385ef12901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/BD0F6DA3A9BDA9AF\",\r\n \"operationId\": \"BD0F6DA3A9BDA9AF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Read\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:52.6047414Z\",\r\n \"duration\": \"PT4.1526184S\",\r\n \"trackingId\": \"cc3bbebe-6911-49de-b6da-c9dfcd57aa06\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/71673EFDC379DB8F\",\r\n \"operationId\": \"71673EFDC379DB8F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:56.9869861Z\",\r\n \"duration\": \"PT16.1518879S\",\r\n \"trackingId\": \"baf2dafc-ede4-477b-b03e-c75fa3cff5e4\",\r\n \"serviceRequestId\": \"8b6c7dca-e500-4720-badd-e4dc2d0e301a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/8938C34BB5433B80\",\r\n \"operationId\": \"8938C34BB5433B80\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:33.7917625Z\",\r\n \"duration\": \"PT8.5813353S\",\r\n \"trackingId\": \"efa7edb9-3f38-4314-a579-44773b198253\",\r\n \"serviceRequestId\": \"1fe07583-e2f6-46aa-9ffd-72b7cf5f41b1\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/120C71864098EE57\",\r\n \"operationId\": \"120C71864098EE57\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:41.438653Z\",\r\n \"duration\": \"PT16.3063077S\",\r\n \"trackingId\": \"63554e4f-55eb-43f0-a4b4-3777a0d8a235\",\r\n \"serviceRequestId\": \"f0facb58-8c22-4510-af38-531556523901\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/33CE8374429D9DBA\",\r\n \"operationId\": \"33CE8374429D9DBA\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:50.20468Z\",\r\n \"duration\": \"PT25.0205568S\",\r\n \"trackingId\": \"987fc996-83d9-4cc8-b77a-4e89588ed30f\",\r\n \"serviceRequestId\": \"6b96bebc-4c18-4e66-96eb-2a6ae1a5249d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/602CDB48B5E394F0\",\r\n \"operationId\": \"602CDB48B5E394F0\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:48.417407Z\",\r\n \"duration\": \"PT23.2073398S\",\r\n \"trackingId\": \"85803682-eeba-46db-b55b-28dd33ebda3d\",\r\n \"serviceRequestId\": \"8825e381-d67f-4947-bda9-8273d193ea3c\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/326A0D244F63A49B\",\r\n \"operationId\": \"326A0D244F63A49B\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:19:40.6480016Z\",\r\n \"duration\": \"PT15.518149S\",\r\n \"trackingId\": \"2cc513fb-a259-498a-aacb-6a603c806751\",\r\n \"serviceRequestId\": \"c88aa7fc-2ccf-4ea5-a868-fe6a714d1339\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment/operations/08586745037216794853\",\r\n \"operationId\": \"08586745037216794853\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"EvaluateDeploymentOutput\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:21.4904432Z\",\r\n \"duration\": \"PT5.330466S\",\r\n \"trackingId\": \"5b3dbef4-a7fe-44c5-b161-c25c27feb9fb\",\r\n \"statusCode\": \"OK\",\r\n \"statusMessage\": null\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "7431" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12627" + ], + "x-ms-request-id": [ + "272b84b4-4862-4901-8d67-3e52cb5452f7" + ], + "x-ms-correlation-request-id": [ + "272b84b4-4862-4901-8d67-3e52cb5452f7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192321Z:272b84b4-4862-4901-8d67-3e52cb5452f7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e3bb364d-2965-4837-b92f-18ee5c766d89" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14998" + ], + "x-ms-request-id": [ + "a6b896f1-c6b1-4bc3-855e-3ee5a8c9d891" + ], + "x-ms-correlation-request-id": [ + "a6b896f1-c6b1-4bc3-855e-3ee5a8c9d891" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191925Z:a6b896f1-c6b1-4bc3-855e-3ee5a8c9d891" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e5c81276-f51f-4225-84d4-d6f644954ee9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14996" + ], + "x-ms-request-id": [ + "5c557e99-217a-470b-9583-860c1cca46fd" + ], + "x-ms-correlation-request-id": [ + "5c557e99-217a-470b-9583-860c1cca46fd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191925Z:5c557e99-217a-470b-9583-860c1cca46fd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c929a995-753a-4f52-8695-6f10cfbcaaba" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14994" + ], + "x-ms-request-id": [ + "9c2118bf-3f93-4f81-8a05-8566334456e4" + ], + "x-ms-correlation-request-id": [ + "9c2118bf-3f93-4f81-8a05-8566334456e4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191925Z:9c2118bf-3f93-4f81-8a05-8566334456e4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "417f549f-257d-4e38-a1c7-d4e0dd92f152" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14992" + ], + "x-ms-request-id": [ + "1a87722d-a650-46aa-aef3-eca0778c5a76" + ], + "x-ms-correlation-request-id": [ + "1a87722d-a650-46aa-aef3-eca0778c5a76" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191925Z:1a87722d-a650-46aa-aef3-eca0778c5a76" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "78c42cd3-00c5-4138-a08c-28220ed9fc4f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14990" + ], + "x-ms-request-id": [ + "39d12991-23cf-4638-9112-d492e79981bd" + ], + "x-ms-correlation-request-id": [ + "39d12991-23cf-4638-9112-d492e79981bd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191925Z:39d12991-23cf-4638-9112-d492e79981bd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0a78f13f-603d-44b1-b925-d7fad53e55ab" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14988" + ], + "x-ms-request-id": [ + "f84a66c8-6556-44c1-b020-f7d2ff2a8e66" + ], + "x-ms-correlation-request-id": [ + "f84a66c8-6556-44c1-b020-f7d2ff2a8e66" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191925Z:f84a66c8-6556-44c1-b020-f7d2ff2a8e66" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "056ddd76-1cf1-48c4-a45c-95962073ead5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14986" + ], + "x-ms-request-id": [ + "099b171c-7717-4199-84dd-4326c08c3220" + ], + "x-ms-correlation-request-id": [ + "099b171c-7717-4199-84dd-4326c08c3220" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191926Z:099b171c-7717-4199-84dd-4326c08c3220" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e7138b61-3b0c-44cf-82be-8b1bd63786c3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14984" + ], + "x-ms-request-id": [ + "06464e78-0b92-4c71-acf3-f8ddf393ba57" + ], + "x-ms-correlation-request-id": [ + "06464e78-0b92-4c71-acf3-f8ddf393ba57" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191926Z:06464e78-0b92-4c71-acf3-f8ddf393ba57" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a8f3f40a-7a32-43b9-92fd-0eba0c34345c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14982" + ], + "x-ms-request-id": [ + "65f44fb0-2471-4170-b515-21dfb13b8d1d" + ], + "x-ms-correlation-request-id": [ + "65f44fb0-2471-4170-b515-21dfb13b8d1d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191926Z:65f44fb0-2471-4170-b515-21dfb13b8d1d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "66525cdb-092a-4018-9718-0b5c93c61315" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14980" + ], + "x-ms-request-id": [ + "9b5ca40e-f36f-45c1-bce1-c3aae90c23d0" + ], + "x-ms-correlation-request-id": [ + "9b5ca40e-f36f-45c1-bce1-c3aae90c23d0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191926Z:9b5ca40e-f36f-45c1-bce1-c3aae90c23d0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fdea4a04-f946-4a6d-a655-1d273acecbd2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14978" + ], + "x-ms-request-id": [ + "a7bcf25c-a3b8-4b51-8720-19616bbfaac2" + ], + "x-ms-correlation-request-id": [ + "a7bcf25c-a3b8-4b51-8720-19616bbfaac2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191926Z:a7bcf25c-a3b8-4b51-8720-19616bbfaac2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "23700846-cd5c-4ac2-81ae-6ae5375846af" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14976" + ], + "x-ms-request-id": [ + "cca7bb7d-9158-403f-b269-59a217cb304a" + ], + "x-ms-correlation-request-id": [ + "cca7bb7d-9158-403f-b269-59a217cb304a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191926Z:cca7bb7d-9158-403f-b269-59a217cb304a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7da69a7d-e1ee-4686-b8e5-7ab13711d216" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14974" + ], + "x-ms-request-id": [ + "29ccf6d4-4f3b-40b7-b0b0-b1321b58c1e7" + ], + "x-ms-correlation-request-id": [ + "29ccf6d4-4f3b-40b7-b0b0-b1321b58c1e7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191927Z:29ccf6d4-4f3b-40b7-b0b0-b1321b58c1e7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "caaf669c-8932-4a1d-b0ff-f58352fb5bcc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14972" + ], + "x-ms-request-id": [ + "678dc1e8-fc33-408e-a2b7-42ad41b03072" + ], + "x-ms-correlation-request-id": [ + "678dc1e8-fc33-408e-a2b7-42ad41b03072" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191927Z:678dc1e8-fc33-408e-a2b7-42ad41b03072" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "171e34cf-aaf0-4b29-8799-e962b3b64c62" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14970" + ], + "x-ms-request-id": [ + "18573f75-64f6-4b04-9012-7eff68e703dd" + ], + "x-ms-correlation-request-id": [ + "18573f75-64f6-4b04-9012-7eff68e703dd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191927Z:18573f75-64f6-4b04-9012-7eff68e703dd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1a1193dc-0eff-434d-825a-13baeadae494" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14968" + ], + "x-ms-request-id": [ + "4aee97c8-a95f-4b98-ac06-f3881ed00fb8" + ], + "x-ms-correlation-request-id": [ + "4aee97c8-a95f-4b98-ac06-f3881ed00fb8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191927Z:4aee97c8-a95f-4b98-ac06-f3881ed00fb8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0bf21068-42a1-4fd0-bc8d-fea25f217bad" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14966" + ], + "x-ms-request-id": [ + "9b0c1412-8bc3-4dfc-a818-4c449f395ceb" + ], + "x-ms-correlation-request-id": [ + "9b0c1412-8bc3-4dfc-a818-4c449f395ceb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191927Z:9b0c1412-8bc3-4dfc-a818-4c449f395ceb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b797d46d-1223-454e-8672-8cbce7d7f47b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14964" + ], + "x-ms-request-id": [ + "5c7191ce-c619-4001-a1f5-7014a8b30f15" + ], + "x-ms-correlation-request-id": [ + "5c7191ce-c619-4001-a1f5-7014a8b30f15" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191928Z:5c7191ce-c619-4001-a1f5-7014a8b30f15" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b74777b7-32fb-477c-ab61-08fe12835886" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14962" + ], + "x-ms-request-id": [ + "19687e61-6255-4b9e-9f4a-a576a067e166" + ], + "x-ms-correlation-request-id": [ + "19687e61-6255-4b9e-9f4a-a576a067e166" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191928Z:19687e61-6255-4b9e-9f4a-a576a067e166" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c71fdf52-5b4e-4e29-bfc3-01c09bb7b1ed" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14960" + ], + "x-ms-request-id": [ + "81eb42d9-c681-49eb-9da8-c232a7dda30a" + ], + "x-ms-correlation-request-id": [ + "81eb42d9-c681-49eb-9da8-c232a7dda30a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191928Z:81eb42d9-c681-49eb-9da8-c232a7dda30a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e98d4206-e6d1-47d8-a634-59b5a3513987" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14958" + ], + "x-ms-request-id": [ + "589c13c9-6971-4888-a2e6-ff114684e554" + ], + "x-ms-correlation-request-id": [ + "589c13c9-6971-4888-a2e6-ff114684e554" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191928Z:589c13c9-6971-4888-a2e6-ff114684e554" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "470c57a6-c147-4582-8087-f616ed1db688" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14956" + ], + "x-ms-request-id": [ + "70310577-f59b-49a3-a349-4f5bbaaf1e0b" + ], + "x-ms-correlation-request-id": [ + "70310577-f59b-49a3-a349-4f5bbaaf1e0b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191928Z:70310577-f59b-49a3-a349-4f5bbaaf1e0b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "65e4d75d-770e-4759-87aa-5197dbe913c8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14954" + ], + "x-ms-request-id": [ + "157e05a4-5e8d-47e3-940f-d1b2fa701dbc" + ], + "x-ms-correlation-request-id": [ + "157e05a4-5e8d-47e3-940f-d1b2fa701dbc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191928Z:157e05a4-5e8d-47e3-940f-d1b2fa701dbc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2cfe0fe6-1443-44c8-a863-260ebb5e02cd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:24.9458927Z\",\r\n \"duration\": \"PT1.1476975S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14952" + ], + "x-ms-request-id": [ + "085ca783-4b1e-4931-9635-2cdd88bfff82" + ], + "x-ms-correlation-request-id": [ + "085ca783-4b1e-4931-9635-2cdd88bfff82" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191929Z:085ca783-4b1e-4931-9635-2cdd88bfff82" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "691491ed-afd3-479e-9488-598b29374d1c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.0311925Z\",\r\n \"duration\": \"PT5.2329973S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14950" + ], + "x-ms-request-id": [ + "b684cc29-7004-4aee-903d-8c82b7a848e3" + ], + "x-ms-correlation-request-id": [ + "b684cc29-7004-4aee-903d-8c82b7a848e3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191929Z:b684cc29-7004-4aee-903d-8c82b7a848e3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5d1b5db7-307e-438d-82d1-59a6ae86586b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.0311925Z\",\r\n \"duration\": \"PT5.2329973S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14948" + ], + "x-ms-request-id": [ + "02d8d61c-54f1-4184-aea6-60a12f036e5a" + ], + "x-ms-correlation-request-id": [ + "02d8d61c-54f1-4184-aea6-60a12f036e5a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191929Z:02d8d61c-54f1-4184-aea6-60a12f036e5a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4d325182-a18f-4894-8265-d4e268f45427" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.0311925Z\",\r\n \"duration\": \"PT5.2329973S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14946" + ], + "x-ms-request-id": [ + "e729306d-ef7f-49f8-917f-665feab0dd3a" + ], + "x-ms-correlation-request-id": [ + "e729306d-ef7f-49f8-917f-665feab0dd3a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191929Z:e729306d-ef7f-49f8-917f-665feab0dd3a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "13a6b50a-f5d7-421a-b33c-c81c54ec4f39" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.0311925Z\",\r\n \"duration\": \"PT5.2329973S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14944" + ], + "x-ms-request-id": [ + "e9cee397-4215-4759-9c33-e119b8b1bc8e" + ], + "x-ms-correlation-request-id": [ + "e9cee397-4215-4759-9c33-e119b8b1bc8e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191929Z:e9cee397-4215-4759-9c33-e119b8b1bc8e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f1ea90cd-53b6-4ab3-9c8c-07f309496b8b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.0311925Z\",\r\n \"duration\": \"PT5.2329973S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14942" + ], + "x-ms-request-id": [ + "ff774777-f332-4d33-862a-ffc6d9dda47f" + ], + "x-ms-correlation-request-id": [ + "ff774777-f332-4d33-862a-ffc6d9dda47f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191929Z:ff774777-f332-4d33-862a-ffc6d9dda47f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "545be0b9-9a22-476b-af7b-7101b20f8107" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.0311925Z\",\r\n \"duration\": \"PT5.2329973S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14940" + ], + "x-ms-request-id": [ + "331fd043-981c-413d-98cd-dd5e7a22cfd9" + ], + "x-ms-correlation-request-id": [ + "331fd043-981c-413d-98cd-dd5e7a22cfd9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191930Z:331fd043-981c-413d-98cd-dd5e7a22cfd9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4375c70f-fcc8-43ef-95a6-6a8bb777afcd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.0311925Z\",\r\n \"duration\": \"PT5.2329973S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14938" + ], + "x-ms-request-id": [ + "48db009d-891c-4f64-9901-3f41c0ef3879" + ], + "x-ms-correlation-request-id": [ + "48db009d-891c-4f64-9901-3f41c0ef3879" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191930Z:48db009d-891c-4f64-9901-3f41c0ef3879" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dee2d65e-7032-49ad-ad2e-93663201a5e8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:29.0311925Z\",\r\n \"duration\": \"PT5.2329973S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14936" + ], + "x-ms-request-id": [ + "da44c74c-c92d-448e-9644-5baa3d043900" + ], + "x-ms-correlation-request-id": [ + "da44c74c-c92d-448e-9644-5baa3d043900" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191930Z:da44c74c-c92d-448e-9644-5baa3d043900" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "52202c64-da2f-47a3-b554-6d16efb2236e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "18" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14934" + ], + "x-ms-request-id": [ + "cfada202-e50e-487e-bd5a-ab3fba853faa" + ], + "x-ms-correlation-request-id": [ + "cfada202-e50e-487e-bd5a-ab3fba853faa" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191930Z:cfada202-e50e-487e-bd5a-ab3fba853faa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6e98ff1a-146d-42ca-9a87-bbd708c7206b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "18" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14932" + ], + "x-ms-request-id": [ + "ad5c287c-daaf-4c49-ae04-c66b2312fd76" + ], + "x-ms-correlation-request-id": [ + "ad5c287c-daaf-4c49-ae04-c66b2312fd76" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191930Z:ad5c287c-daaf-4c49-ae04-c66b2312fd76" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c844d759-6a9d-4ce3-bf39-4627d569144a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "18" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14930" + ], + "x-ms-request-id": [ + "7a8f5937-07be-4b36-b99b-b07a980145bf" + ], + "x-ms-correlation-request-id": [ + "7a8f5937-07be-4b36-b99b-b07a980145bf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191930Z:7a8f5937-07be-4b36-b99b-b07a980145bf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9f00d258-d431-43f8-96d0-e4bd4baa687a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "18" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14928" + ], + "x-ms-request-id": [ + "e506a3c5-fed7-49a9-9bbb-c9da8c63ecaf" + ], + "x-ms-correlation-request-id": [ + "e506a3c5-fed7-49a9-9bbb-c9da8c63ecaf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191931Z:e506a3c5-fed7-49a9-9bbb-c9da8c63ecaf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "77701d12-95b9-4e54-a081-03e5609e91cd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "18" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14926" + ], + "x-ms-request-id": [ + "f7e9ff90-b1c9-438e-b44f-7f53cd22cf95" + ], + "x-ms-correlation-request-id": [ + "f7e9ff90-b1c9-438e-b44f-7f53cd22cf95" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191931Z:f7e9ff90-b1c9-438e-b44f-7f53cd22cf95" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d436e2dd-566e-4472-92d6-0f8058e503a9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "17" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14924" + ], + "x-ms-request-id": [ + "81fd03db-41e8-45c9-8ad9-adc70dcb6c92" + ], + "x-ms-correlation-request-id": [ + "81fd03db-41e8-45c9-8ad9-adc70dcb6c92" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191931Z:81fd03db-41e8-45c9-8ad9-adc70dcb6c92" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "343f1c0e-c9cd-4889-8bb7-5e7da8647c0f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "17" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14922" + ], + "x-ms-request-id": [ + "4a1b7229-e325-4c81-b867-50a1d5c19595" + ], + "x-ms-correlation-request-id": [ + "4a1b7229-e325-4c81-b867-50a1d5c19595" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191931Z:4a1b7229-e325-4c81-b867-50a1d5c19595" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6e1c9804-f542-4a71-a7e8-88286efd5ccf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "17" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14920" + ], + "x-ms-request-id": [ + "73453073-5772-4296-8508-1cc26851cc37" + ], + "x-ms-correlation-request-id": [ + "73453073-5772-4296-8508-1cc26851cc37" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191931Z:73453073-5772-4296-8508-1cc26851cc37" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2ea21c18-8887-4588-b5db-3cb124d50456" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "17" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14918" + ], + "x-ms-request-id": [ + "95cf7448-448d-4885-bfe6-386d1650c1b9" + ], + "x-ms-correlation-request-id": [ + "95cf7448-448d-4885-bfe6-386d1650c1b9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191932Z:95cf7448-448d-4885-bfe6-386d1650c1b9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "38f3567c-31bc-4550-a0da-7f4b2bf15766" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "17" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14916" + ], + "x-ms-request-id": [ + "467ef7df-fed7-4ec8-8804-79fd4d11f1ee" + ], + "x-ms-correlation-request-id": [ + "467ef7df-fed7-4ec8-8804-79fd4d11f1ee" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191932Z:467ef7df-fed7-4ec8-8804-79fd4d11f1ee" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8204386d-85b5-4060-b720-e0c04e91ca3e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "16" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14914" + ], + "x-ms-request-id": [ + "de56680c-fcda-4988-bfe7-3bfd61c8a764" + ], + "x-ms-correlation-request-id": [ + "de56680c-fcda-4988-bfe7-3bfd61c8a764" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191932Z:de56680c-fcda-4988-bfe7-3bfd61c8a764" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8fda07ea-e22b-43e4-80f6-53a81715cd1d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "16" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14912" + ], + "x-ms-request-id": [ + "887ef728-15de-449d-b525-27fa164c0a26" + ], + "x-ms-correlation-request-id": [ + "887ef728-15de-449d-b525-27fa164c0a26" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191932Z:887ef728-15de-449d-b525-27fa164c0a26" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a82a9cdb-0dae-4994-acb7-ca98595298ca" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "16" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14910" + ], + "x-ms-request-id": [ + "c6011c77-5e48-46ee-a5a5-146df40641be" + ], + "x-ms-correlation-request-id": [ + "c6011c77-5e48-46ee-a5a5-146df40641be" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191932Z:c6011c77-5e48-46ee-a5a5-146df40641be" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "361641b5-c8c9-4f32-90d2-e6f455205c2e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "16" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14908" + ], + "x-ms-request-id": [ + "96c53917-4502-438b-a6dc-68d27862f736" + ], + "x-ms-correlation-request-id": [ + "96c53917-4502-438b-a6dc-68d27862f736" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191933Z:96c53917-4502-438b-a6dc-68d27862f736" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "68425a0d-cce6-417c-8bbd-3017c762fabf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "16" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14906" + ], + "x-ms-request-id": [ + "8b6caf4b-9a31-4d7f-ad13-54b60e8a7ea5" + ], + "x-ms-correlation-request-id": [ + "8b6caf4b-9a31-4d7f-ad13-54b60e8a7ea5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191933Z:8b6caf4b-9a31-4d7f-ad13-54b60e8a7ea5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1bd67e42-5651-421c-8dc4-12f6a8f3e4fe" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14904" + ], + "x-ms-request-id": [ + "4c97618e-ef22-4fe4-aeca-4d282a76a721" + ], + "x-ms-correlation-request-id": [ + "4c97618e-ef22-4fe4-aeca-4d282a76a721" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191933Z:4c97618e-ef22-4fe4-aeca-4d282a76a721" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a3d62e60-d51f-43b7-90af-997ddb9e4998" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14902" + ], + "x-ms-request-id": [ + "21da8f37-2049-4ab0-a54f-c0a6005d4759" + ], + "x-ms-correlation-request-id": [ + "21da8f37-2049-4ab0-a54f-c0a6005d4759" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191933Z:21da8f37-2049-4ab0-a54f-c0a6005d4759" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e916932d-e49e-4d7b-bbc0-8a6834c17fe5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14900" + ], + "x-ms-request-id": [ + "f26da58c-661d-459e-a139-4ab9b754b55f" + ], + "x-ms-correlation-request-id": [ + "f26da58c-661d-459e-a139-4ab9b754b55f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191933Z:f26da58c-661d-459e-a139-4ab9b754b55f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9c3cf0b6-d9a5-4cc6-8f5f-571818a4fcec" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14898" + ], + "x-ms-request-id": [ + "7f3e52ab-7a97-4b8c-ba54-9bf73254fa63" + ], + "x-ms-correlation-request-id": [ + "7f3e52ab-7a97-4b8c-ba54-9bf73254fa63" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191934Z:7f3e52ab-7a97-4b8c-ba54-9bf73254fa63" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a2f3a689-bf8f-4272-9936-306ef17b86ca" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14896" + ], + "x-ms-request-id": [ + "a1c6fb10-031f-4592-8cfc-2905dacf6b93" + ], + "x-ms-correlation-request-id": [ + "a1c6fb10-031f-4592-8cfc-2905dacf6b93" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191934Z:a1c6fb10-031f-4592-8cfc-2905dacf6b93" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3c7bc296-22ee-4b66-a7f7-d642d5e9d91c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "14" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14894" + ], + "x-ms-request-id": [ + "62a19520-aee7-4df6-98d4-af80da80f207" + ], + "x-ms-correlation-request-id": [ + "62a19520-aee7-4df6-98d4-af80da80f207" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191934Z:62a19520-aee7-4df6-98d4-af80da80f207" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "58123fc6-d0c6-4b6e-beeb-9170b36a30f4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "14" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14892" + ], + "x-ms-request-id": [ + "dd8db20c-c9b4-43cb-8b9c-9ee35a5d2fd0" + ], + "x-ms-correlation-request-id": [ + "dd8db20c-c9b4-43cb-8b9c-9ee35a5d2fd0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191934Z:dd8db20c-c9b4-43cb-8b9c-9ee35a5d2fd0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "45734c44-8ab2-46d0-9319-8fb6a35d08c5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "14" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14890" + ], + "x-ms-request-id": [ + "71ce4b43-5afc-41b3-ab95-81fd82a71189" + ], + "x-ms-correlation-request-id": [ + "71ce4b43-5afc-41b3-ab95-81fd82a71189" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191934Z:71ce4b43-5afc-41b3-ab95-81fd82a71189" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "63821ed1-6817-4517-ac14-cae870a46abb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "14" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14888" + ], + "x-ms-request-id": [ + "09e9ff51-aa65-4b2e-8134-567369939565" + ], + "x-ms-correlation-request-id": [ + "09e9ff51-aa65-4b2e-8134-567369939565" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191935Z:09e9ff51-aa65-4b2e-8134-567369939565" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "82892018-282b-4dfe-8992-6e50ffc0b0f7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "14" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14886" + ], + "x-ms-request-id": [ + "d39f9d2f-1383-451d-b7a2-1b720cd5dd11" + ], + "x-ms-correlation-request-id": [ + "d39f9d2f-1383-451d-b7a2-1b720cd5dd11" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191935Z:d39f9d2f-1383-451d-b7a2-1b720cd5dd11" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f6fa2c14-f0ff-4bae-ad0e-0dba68def3e4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "13" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14884" + ], + "x-ms-request-id": [ + "bb0428cf-3ff2-4cb5-ae04-98873b7d6678" + ], + "x-ms-correlation-request-id": [ + "bb0428cf-3ff2-4cb5-ae04-98873b7d6678" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191935Z:bb0428cf-3ff2-4cb5-ae04-98873b7d6678" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1faeeacf-9d4c-4a7b-8db1-e1eea54fe254" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "13" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14882" + ], + "x-ms-request-id": [ + "09f05aa7-5aa1-49a5-a42b-bc4a216b2893" + ], + "x-ms-correlation-request-id": [ + "09f05aa7-5aa1-49a5-a42b-bc4a216b2893" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191935Z:09f05aa7-5aa1-49a5-a42b-bc4a216b2893" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dc7c81e6-062f-41b3-bd2f-c6bc37fb64b9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "13" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14880" + ], + "x-ms-request-id": [ + "3a51d845-ed81-4ea2-aaf7-5d1859d327c4" + ], + "x-ms-correlation-request-id": [ + "3a51d845-ed81-4ea2-aaf7-5d1859d327c4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191935Z:3a51d845-ed81-4ea2-aaf7-5d1859d327c4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8502ca5d-38bb-4103-943c-d03cd793a67c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "13" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14878" + ], + "x-ms-request-id": [ + "7285647b-43ea-452e-844c-95d0a3fcf052" + ], + "x-ms-correlation-request-id": [ + "7285647b-43ea-452e-844c-95d0a3fcf052" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191936Z:7285647b-43ea-452e-844c-95d0a3fcf052" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b3635299-d0db-4e30-94d4-be1950a26419" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "13" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14876" + ], + "x-ms-request-id": [ + "28fbaf58-4125-45b8-8a4a-62934e801785" + ], + "x-ms-correlation-request-id": [ + "28fbaf58-4125-45b8-8a4a-62934e801785" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191936Z:28fbaf58-4125-45b8-8a4a-62934e801785" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d0c68d61-f04e-437c-81fa-a664eafa08bb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "12" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14874" + ], + "x-ms-request-id": [ + "bdbb76a9-9088-4270-87be-7b505fd6ef18" + ], + "x-ms-correlation-request-id": [ + "bdbb76a9-9088-4270-87be-7b505fd6ef18" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191936Z:bdbb76a9-9088-4270-87be-7b505fd6ef18" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1654241c-34de-4d31-a190-362ff1065b66" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "12" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14872" + ], + "x-ms-request-id": [ + "a302db00-0fd1-469c-8ee2-130783ff188c" + ], + "x-ms-correlation-request-id": [ + "a302db00-0fd1-469c-8ee2-130783ff188c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191936Z:a302db00-0fd1-469c-8ee2-130783ff188c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "155ec163-f6b2-4eef-8a06-4381802abc79" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "12" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14870" + ], + "x-ms-request-id": [ + "9c433a4c-e7a3-4e7c-be07-aab25941d4bf" + ], + "x-ms-correlation-request-id": [ + "9c433a4c-e7a3-4e7c-be07-aab25941d4bf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191936Z:9c433a4c-e7a3-4e7c-be07-aab25941d4bf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "72ddd048-a3ee-4a94-b3f5-28cf2f0b1b81" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "12" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14868" + ], + "x-ms-request-id": [ + "717274ea-08ae-476c-ab4a-e94bc36a8905" + ], + "x-ms-correlation-request-id": [ + "717274ea-08ae-476c-ab4a-e94bc36a8905" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191936Z:717274ea-08ae-476c-ab4a-e94bc36a8905" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a23a7e74-5afb-464e-b966-a0929c313952" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "12" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14866" + ], + "x-ms-request-id": [ + "c0700f70-edfd-46f9-998c-2c2193c4a10e" + ], + "x-ms-correlation-request-id": [ + "c0700f70-edfd-46f9-998c-2c2193c4a10e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191937Z:c0700f70-edfd-46f9-998c-2c2193c4a10e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8cc07067-8a12-4931-ba0e-45d15c7282bb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "12" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14864" + ], + "x-ms-request-id": [ + "e474d661-9df8-4036-afa4-443721bccb41" + ], + "x-ms-correlation-request-id": [ + "e474d661-9df8-4036-afa4-443721bccb41" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191937Z:e474d661-9df8-4036-afa4-443721bccb41" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "962f02e8-3250-4bd4-b1d8-745c479a6653" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14862" + ], + "x-ms-request-id": [ + "b8cea732-4110-4ab6-a156-5c852e55af20" + ], + "x-ms-correlation-request-id": [ + "b8cea732-4110-4ab6-a156-5c852e55af20" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191937Z:b8cea732-4110-4ab6-a156-5c852e55af20" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "96b219fd-3e8e-47ba-bdce-ff4092f19f6e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14860" + ], + "x-ms-request-id": [ + "5d717fa7-77b2-4d4e-bc6e-98407ee0b19c" + ], + "x-ms-correlation-request-id": [ + "5d717fa7-77b2-4d4e-bc6e-98407ee0b19c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191937Z:5d717fa7-77b2-4d4e-bc6e-98407ee0b19c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cea368ac-c7e4-49cb-afbe-f99bd7c9f675" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14858" + ], + "x-ms-request-id": [ + "9393136c-857b-4bad-b0cb-2419979b1e86" + ], + "x-ms-correlation-request-id": [ + "9393136c-857b-4bad-b0cb-2419979b1e86" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191937Z:9393136c-857b-4bad-b0cb-2419979b1e86" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0ac91d85-2b62-4fd4-8cba-c3c8cfeda87b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14856" + ], + "x-ms-request-id": [ + "0c0f1072-ca71-44e2-b81b-d0924c3bccdf" + ], + "x-ms-correlation-request-id": [ + "0c0f1072-ca71-44e2-b81b-d0924c3bccdf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191938Z:0c0f1072-ca71-44e2-b81b-d0924c3bccdf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "db48fa0e-3f26-443b-8924-db7660c3ef53" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14854" + ], + "x-ms-request-id": [ + "362256b8-bb25-4018-adf8-9e9662bd020c" + ], + "x-ms-correlation-request-id": [ + "362256b8-bb25-4018-adf8-9e9662bd020c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191938Z:362256b8-bb25-4018-adf8-9e9662bd020c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "40d27c42-5d8e-442e-8bac-8b2976698748" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14852" + ], + "x-ms-request-id": [ + "2f10f47f-77aa-4d82-b96a-b709ec54d1b8" + ], + "x-ms-correlation-request-id": [ + "2f10f47f-77aa-4d82-b96a-b709ec54d1b8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191938Z:2f10f47f-77aa-4d82-b96a-b709ec54d1b8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1f9ec8dd-3822-4ecb-9ed3-a044b2a41b12" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14850" + ], + "x-ms-request-id": [ + "26963412-fadf-4fd5-ada5-169f684bd773" + ], + "x-ms-correlation-request-id": [ + "26963412-fadf-4fd5-ada5-169f684bd773" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191938Z:26963412-fadf-4fd5-ada5-169f684bd773" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ae6e4a6c-b992-4233-bdb1-b092b267811e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14848" + ], + "x-ms-request-id": [ + "7c5185dd-5fa8-4692-9aeb-9f686e96a531" + ], + "x-ms-correlation-request-id": [ + "7c5185dd-5fa8-4692-9aeb-9f686e96a531" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191938Z:7c5185dd-5fa8-4692-9aeb-9f686e96a531" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c772eae1-86f9-4e51-b4e4-3c46740af1dd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14846" + ], + "x-ms-request-id": [ + "3a75d32a-116c-4ea9-88bf-7146e8128184" + ], + "x-ms-correlation-request-id": [ + "3a75d32a-116c-4ea9-88bf-7146e8128184" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191939Z:3a75d32a-116c-4ea9-88bf-7146e8128184" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "da08f35a-79ff-44c4-8a9d-cbe5dcd08b5d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14844" + ], + "x-ms-request-id": [ + "d6902bc8-ab42-4d7f-a92e-b91a3bbd9c1a" + ], + "x-ms-correlation-request-id": [ + "d6902bc8-ab42-4d7f-a92e-b91a3bbd9c1a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191939Z:d6902bc8-ab42-4d7f-a92e-b91a3bbd9c1a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9e469d72-8fe6-44ec-a504-150d72a24aec" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14842" + ], + "x-ms-request-id": [ + "7c9a083d-b397-4cc5-96a7-ef51fae69efd" + ], + "x-ms-correlation-request-id": [ + "7c9a083d-b397-4cc5-96a7-ef51fae69efd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191939Z:7c9a083d-b397-4cc5-96a7-ef51fae69efd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3c86857c-0fb2-4b84-b99f-acfee7b7ed3b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14840" + ], + "x-ms-request-id": [ + "420a736b-d70e-4c94-8b8a-e783865ef82a" + ], + "x-ms-correlation-request-id": [ + "420a736b-d70e-4c94-8b8a-e783865ef82a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191939Z:420a736b-d70e-4c94-8b8a-e783865ef82a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6c201ccc-bd25-41e6-bcdc-1a20a795aa7f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14838" + ], + "x-ms-request-id": [ + "1e7924b6-aec4-4a91-82a0-d13fc1883df9" + ], + "x-ms-correlation-request-id": [ + "1e7924b6-aec4-4a91-82a0-d13fc1883df9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191939Z:1e7924b6-aec4-4a91-82a0-d13fc1883df9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "95caa654-8b50-4150-af0c-d0bb9e7722da" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14836" + ], + "x-ms-request-id": [ + "a40797da-92b6-4171-86fc-2bb51cdf477c" + ], + "x-ms-correlation-request-id": [ + "a40797da-92b6-4171-86fc-2bb51cdf477c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191939Z:a40797da-92b6-4171-86fc-2bb51cdf477c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a43d939c-1d79-4eb3-9416-28ac35209ec8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14834" + ], + "x-ms-request-id": [ + "80b2b1be-b2a9-4287-8e7e-bfffd3ad463d" + ], + "x-ms-correlation-request-id": [ + "80b2b1be-b2a9-4287-8e7e-bfffd3ad463d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191940Z:80b2b1be-b2a9-4287-8e7e-bfffd3ad463d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7fb4007a-4196-4393-80fa-0685a91a6741" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14832" + ], + "x-ms-request-id": [ + "31284879-e13c-4043-9b25-d9180c7d3cd4" + ], + "x-ms-correlation-request-id": [ + "31284879-e13c-4043-9b25-d9180c7d3cd4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191940Z:31284879-e13c-4043-9b25-d9180c7d3cd4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c45d4a55-ecff-4c22-8ebf-c816dbbfc407" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14830" + ], + "x-ms-request-id": [ + "005584fc-ed5a-46e4-bfdd-46a39e6c73ec" + ], + "x-ms-correlation-request-id": [ + "005584fc-ed5a-46e4-bfdd-46a39e6c73ec" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191940Z:005584fc-ed5a-46e4-bfdd-46a39e6c73ec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e69149a2-3f2a-497a-bdae-cc39caf77adc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14828" + ], + "x-ms-request-id": [ + "37e03b17-dde7-447b-b107-789d3dd29431" + ], + "x-ms-correlation-request-id": [ + "37e03b17-dde7-447b-b107-789d3dd29431" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191940Z:37e03b17-dde7-447b-b107-789d3dd29431" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9522c532-a89a-431c-8b10-1a863c99793c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14826" + ], + "x-ms-request-id": [ + "9639eac3-6489-4520-9284-635b8365b724" + ], + "x-ms-correlation-request-id": [ + "9639eac3-6489-4520-9284-635b8365b724" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191940Z:9639eac3-6489-4520-9284-635b8365b724" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "41a72623-d176-4ce1-891e-6a67e6b3dd5f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14824" + ], + "x-ms-request-id": [ + "8987a24c-4486-482e-a407-cef7a7667373" + ], + "x-ms-correlation-request-id": [ + "8987a24c-4486-482e-a407-cef7a7667373" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191941Z:8987a24c-4486-482e-a407-cef7a7667373" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "95097335-5fe4-4527-904f-cc614db745a4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14822" + ], + "x-ms-request-id": [ + "b616b5ca-cc6b-4836-9caa-a9fa14268502" + ], + "x-ms-correlation-request-id": [ + "b616b5ca-cc6b-4836-9caa-a9fa14268502" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191941Z:b616b5ca-cc6b-4836-9caa-a9fa14268502" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "651d5b48-eacf-47ca-82f1-1b4cc305f089" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14820" + ], + "x-ms-request-id": [ + "0445dff3-27e0-40a3-8324-193fcfadb22f" + ], + "x-ms-correlation-request-id": [ + "0445dff3-27e0-40a3-8324-193fcfadb22f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191941Z:0445dff3-27e0-40a3-8324-193fcfadb22f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "129cb579-a211-4500-9641-af446aad8867" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14818" + ], + "x-ms-request-id": [ + "81263ad2-20f2-414a-867a-d4f52ac0a4eb" + ], + "x-ms-correlation-request-id": [ + "81263ad2-20f2-414a-867a-d4f52ac0a4eb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191941Z:81263ad2-20f2-414a-867a-d4f52ac0a4eb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "16e565a0-ba03-435e-9c73-0319c814ffe3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14816" + ], + "x-ms-request-id": [ + "bcf58f4b-a33b-4ba1-85c4-3bf81f48ac88" + ], + "x-ms-correlation-request-id": [ + "bcf58f4b-a33b-4ba1-85c4-3bf81f48ac88" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191941Z:bcf58f4b-a33b-4ba1-85c4-3bf81f48ac88" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "882755c3-ed29-425d-b08e-74001556993e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14814" + ], + "x-ms-request-id": [ + "1db850ba-ca1b-46f2-a72c-05e91b8130bc" + ], + "x-ms-correlation-request-id": [ + "1db850ba-ca1b-46f2-a72c-05e91b8130bc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191942Z:1db850ba-ca1b-46f2-a72c-05e91b8130bc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d148fb58-98dd-44a0-a645-6435df268735" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14812" + ], + "x-ms-request-id": [ + "7b697cff-d872-4402-9fd4-db585ccf792f" + ], + "x-ms-correlation-request-id": [ + "7b697cff-d872-4402-9fd4-db585ccf792f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191942Z:7b697cff-d872-4402-9fd4-db585ccf792f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fc6a0e0b-189e-4674-9b9c-ce85867adf32" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14810" + ], + "x-ms-request-id": [ + "17f6fce8-66ac-440c-a1dc-ab36ff72aa2f" + ], + "x-ms-correlation-request-id": [ + "17f6fce8-66ac-440c-a1dc-ab36ff72aa2f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191942Z:17f6fce8-66ac-440c-a1dc-ab36ff72aa2f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fb10cc3c-3e4d-4a4c-adb7-4424d54a5ab0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14808" + ], + "x-ms-request-id": [ + "07f1bb2f-0416-48e4-b926-dae051133db1" + ], + "x-ms-correlation-request-id": [ + "07f1bb2f-0416-48e4-b926-dae051133db1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191942Z:07f1bb2f-0416-48e4-b926-dae051133db1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "79d5e9ea-7b9d-4bdb-bd53-f701c45f6d85" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14806" + ], + "x-ms-request-id": [ + "961523de-739d-4d15-b22b-82aa5e5a18bd" + ], + "x-ms-correlation-request-id": [ + "961523de-739d-4d15-b22b-82aa5e5a18bd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191942Z:961523de-739d-4d15-b22b-82aa5e5a18bd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7dc5b3c5-356b-42a6-baf7-8be029837f12" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14804" + ], + "x-ms-request-id": [ + "437303a4-a47c-4c20-8009-8c7e2ee588d0" + ], + "x-ms-correlation-request-id": [ + "437303a4-a47c-4c20-8009-8c7e2ee588d0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191943Z:437303a4-a47c-4c20-8009-8c7e2ee588d0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f4cef1ca-b4a9-45ad-b9c1-25711be1e3d2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14802" + ], + "x-ms-request-id": [ + "b70b6858-950d-442d-992e-f7ee8fa0f6de" + ], + "x-ms-correlation-request-id": [ + "b70b6858-950d-442d-992e-f7ee8fa0f6de" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191943Z:b70b6858-950d-442d-992e-f7ee8fa0f6de" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "96481046-5247-4429-bebd-f5291a8e7727" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14800" + ], + "x-ms-request-id": [ + "d68cdb07-e500-435e-9431-772ebfc44a50" + ], + "x-ms-correlation-request-id": [ + "d68cdb07-e500-435e-9431-772ebfc44a50" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191943Z:d68cdb07-e500-435e-9431-772ebfc44a50" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3279958f-571a-4177-b734-e033678b3063" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14798" + ], + "x-ms-request-id": [ + "17b4e70c-3644-4f64-90c4-35ac694516f9" + ], + "x-ms-correlation-request-id": [ + "17b4e70c-3644-4f64-90c4-35ac694516f9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191943Z:17b4e70c-3644-4f64-90c4-35ac694516f9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8ad5da81-3705-43a1-abc4-34e3b8798136" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14796" + ], + "x-ms-request-id": [ + "8bbf50f9-b9be-4c0f-9280-7edd5a0983fb" + ], + "x-ms-correlation-request-id": [ + "8bbf50f9-b9be-4c0f-9280-7edd5a0983fb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191943Z:8bbf50f9-b9be-4c0f-9280-7edd5a0983fb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c57c52dd-eb86-4f93-a27c-76d3c2072772" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14794" + ], + "x-ms-request-id": [ + "cd372ca8-7dd1-4932-b4e0-73a4734da1ec" + ], + "x-ms-correlation-request-id": [ + "cd372ca8-7dd1-4932-b4e0-73a4734da1ec" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191943Z:cd372ca8-7dd1-4932-b4e0-73a4734da1ec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a713e496-fb90-4528-9c37-c5d5f29ea821" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14792" + ], + "x-ms-request-id": [ + "4fe15848-0066-474e-a613-483e6002b0bb" + ], + "x-ms-correlation-request-id": [ + "4fe15848-0066-474e-a613-483e6002b0bb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191944Z:4fe15848-0066-474e-a613-483e6002b0bb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eeed5113-9dd0-48e2-bc1d-f519d39e985d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14790" + ], + "x-ms-request-id": [ + "1a309f62-aed0-4c81-8a04-f6065ec81bc4" + ], + "x-ms-correlation-request-id": [ + "1a309f62-aed0-4c81-8a04-f6065ec81bc4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191944Z:1a309f62-aed0-4c81-8a04-f6065ec81bc4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3a14270f-3859-41ad-baf6-f6899b3f5ccb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14788" + ], + "x-ms-request-id": [ + "f4668b98-5008-4508-8d38-55e5b1637979" + ], + "x-ms-correlation-request-id": [ + "f4668b98-5008-4508-8d38-55e5b1637979" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191944Z:f4668b98-5008-4508-8d38-55e5b1637979" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "715a0864-69bb-4c14-8969-e7ba3597ed11" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14786" + ], + "x-ms-request-id": [ + "766f2360-9ca6-424c-9e38-c49ced72bd6e" + ], + "x-ms-correlation-request-id": [ + "766f2360-9ca6-424c-9e38-c49ced72bd6e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191944Z:766f2360-9ca6-424c-9e38-c49ced72bd6e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d36d89e3-6fb6-4dee-83c9-ad19d7e9af12" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14784" + ], + "x-ms-request-id": [ + "2191a007-8377-4248-8369-8369b01fa89c" + ], + "x-ms-correlation-request-id": [ + "2191a007-8377-4248-8369-8369b01fa89c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191944Z:2191a007-8377-4248-8369-8369b01fa89c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0c64cc09-8aa9-45de-b888-3508e22210b2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:30.4022831Z\",\r\n \"duration\": \"PT6.6040879S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14782" + ], + "x-ms-request-id": [ + "99213a97-7532-478a-a259-848baea2cf22" + ], + "x-ms-correlation-request-id": [ + "99213a97-7532-478a-a259-848baea2cf22" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191945Z:99213a97-7532-478a-a259-848baea2cf22" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a8a9915e-f697-4dee-b0bf-58b5af5622b9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14780" + ], + "x-ms-request-id": [ + "16dc378b-e270-437b-958f-de61acceaa7a" + ], + "x-ms-correlation-request-id": [ + "16dc378b-e270-437b-958f-de61acceaa7a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191945Z:16dc378b-e270-437b-958f-de61acceaa7a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "54d4538b-9a95-40fc-8810-f649e34b9747" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14778" + ], + "x-ms-request-id": [ + "6fa2b916-b7ed-4e81-9531-357778ba33b4" + ], + "x-ms-correlation-request-id": [ + "6fa2b916-b7ed-4e81-9531-357778ba33b4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191945Z:6fa2b916-b7ed-4e81-9531-357778ba33b4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b1dc9127-3748-4eb1-8a0a-4aee2c78f5f2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14776" + ], + "x-ms-request-id": [ + "5f224f2e-3c89-492d-bf89-0a11327cacab" + ], + "x-ms-correlation-request-id": [ + "5f224f2e-3c89-492d-bf89-0a11327cacab" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191945Z:5f224f2e-3c89-492d-bf89-0a11327cacab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2dff8a7f-2ef1-4351-b5f9-6e9ca50f0610" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14774" + ], + "x-ms-request-id": [ + "15d2aa5a-c011-4fb8-b1f6-42a4824296ec" + ], + "x-ms-correlation-request-id": [ + "15d2aa5a-c011-4fb8-b1f6-42a4824296ec" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191945Z:15d2aa5a-c011-4fb8-b1f6-42a4824296ec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b65811af-27ab-45a8-945a-66afb9117076" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14772" + ], + "x-ms-request-id": [ + "fd3a0036-8712-461a-8cfe-018528a89858" + ], + "x-ms-correlation-request-id": [ + "fd3a0036-8712-461a-8cfe-018528a89858" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191946Z:fd3a0036-8712-461a-8cfe-018528a89858" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1142e181-c2ed-478b-b2f9-df9100b0279a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14770" + ], + "x-ms-request-id": [ + "0142d04b-4fff-4800-a5df-05e86c796e92" + ], + "x-ms-correlation-request-id": [ + "0142d04b-4fff-4800-a5df-05e86c796e92" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191946Z:0142d04b-4fff-4800-a5df-05e86c796e92" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cd3e5525-239c-47af-bfaf-f695d558fd03" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14768" + ], + "x-ms-request-id": [ + "179615ba-1027-4784-8f79-9fb0bbdd2455" + ], + "x-ms-correlation-request-id": [ + "179615ba-1027-4784-8f79-9fb0bbdd2455" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191946Z:179615ba-1027-4784-8f79-9fb0bbdd2455" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ee7b7d7c-35a4-4933-9662-785891058877" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14766" + ], + "x-ms-request-id": [ + "bf49ee5a-b99d-4801-8d80-ede5500c12b7" + ], + "x-ms-correlation-request-id": [ + "bf49ee5a-b99d-4801-8d80-ede5500c12b7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191946Z:bf49ee5a-b99d-4801-8d80-ede5500c12b7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "82716cae-76e4-4af9-bc1f-0fa45a5bd54a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14764" + ], + "x-ms-request-id": [ + "7775603b-386c-4668-9b5c-9a74f950e502" + ], + "x-ms-correlation-request-id": [ + "7775603b-386c-4668-9b5c-9a74f950e502" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191946Z:7775603b-386c-4668-9b5c-9a74f950e502" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1a902c60-34ba-42a6-9933-969614704030" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14762" + ], + "x-ms-request-id": [ + "d0ceb5f4-1f1b-4c48-81a1-4f00523aeafe" + ], + "x-ms-correlation-request-id": [ + "d0ceb5f4-1f1b-4c48-81a1-4f00523aeafe" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191947Z:d0ceb5f4-1f1b-4c48-81a1-4f00523aeafe" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "781a26b7-b34d-4d97-96f5-810c5b8a98bb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14760" + ], + "x-ms-request-id": [ + "0ca55c47-02ef-4d7e-a06f-3308a5c87725" + ], + "x-ms-correlation-request-id": [ + "0ca55c47-02ef-4d7e-a06f-3308a5c87725" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191947Z:0ca55c47-02ef-4d7e-a06f-3308a5c87725" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "97362e80-99af-4397-9190-6560aef7119b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14758" + ], + "x-ms-request-id": [ + "e41af660-3269-4686-86eb-a3bbf53581a8" + ], + "x-ms-correlation-request-id": [ + "e41af660-3269-4686-86eb-a3bbf53581a8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191947Z:e41af660-3269-4686-86eb-a3bbf53581a8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3a568793-fb4c-4e4b-a7bb-35470c6109ea" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14756" + ], + "x-ms-request-id": [ + "80554384-ca15-464b-9629-6e1503bd2994" + ], + "x-ms-correlation-request-id": [ + "80554384-ca15-464b-9629-6e1503bd2994" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191947Z:80554384-ca15-464b-9629-6e1503bd2994" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "259385f6-a3b7-4a6c-8f65-c98072f6b58d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14754" + ], + "x-ms-request-id": [ + "08d31574-95c5-4f83-b87b-cbc99ec4cd53" + ], + "x-ms-correlation-request-id": [ + "08d31574-95c5-4f83-b87b-cbc99ec4cd53" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191947Z:08d31574-95c5-4f83-b87b-cbc99ec4cd53" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "569b72e2-2725-4887-bd5a-8c67f91b88db" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14752" + ], + "x-ms-request-id": [ + "3d287d00-6526-4a2c-8913-0fab5628a2f4" + ], + "x-ms-correlation-request-id": [ + "3d287d00-6526-4a2c-8913-0fab5628a2f4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191948Z:3d287d00-6526-4a2c-8913-0fab5628a2f4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4252b1db-89d3-4b2c-bde8-23f9e1327150" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14750" + ], + "x-ms-request-id": [ + "8ff8f0b1-c03e-4fd9-97e2-7a656577e5f2" + ], + "x-ms-correlation-request-id": [ + "8ff8f0b1-c03e-4fd9-97e2-7a656577e5f2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191948Z:8ff8f0b1-c03e-4fd9-97e2-7a656577e5f2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6c0538ab-0231-487c-b1da-87562933874c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14748" + ], + "x-ms-request-id": [ + "13adb7a3-8726-4b5d-98b4-b250a3b8c958" + ], + "x-ms-correlation-request-id": [ + "13adb7a3-8726-4b5d-98b4-b250a3b8c958" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191948Z:13adb7a3-8726-4b5d-98b4-b250a3b8c958" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6c21cad5-6e61-42ca-9cea-d9cb53cbbe63" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14746" + ], + "x-ms-request-id": [ + "8ceebd8b-8ec2-42af-906f-56963bcd3042" + ], + "x-ms-correlation-request-id": [ + "8ceebd8b-8ec2-42af-906f-56963bcd3042" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191948Z:8ceebd8b-8ec2-42af-906f-56963bcd3042" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c6f64f79-d2b6-49b4-b3d4-8fe61b3f3134" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14744" + ], + "x-ms-request-id": [ + "11e6ad21-2a62-4fa9-bd78-3a148897c755" + ], + "x-ms-correlation-request-id": [ + "11e6ad21-2a62-4fa9-bd78-3a148897c755" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191948Z:11e6ad21-2a62-4fa9-bd78-3a148897c755" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7cce9306-3918-484b-9b95-99b10927911e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14742" + ], + "x-ms-request-id": [ + "3612b49f-f2d6-49d1-a230-19f5fb577ac1" + ], + "x-ms-correlation-request-id": [ + "3612b49f-f2d6-49d1-a230-19f5fb577ac1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191948Z:3612b49f-f2d6-49d1-a230-19f5fb577ac1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fb56f998-2776-4134-bc32-9f5af5cb4e42" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14740" + ], + "x-ms-request-id": [ + "c70e207e-c2c4-441e-aa20-1fc4b0202657" + ], + "x-ms-correlation-request-id": [ + "c70e207e-c2c4-441e-aa20-1fc4b0202657" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191949Z:c70e207e-c2c4-441e-aa20-1fc4b0202657" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2c78f621-4fd4-4a45-874a-36b86ed8ca57" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14738" + ], + "x-ms-request-id": [ + "0e95af7d-b8da-4b63-ab8c-a4a64954951d" + ], + "x-ms-correlation-request-id": [ + "0e95af7d-b8da-4b63-ab8c-a4a64954951d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191949Z:0e95af7d-b8da-4b63-ab8c-a4a64954951d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "67672451-a150-498c-a7b7-ef95653df84c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14736" + ], + "x-ms-request-id": [ + "702d193e-a0a5-481f-a98a-ea15cb8604ed" + ], + "x-ms-correlation-request-id": [ + "702d193e-a0a5-481f-a98a-ea15cb8604ed" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191949Z:702d193e-a0a5-481f-a98a-ea15cb8604ed" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0307f7b6-87fb-48d9-b7b8-63a15a3709d9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14734" + ], + "x-ms-request-id": [ + "4f12cb42-96af-4f88-a6bd-4725c08b7b50" + ], + "x-ms-correlation-request-id": [ + "4f12cb42-96af-4f88-a6bd-4725c08b7b50" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191949Z:4f12cb42-96af-4f88-a6bd-4725c08b7b50" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "69d99cf4-f75b-447f-8643-4ac3a4e8f185" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14732" + ], + "x-ms-request-id": [ + "b3b9c1ce-978e-4b3e-8bec-96f146198613" + ], + "x-ms-correlation-request-id": [ + "b3b9c1ce-978e-4b3e-8bec-96f146198613" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191949Z:b3b9c1ce-978e-4b3e-8bec-96f146198613" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ff3dc469-e437-4667-a2f0-df42330fd18e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14730" + ], + "x-ms-request-id": [ + "a4227bed-a877-4c46-b09c-d0fcd6169f9c" + ], + "x-ms-correlation-request-id": [ + "a4227bed-a877-4c46-b09c-d0fcd6169f9c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191950Z:a4227bed-a877-4c46-b09c-d0fcd6169f9c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b07e29fb-23ed-4948-9825-9df1dc100ef4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14728" + ], + "x-ms-request-id": [ + "17ea367a-ac68-4ffe-ac7b-9f15a4b1d479" + ], + "x-ms-correlation-request-id": [ + "17ea367a-ac68-4ffe-ac7b-9f15a4b1d479" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191950Z:17ea367a-ac68-4ffe-ac7b-9f15a4b1d479" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cabdff24-0224-4c42-b392-5fb6656de750" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14726" + ], + "x-ms-request-id": [ + "0c4a3a73-d845-4945-904e-331b9bed3ad9" + ], + "x-ms-correlation-request-id": [ + "0c4a3a73-d845-4945-904e-331b9bed3ad9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191950Z:0c4a3a73-d845-4945-904e-331b9bed3ad9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "80acea06-e4a1-46cd-af58-7d5447747f8a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14724" + ], + "x-ms-request-id": [ + "f6bec79c-e127-4c86-b908-e5d5d92e5053" + ], + "x-ms-correlation-request-id": [ + "f6bec79c-e127-4c86-b908-e5d5d92e5053" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191950Z:f6bec79c-e127-4c86-b908-e5d5d92e5053" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6dca3ffc-d9e5-4aec-88e0-09ada0ff26c2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14722" + ], + "x-ms-request-id": [ + "88adc571-bd3b-4ab7-992c-df1f9ffd665e" + ], + "x-ms-correlation-request-id": [ + "88adc571-bd3b-4ab7-992c-df1f9ffd665e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191950Z:88adc571-bd3b-4ab7-992c-df1f9ffd665e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3c97d9a1-ba2f-4cef-b2ac-a614a5064d95" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14720" + ], + "x-ms-request-id": [ + "2abfb103-b856-4aaa-a20f-0f2b41359ba2" + ], + "x-ms-correlation-request-id": [ + "2abfb103-b856-4aaa-a20f-0f2b41359ba2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191951Z:2abfb103-b856-4aaa-a20f-0f2b41359ba2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "07d09087-504d-4368-adfc-c41f04930673" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14718" + ], + "x-ms-request-id": [ + "c853a468-cefc-4a7b-a52f-e33fda9801a0" + ], + "x-ms-correlation-request-id": [ + "c853a468-cefc-4a7b-a52f-e33fda9801a0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191951Z:c853a468-cefc-4a7b-a52f-e33fda9801a0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2cd35092-14c1-4f53-93c8-bf6524a8a5b4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14716" + ], + "x-ms-request-id": [ + "bed31f92-0726-4e8e-a7f5-4f69476c62a6" + ], + "x-ms-correlation-request-id": [ + "bed31f92-0726-4e8e-a7f5-4f69476c62a6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191951Z:bed31f92-0726-4e8e-a7f5-4f69476c62a6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "67295407-f634-4a0c-a031-7234cfd4c664" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14714" + ], + "x-ms-request-id": [ + "d2ff3847-37e9-4c68-81bd-788236653df9" + ], + "x-ms-correlation-request-id": [ + "d2ff3847-37e9-4c68-81bd-788236653df9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191952Z:d2ff3847-37e9-4c68-81bd-788236653df9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "696103ca-c82b-4d8b-8581-a51b6bd6e96c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14712" + ], + "x-ms-request-id": [ + "ffed32c2-fc49-4a85-97cf-0e986113b53b" + ], + "x-ms-correlation-request-id": [ + "ffed32c2-fc49-4a85-97cf-0e986113b53b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191952Z:ffed32c2-fc49-4a85-97cf-0e986113b53b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "578fe6b3-772e-4d21-a7c9-d71a84f179cc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14710" + ], + "x-ms-request-id": [ + "baa738c6-22f6-4acf-9b35-1f564a8128e6" + ], + "x-ms-correlation-request-id": [ + "baa738c6-22f6-4acf-9b35-1f564a8128e6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191952Z:baa738c6-22f6-4acf-9b35-1f564a8128e6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "50af55b4-0856-4a46-b52d-ce489454de75" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14708" + ], + "x-ms-request-id": [ + "3c8ba754-6dae-478a-aac5-bd464de11a89" + ], + "x-ms-correlation-request-id": [ + "3c8ba754-6dae-478a-aac5-bd464de11a89" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191952Z:3c8ba754-6dae-478a-aac5-bd464de11a89" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5672d580-8905-4e70-b1fc-961459356304" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14706" + ], + "x-ms-request-id": [ + "6b3e76a7-d6f6-4c73-9c21-4e35a75c4ea1" + ], + "x-ms-correlation-request-id": [ + "6b3e76a7-d6f6-4c73-9c21-4e35a75c4ea1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191952Z:6b3e76a7-d6f6-4c73-9c21-4e35a75c4ea1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c87d54ba-56ae-484d-b832-06181eb02cda" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14704" + ], + "x-ms-request-id": [ + "b73ff2f2-0f1f-4243-9aaf-9f9eeb572d85" + ], + "x-ms-correlation-request-id": [ + "b73ff2f2-0f1f-4243-9aaf-9f9eeb572d85" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191953Z:b73ff2f2-0f1f-4243-9aaf-9f9eeb572d85" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2d146754-1fb3-4b7b-acf0-1e6938d15acf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14702" + ], + "x-ms-request-id": [ + "9fc1a964-0637-45dd-9603-b0f95ddfd1bd" + ], + "x-ms-correlation-request-id": [ + "9fc1a964-0637-45dd-9603-b0f95ddfd1bd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191953Z:9fc1a964-0637-45dd-9603-b0f95ddfd1bd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c5bcfcf5-00b3-4e9c-93f2-2c8049389930" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14700" + ], + "x-ms-request-id": [ + "a2b5a4ce-1f2c-4cea-bea0-45d23e27f72f" + ], + "x-ms-correlation-request-id": [ + "a2b5a4ce-1f2c-4cea-bea0-45d23e27f72f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191953Z:a2b5a4ce-1f2c-4cea-bea0-45d23e27f72f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "50dc774f-cd92-442c-a0fa-603493f84796" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14698" + ], + "x-ms-request-id": [ + "80c36260-ff71-4216-8231-8ef512c361a7" + ], + "x-ms-correlation-request-id": [ + "80c36260-ff71-4216-8231-8ef512c361a7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191953Z:80c36260-ff71-4216-8231-8ef512c361a7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "53df0bad-05b2-43e9-a5f5-138935202a9f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14696" + ], + "x-ms-request-id": [ + "1364e257-6d13-427f-91dc-aab88eea3005" + ], + "x-ms-correlation-request-id": [ + "1364e257-6d13-427f-91dc-aab88eea3005" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191953Z:1364e257-6d13-427f-91dc-aab88eea3005" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ea88b92d-6521-4803-880c-7a8cff32e230" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14694" + ], + "x-ms-request-id": [ + "63e741e9-980a-4f9b-9312-63a407011cf6" + ], + "x-ms-correlation-request-id": [ + "63e741e9-980a-4f9b-9312-63a407011cf6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191954Z:63e741e9-980a-4f9b-9312-63a407011cf6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "40aa566e-eeb1-48fb-b89f-6e0aa6554805" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14692" + ], + "x-ms-request-id": [ + "d73da477-2f16-425e-b630-7ff5e0c3148d" + ], + "x-ms-correlation-request-id": [ + "d73da477-2f16-425e-b630-7ff5e0c3148d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191954Z:d73da477-2f16-425e-b630-7ff5e0c3148d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "65b30c35-951e-4bf3-a1bf-678e78041575" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14690" + ], + "x-ms-request-id": [ + "04d65de8-5352-4799-829f-44c679cb6a1f" + ], + "x-ms-correlation-request-id": [ + "04d65de8-5352-4799-829f-44c679cb6a1f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191954Z:04d65de8-5352-4799-829f-44c679cb6a1f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "962b1419-270d-469b-a814-314eb3504fde" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14688" + ], + "x-ms-request-id": [ + "823b0ea2-5280-444b-b3a7-6a4b04443021" + ], + "x-ms-correlation-request-id": [ + "823b0ea2-5280-444b-b3a7-6a4b04443021" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191954Z:823b0ea2-5280-444b-b3a7-6a4b04443021" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4fb7d2be-d1cc-44d4-9de8-20dbd05c97e4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14686" + ], + "x-ms-request-id": [ + "77ba7d8b-b0c8-4092-a0a1-3d03b35b6c76" + ], + "x-ms-correlation-request-id": [ + "77ba7d8b-b0c8-4092-a0a1-3d03b35b6c76" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191954Z:77ba7d8b-b0c8-4092-a0a1-3d03b35b6c76" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7a467440-4eeb-47d6-997b-1ef93018aef1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14684" + ], + "x-ms-request-id": [ + "1a6e4489-4178-4423-9e12-6aa8759757d2" + ], + "x-ms-correlation-request-id": [ + "1a6e4489-4178-4423-9e12-6aa8759757d2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191955Z:1a6e4489-4178-4423-9e12-6aa8759757d2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cc6682cf-5359-4ca4-846b-1381867484d8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14682" + ], + "x-ms-request-id": [ + "1e1e0bbf-bb50-4a25-9223-4fec0badfe73" + ], + "x-ms-correlation-request-id": [ + "1e1e0bbf-bb50-4a25-9223-4fec0badfe73" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191955Z:1e1e0bbf-bb50-4a25-9223-4fec0badfe73" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "211ddb82-a45e-4e8e-82db-ca48eb97ba49" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14680" + ], + "x-ms-request-id": [ + "6d42d058-9679-44cf-ba35-51eee2ab6373" + ], + "x-ms-correlation-request-id": [ + "6d42d058-9679-44cf-ba35-51eee2ab6373" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191955Z:6d42d058-9679-44cf-ba35-51eee2ab6373" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c3667ec2-ec76-417d-b39b-9798452930d4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14678" + ], + "x-ms-request-id": [ + "3cc6ac70-4283-4fba-a422-9f18e329332f" + ], + "x-ms-correlation-request-id": [ + "3cc6ac70-4283-4fba-a422-9f18e329332f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191955Z:3cc6ac70-4283-4fba-a422-9f18e329332f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0eae0a26-be21-4a9c-8fe7-9c4207bd6006" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14676" + ], + "x-ms-request-id": [ + "cf330414-0f4a-4f0f-a3c2-3a4f8ced763a" + ], + "x-ms-correlation-request-id": [ + "cf330414-0f4a-4f0f-a3c2-3a4f8ced763a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191955Z:cf330414-0f4a-4f0f-a3c2-3a4f8ced763a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e88359e7-c676-4826-9b34-1052653e74fd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14674" + ], + "x-ms-request-id": [ + "392fa82c-531a-4bcf-9a62-e04507411e8a" + ], + "x-ms-correlation-request-id": [ + "392fa82c-531a-4bcf-9a62-e04507411e8a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191955Z:392fa82c-531a-4bcf-9a62-e04507411e8a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d27f22bf-3045-4ef5-8741-5829743e1f56" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14672" + ], + "x-ms-request-id": [ + "9137b769-d6a1-4a5e-af1a-e993ea95319c" + ], + "x-ms-correlation-request-id": [ + "9137b769-d6a1-4a5e-af1a-e993ea95319c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191956Z:9137b769-d6a1-4a5e-af1a-e993ea95319c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "87573cad-5aa7-4e87-8010-2f7a6633f0d8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14670" + ], + "x-ms-request-id": [ + "c89da104-dc55-4dfe-aa6e-5e658f93dc1b" + ], + "x-ms-correlation-request-id": [ + "c89da104-dc55-4dfe-aa6e-5e658f93dc1b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191956Z:c89da104-dc55-4dfe-aa6e-5e658f93dc1b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "29d31704-3836-48bf-bdae-8bae4b52e17b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14668" + ], + "x-ms-request-id": [ + "d63caa14-5828-4747-8219-1e6bc177f8ba" + ], + "x-ms-correlation-request-id": [ + "d63caa14-5828-4747-8219-1e6bc177f8ba" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191956Z:d63caa14-5828-4747-8219-1e6bc177f8ba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c1519df1-fcec-4824-8438-deb6c2e5580b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14666" + ], + "x-ms-request-id": [ + "52b2bb16-da0c-43e0-bf0b-2174a4c6d715" + ], + "x-ms-correlation-request-id": [ + "52b2bb16-da0c-43e0-bf0b-2174a4c6d715" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191956Z:52b2bb16-da0c-43e0-bf0b-2174a4c6d715" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4bd52e58-f35c-4225-bb27-f128008147f1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14664" + ], + "x-ms-request-id": [ + "a9002c9a-0296-4ef5-be6a-520809201f39" + ], + "x-ms-correlation-request-id": [ + "a9002c9a-0296-4ef5-be6a-520809201f39" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191956Z:a9002c9a-0296-4ef5-be6a-520809201f39" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "468f5f89-9228-4be9-b1d3-16357b28b952" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14662" + ], + "x-ms-request-id": [ + "838c4815-dc0b-4d46-8e13-1fadd0cccfa6" + ], + "x-ms-correlation-request-id": [ + "838c4815-dc0b-4d46-8e13-1fadd0cccfa6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191957Z:838c4815-dc0b-4d46-8e13-1fadd0cccfa6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b984ed1e-38aa-4883-ae87-221060d984c5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14660" + ], + "x-ms-request-id": [ + "8fe2475a-b694-4d63-8ba7-be25f6f980ca" + ], + "x-ms-correlation-request-id": [ + "8fe2475a-b694-4d63-8ba7-be25f6f980ca" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191957Z:8fe2475a-b694-4d63-8ba7-be25f6f980ca" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b96f869e-4678-4941-bde2-4c3ffcdf8846" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14658" + ], + "x-ms-request-id": [ + "a0babfdb-a60f-4ac7-b540-4e32ee57ef5b" + ], + "x-ms-correlation-request-id": [ + "a0babfdb-a60f-4ac7-b540-4e32ee57ef5b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191957Z:a0babfdb-a60f-4ac7-b540-4e32ee57ef5b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3d4867ca-9016-451a-b3f2-1fbd8242a52f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14656" + ], + "x-ms-request-id": [ + "4db75c81-aa10-4520-8fdc-1b1f4c9e68b1" + ], + "x-ms-correlation-request-id": [ + "4db75c81-aa10-4520-8fdc-1b1f4c9e68b1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191957Z:4db75c81-aa10-4520-8fdc-1b1f4c9e68b1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5677a0dc-de60-4199-b19d-391bbd4e9178" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14654" + ], + "x-ms-request-id": [ + "c428cdcd-2131-4f6e-b1a9-7fd90fbe8285" + ], + "x-ms-correlation-request-id": [ + "c428cdcd-2131-4f6e-b1a9-7fd90fbe8285" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191957Z:c428cdcd-2131-4f6e-b1a9-7fd90fbe8285" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8687984e-7576-4396-a501-2531f12ed7bf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14652" + ], + "x-ms-request-id": [ + "774c3305-80a8-480f-9663-6bb79348388d" + ], + "x-ms-correlation-request-id": [ + "774c3305-80a8-480f-9663-6bb79348388d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191958Z:774c3305-80a8-480f-9663-6bb79348388d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eeaa7ba8-94bc-4957-964a-c54054725ce6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14650" + ], + "x-ms-request-id": [ + "2c8b782e-513b-43f0-82f8-50223176f97c" + ], + "x-ms-correlation-request-id": [ + "2c8b782e-513b-43f0-82f8-50223176f97c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191958Z:2c8b782e-513b-43f0-82f8-50223176f97c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "73e34868-1721-43f6-af94-775142d19eb0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14648" + ], + "x-ms-request-id": [ + "17db30bf-cf4e-4693-86cd-8d205599baa2" + ], + "x-ms-correlation-request-id": [ + "17db30bf-cf4e-4693-86cd-8d205599baa2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191958Z:17db30bf-cf4e-4693-86cd-8d205599baa2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d54113f0-3b6e-45c0-8a7d-07274abe451b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14646" + ], + "x-ms-request-id": [ + "703d5e84-c883-4116-ab7d-3515c166cd97" + ], + "x-ms-correlation-request-id": [ + "703d5e84-c883-4116-ab7d-3515c166cd97" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191958Z:703d5e84-c883-4116-ab7d-3515c166cd97" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6050a11d-965e-44c7-8baa-a57b57a7cd51" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14644" + ], + "x-ms-request-id": [ + "2ec602af-f4e7-40f3-8db9-4aff9ed23a25" + ], + "x-ms-correlation-request-id": [ + "2ec602af-f4e7-40f3-8db9-4aff9ed23a25" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191958Z:2ec602af-f4e7-40f3-8db9-4aff9ed23a25" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "59eae153-638c-4ff8-9288-08043ae36020" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14642" + ], + "x-ms-request-id": [ + "6e0f9d92-3efa-40d8-8e4b-f6f9faac8555" + ], + "x-ms-correlation-request-id": [ + "6e0f9d92-3efa-40d8-8e4b-f6f9faac8555" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191958Z:6e0f9d92-3efa-40d8-8e4b-f6f9faac8555" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bac1c5c1-63e6-465a-939a-9b4e38322665" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14640" + ], + "x-ms-request-id": [ + "0da0613f-7c12-4610-bc9c-022bd3713ee0" + ], + "x-ms-correlation-request-id": [ + "0da0613f-7c12-4610-bc9c-022bd3713ee0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191959Z:0da0613f-7c12-4610-bc9c-022bd3713ee0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dc6aa207-3a06-46c7-b8d3-ea98ceb665cb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14638" + ], + "x-ms-request-id": [ + "017a9fc0-ae18-41d8-af69-54ddd1cdc9a7" + ], + "x-ms-correlation-request-id": [ + "017a9fc0-ae18-41d8-af69-54ddd1cdc9a7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191959Z:017a9fc0-ae18-41d8-af69-54ddd1cdc9a7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8fa87b38-7cfd-4175-a8a7-ac448d23264f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14636" + ], + "x-ms-request-id": [ + "4f852dc7-ec3b-4d6a-8c6c-8571e3d1f960" + ], + "x-ms-correlation-request-id": [ + "4f852dc7-ec3b-4d6a-8c6c-8571e3d1f960" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191959Z:4f852dc7-ec3b-4d6a-8c6c-8571e3d1f960" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f33356f4-e0ef-4e0f-94ac-ec174d3ffe8b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14634" + ], + "x-ms-request-id": [ + "106708a7-db3a-40fe-9079-8da04f874a3e" + ], + "x-ms-correlation-request-id": [ + "106708a7-db3a-40fe-9079-8da04f874a3e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191959Z:106708a7-db3a-40fe-9079-8da04f874a3e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5effb40b-2bdf-4789-bfe2-c8830f88bbd4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14632" + ], + "x-ms-request-id": [ + "089a4cf3-6bc7-4984-9024-e34e9b1599e0" + ], + "x-ms-correlation-request-id": [ + "089a4cf3-6bc7-4984-9024-e34e9b1599e0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T191959Z:089a4cf3-6bc7-4984-9024-e34e9b1599e0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "df6bb9cc-7be1-4fff-99f6-83f143d9d14f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14630" + ], + "x-ms-request-id": [ + "ef616be1-462a-4ed8-9faf-b7655141ebac" + ], + "x-ms-correlation-request-id": [ + "ef616be1-462a-4ed8-9faf-b7655141ebac" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192000Z:ef616be1-462a-4ed8-9faf-b7655141ebac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:19:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d3df2759-4c5e-4789-a2c3-434a855a1c5b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14628" + ], + "x-ms-request-id": [ + "c2dd3727-9fc1-4550-a8d8-3b97506c00af" + ], + "x-ms-correlation-request-id": [ + "c2dd3727-9fc1-4550-a8d8-3b97506c00af" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192000Z:c2dd3727-9fc1-4550-a8d8-3b97506c00af" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dbc5c703-2bfa-4816-a931-746622b62164" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14626" + ], + "x-ms-request-id": [ + "c61a4297-e6aa-4fb9-b732-beaab3df4ba7" + ], + "x-ms-correlation-request-id": [ + "c61a4297-e6aa-4fb9-b732-beaab3df4ba7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192000Z:c61a4297-e6aa-4fb9-b732-beaab3df4ba7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4685f7e3-6086-4d8d-a940-3f817167496f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14624" + ], + "x-ms-request-id": [ + "18831c31-01f5-4a73-bb30-a4219dd3cb58" + ], + "x-ms-correlation-request-id": [ + "18831c31-01f5-4a73-bb30-a4219dd3cb58" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192000Z:18831c31-01f5-4a73-bb30-a4219dd3cb58" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e8237422-7a30-40d8-ba3b-c887c17f8607" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14622" + ], + "x-ms-request-id": [ + "fc783f10-fa12-415d-8ea9-3d894ccbb987" + ], + "x-ms-correlation-request-id": [ + "fc783f10-fa12-415d-8ea9-3d894ccbb987" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192000Z:fc783f10-fa12-415d-8ea9-3d894ccbb987" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7bf5b2cf-400e-496d-83fb-0ca2ab793bfa" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14620" + ], + "x-ms-request-id": [ + "1d594c91-ae90-4d01-9209-fada88e18584" + ], + "x-ms-correlation-request-id": [ + "1d594c91-ae90-4d01-9209-fada88e18584" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192001Z:1d594c91-ae90-4d01-9209-fada88e18584" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e076531b-101c-40ac-b73e-f93f0a2d1894" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14618" + ], + "x-ms-request-id": [ + "517bec7b-28f9-402f-b26d-19331a7dc455" + ], + "x-ms-correlation-request-id": [ + "517bec7b-28f9-402f-b26d-19331a7dc455" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192001Z:517bec7b-28f9-402f-b26d-19331a7dc455" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "154e41d0-e2a4-4b28-9f2b-f4cde754b909" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:19:45.1354913Z\",\r\n \"duration\": \"PT21.3372961S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14616" + ], + "x-ms-request-id": [ + "d33330c8-11af-4e2f-81c0-dcd53d7bf6e1" + ], + "x-ms-correlation-request-id": [ + "d33330c8-11af-4e2f-81c0-dcd53d7bf6e1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192001Z:d33330c8-11af-4e2f-81c0-dcd53d7bf6e1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4b862890-1a1a-43b6-9ec9-b3f48c626527" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14614" + ], + "x-ms-request-id": [ + "566db8e7-26a1-4d6c-a558-4e3d0cc7d9c4" + ], + "x-ms-correlation-request-id": [ + "566db8e7-26a1-4d6c-a558-4e3d0cc7d9c4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192001Z:566db8e7-26a1-4d6c-a558-4e3d0cc7d9c4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "577f1d7a-51af-4029-83ea-bd04e115a2c9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14612" + ], + "x-ms-request-id": [ + "e2d972f8-b8ab-48f9-9dca-d8d251d94c9c" + ], + "x-ms-correlation-request-id": [ + "e2d972f8-b8ab-48f9-9dca-d8d251d94c9c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192001Z:e2d972f8-b8ab-48f9-9dca-d8d251d94c9c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a02197ba-2828-49f5-8b38-ff9cf151d178" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14610" + ], + "x-ms-request-id": [ + "88cf3474-9b0e-4ddb-a093-d2291ff449cd" + ], + "x-ms-correlation-request-id": [ + "88cf3474-9b0e-4ddb-a093-d2291ff449cd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192002Z:88cf3474-9b0e-4ddb-a093-d2291ff449cd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cfea8a6f-9faa-43bb-ba6f-b126ddafab24" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14608" + ], + "x-ms-request-id": [ + "b3fc45d8-d979-4fef-bf5f-28930479c5fb" + ], + "x-ms-correlation-request-id": [ + "b3fc45d8-d979-4fef-bf5f-28930479c5fb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192002Z:b3fc45d8-d979-4fef-bf5f-28930479c5fb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6489760e-893d-4369-8c42-076cd2f44c64" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14606" + ], + "x-ms-request-id": [ + "0d6b3a66-7301-4787-802f-aee99691c866" + ], + "x-ms-correlation-request-id": [ + "0d6b3a66-7301-4787-802f-aee99691c866" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192002Z:0d6b3a66-7301-4787-802f-aee99691c866" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "60a5eb40-c195-4f22-8ede-cc3b27cc600f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14604" + ], + "x-ms-request-id": [ + "a70b13ae-c4fb-4ab1-ae4d-f7ffdd02ce2c" + ], + "x-ms-correlation-request-id": [ + "a70b13ae-c4fb-4ab1-ae4d-f7ffdd02ce2c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192002Z:a70b13ae-c4fb-4ab1-ae4d-f7ffdd02ce2c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "633229aa-f92d-4c8c-b17a-88685c5f2486" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14602" + ], + "x-ms-request-id": [ + "da5779a0-799a-4a42-a939-8443763c80bf" + ], + "x-ms-correlation-request-id": [ + "da5779a0-799a-4a42-a939-8443763c80bf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192002Z:da5779a0-799a-4a42-a939-8443763c80bf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b00dabba-712e-4e74-9014-8b7a6ab26927" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14600" + ], + "x-ms-request-id": [ + "8557afa9-7944-4c21-877c-f867a395805e" + ], + "x-ms-correlation-request-id": [ + "8557afa9-7944-4c21-877c-f867a395805e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192003Z:8557afa9-7944-4c21-877c-f867a395805e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9648eda8-c150-42ee-8fad-6afacc212328" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14598" + ], + "x-ms-request-id": [ + "9e322ce5-07f5-45ca-9965-a96b7dc01834" + ], + "x-ms-correlation-request-id": [ + "9e322ce5-07f5-45ca-9965-a96b7dc01834" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192003Z:9e322ce5-07f5-45ca-9965-a96b7dc01834" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "66d6d092-5170-4f8f-9405-6196639548f9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14596" + ], + "x-ms-request-id": [ + "5b856ad9-b03c-47dd-a7ab-372c0978f741" + ], + "x-ms-correlation-request-id": [ + "5b856ad9-b03c-47dd-a7ab-372c0978f741" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192003Z:5b856ad9-b03c-47dd-a7ab-372c0978f741" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "09229494-b582-458d-918d-69c6ab89041f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14594" + ], + "x-ms-request-id": [ + "894dbef6-193c-4aa9-b202-e1e9af9a4d6e" + ], + "x-ms-correlation-request-id": [ + "894dbef6-193c-4aa9-b202-e1e9af9a4d6e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192003Z:894dbef6-193c-4aa9-b202-e1e9af9a4d6e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c284a32d-416f-40e3-9c1c-f98c393f21b8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14592" + ], + "x-ms-request-id": [ + "05968a67-97dd-43fb-bf0f-3cc1aa445891" + ], + "x-ms-correlation-request-id": [ + "05968a67-97dd-43fb-bf0f-3cc1aa445891" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192003Z:05968a67-97dd-43fb-bf0f-3cc1aa445891" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "22773c17-8567-4d84-9ad8-ef899cca4827" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14590" + ], + "x-ms-request-id": [ + "10be10b2-6541-46cc-bc9b-accb39512b5a" + ], + "x-ms-correlation-request-id": [ + "10be10b2-6541-46cc-bc9b-accb39512b5a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192004Z:10be10b2-6541-46cc-bc9b-accb39512b5a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2e5f6800-49cc-49b7-b424-f5bbfb60b311" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14588" + ], + "x-ms-request-id": [ + "83ca2472-f925-4c02-bf21-79be81009eac" + ], + "x-ms-correlation-request-id": [ + "83ca2472-f925-4c02-bf21-79be81009eac" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192004Z:83ca2472-f925-4c02-bf21-79be81009eac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c01dd37f-1020-4228-8abc-8c346fb3a8ec" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14586" + ], + "x-ms-request-id": [ + "8e5430f2-ce5a-4981-853b-07dd2588d4c6" + ], + "x-ms-correlation-request-id": [ + "8e5430f2-ce5a-4981-853b-07dd2588d4c6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192004Z:8e5430f2-ce5a-4981-853b-07dd2588d4c6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d92ddf6d-f272-4479-bd51-6e76cfc2e0a3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14584" + ], + "x-ms-request-id": [ + "9d17d132-8283-481a-9170-142d87fe6b69" + ], + "x-ms-correlation-request-id": [ + "9d17d132-8283-481a-9170-142d87fe6b69" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192004Z:9d17d132-8283-481a-9170-142d87fe6b69" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "10e22434-af7f-4054-bf1b-142a98ad25c4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14582" + ], + "x-ms-request-id": [ + "7ba6d6fc-3734-4211-9b1b-3e3c99eed6e9" + ], + "x-ms-correlation-request-id": [ + "7ba6d6fc-3734-4211-9b1b-3e3c99eed6e9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192004Z:7ba6d6fc-3734-4211-9b1b-3e3c99eed6e9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8def056f-1523-4e10-99d7-57b94c4b650f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14580" + ], + "x-ms-request-id": [ + "82c21e99-7b46-4fca-bf28-7e8bae8b0630" + ], + "x-ms-correlation-request-id": [ + "82c21e99-7b46-4fca-bf28-7e8bae8b0630" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192005Z:82c21e99-7b46-4fca-bf28-7e8bae8b0630" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a301ea54-99ad-4279-8de3-6e19b101d1c4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14578" + ], + "x-ms-request-id": [ + "c07f8642-4939-47fb-98bd-03d753d8e4d2" + ], + "x-ms-correlation-request-id": [ + "c07f8642-4939-47fb-98bd-03d753d8e4d2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192005Z:c07f8642-4939-47fb-98bd-03d753d8e4d2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "abfd1cea-fa39-4a64-9fdf-c3348e3dcd52" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14576" + ], + "x-ms-request-id": [ + "65748842-0199-4322-85bb-15a043780c94" + ], + "x-ms-correlation-request-id": [ + "65748842-0199-4322-85bb-15a043780c94" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192005Z:65748842-0199-4322-85bb-15a043780c94" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b6cf372a-6ca0-4d2b-88c5-fae5096e0f99" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14574" + ], + "x-ms-request-id": [ + "e9820418-010f-4e14-a5f1-587b5642ed22" + ], + "x-ms-correlation-request-id": [ + "e9820418-010f-4e14-a5f1-587b5642ed22" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192005Z:e9820418-010f-4e14-a5f1-587b5642ed22" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "939a4dae-b931-4c01-b36f-6c4d7c211238" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14572" + ], + "x-ms-request-id": [ + "7c96a3d8-add8-4527-a79d-e23423bbdf38" + ], + "x-ms-correlation-request-id": [ + "7c96a3d8-add8-4527-a79d-e23423bbdf38" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192005Z:7c96a3d8-add8-4527-a79d-e23423bbdf38" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a7533fbb-ff00-4488-96ac-25cc0ab0b745" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14570" + ], + "x-ms-request-id": [ + "e5c3a3e3-2065-43fa-9a79-99324fc3294f" + ], + "x-ms-correlation-request-id": [ + "e5c3a3e3-2065-43fa-9a79-99324fc3294f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192005Z:e5c3a3e3-2065-43fa-9a79-99324fc3294f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "55855637-9252-4a1a-ba67-69dfc578627d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14568" + ], + "x-ms-request-id": [ + "62f01665-2346-466e-8a43-1e6ba5f00d60" + ], + "x-ms-correlation-request-id": [ + "62f01665-2346-466e-8a43-1e6ba5f00d60" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192006Z:62f01665-2346-466e-8a43-1e6ba5f00d60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eb6515f5-f31c-46f4-84e1-aafda48f661d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14566" + ], + "x-ms-request-id": [ + "1e3b8ba0-26f3-4f14-8cb1-7274ff4a062c" + ], + "x-ms-correlation-request-id": [ + "1e3b8ba0-26f3-4f14-8cb1-7274ff4a062c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192006Z:1e3b8ba0-26f3-4f14-8cb1-7274ff4a062c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2bd495c9-8866-45fe-8b48-b41cbbb9a56e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14564" + ], + "x-ms-request-id": [ + "b63af718-8ead-4beb-a349-2f90c6bcb283" + ], + "x-ms-correlation-request-id": [ + "b63af718-8ead-4beb-a349-2f90c6bcb283" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192006Z:b63af718-8ead-4beb-a349-2f90c6bcb283" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8ba122e1-22b6-42a8-8da0-a59be4d921bc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14562" + ], + "x-ms-request-id": [ + "8ed5c64c-92f9-418d-90b2-5b1756c67bc8" + ], + "x-ms-correlation-request-id": [ + "8ed5c64c-92f9-418d-90b2-5b1756c67bc8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192006Z:8ed5c64c-92f9-418d-90b2-5b1756c67bc8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c524169d-867a-4577-a74e-8501654394eb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14560" + ], + "x-ms-request-id": [ + "829d90ca-b236-4727-bbbc-11a4765578ba" + ], + "x-ms-correlation-request-id": [ + "829d90ca-b236-4727-bbbc-11a4765578ba" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192006Z:829d90ca-b236-4727-bbbc-11a4765578ba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9f516de1-e995-42f0-8deb-9d62679c7e24" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14558" + ], + "x-ms-request-id": [ + "43f36227-9ffa-4737-a559-0c83891a9952" + ], + "x-ms-correlation-request-id": [ + "43f36227-9ffa-4737-a559-0c83891a9952" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192007Z:43f36227-9ffa-4737-a559-0c83891a9952" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "df7b94f2-1dbd-4406-8f6a-2aced595331f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14556" + ], + "x-ms-request-id": [ + "f1f4dc58-c6e3-4277-a6b6-45fc9f48076b" + ], + "x-ms-correlation-request-id": [ + "f1f4dc58-c6e3-4277-a6b6-45fc9f48076b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192007Z:f1f4dc58-c6e3-4277-a6b6-45fc9f48076b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e383fc29-fc7f-43be-a8fe-a99bee3cbf86" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14554" + ], + "x-ms-request-id": [ + "4604da66-3c86-45b7-816d-6263e4842f53" + ], + "x-ms-correlation-request-id": [ + "4604da66-3c86-45b7-816d-6263e4842f53" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192007Z:4604da66-3c86-45b7-816d-6263e4842f53" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "91147b05-7657-4176-8ee2-28033d502c08" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14552" + ], + "x-ms-request-id": [ + "92f4c822-2901-4a57-91fa-850f00e48388" + ], + "x-ms-correlation-request-id": [ + "92f4c822-2901-4a57-91fa-850f00e48388" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192007Z:92f4c822-2901-4a57-91fa-850f00e48388" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dac41509-b219-45d0-996d-6f539204060b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14550" + ], + "x-ms-request-id": [ + "dbeaf307-9754-4053-a550-b6046241eeb2" + ], + "x-ms-correlation-request-id": [ + "dbeaf307-9754-4053-a550-b6046241eeb2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192007Z:dbeaf307-9754-4053-a550-b6046241eeb2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "af744e12-7040-42b1-9b45-e4d90ab277fa" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14548" + ], + "x-ms-request-id": [ + "c4d38736-69f2-4c46-a542-b7ca4f4eba82" + ], + "x-ms-correlation-request-id": [ + "c4d38736-69f2-4c46-a542-b7ca4f4eba82" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192008Z:c4d38736-69f2-4c46-a542-b7ca4f4eba82" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d31e3e7a-0708-40b4-ae7e-b9cd74ec84b8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14546" + ], + "x-ms-request-id": [ + "e43bf212-e6cf-4db7-a86e-9c1ca145f938" + ], + "x-ms-correlation-request-id": [ + "e43bf212-e6cf-4db7-a86e-9c1ca145f938" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192008Z:e43bf212-e6cf-4db7-a86e-9c1ca145f938" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aec1d8cb-89ff-4625-9d0a-0624270d2980" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14544" + ], + "x-ms-request-id": [ + "3eb19894-0b75-4de5-9945-4e98c7bf718d" + ], + "x-ms-correlation-request-id": [ + "3eb19894-0b75-4de5-9945-4e98c7bf718d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192008Z:3eb19894-0b75-4de5-9945-4e98c7bf718d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "689edd55-95cd-4ed7-8848-17aeb125849a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14542" + ], + "x-ms-request-id": [ + "523a196d-4ce3-4be7-90a3-ce1c52649cb8" + ], + "x-ms-correlation-request-id": [ + "523a196d-4ce3-4be7-90a3-ce1c52649cb8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192008Z:523a196d-4ce3-4be7-90a3-ce1c52649cb8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "008895e7-e23d-4d5f-be31-669a4613acfb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14540" + ], + "x-ms-request-id": [ + "be91c5d2-ef31-4082-9b23-d4e67290e3d7" + ], + "x-ms-correlation-request-id": [ + "be91c5d2-ef31-4082-9b23-d4e67290e3d7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192008Z:be91c5d2-ef31-4082-9b23-d4e67290e3d7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "20d78835-6781-4188-8bdd-03a056fdb766" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14538" + ], + "x-ms-request-id": [ + "6f003fbb-68fb-4479-98ad-87f1cd0e06c6" + ], + "x-ms-correlation-request-id": [ + "6f003fbb-68fb-4479-98ad-87f1cd0e06c6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192009Z:6f003fbb-68fb-4479-98ad-87f1cd0e06c6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "19252d87-19ff-4030-9f8a-14a42ee15c74" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14536" + ], + "x-ms-request-id": [ + "c37cbec1-e1f6-4397-b74f-c3c10038660a" + ], + "x-ms-correlation-request-id": [ + "c37cbec1-e1f6-4397-b74f-c3c10038660a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192009Z:c37cbec1-e1f6-4397-b74f-c3c10038660a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3eb4d0c3-5cb7-42d8-85c5-9c28d8817dfe" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14534" + ], + "x-ms-request-id": [ + "373e77b5-b460-41c6-861c-b4be7977108d" + ], + "x-ms-correlation-request-id": [ + "373e77b5-b460-41c6-861c-b4be7977108d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192009Z:373e77b5-b460-41c6-861c-b4be7977108d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1ea055ba-a763-41f2-9a1c-464cc5bdd1fa" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14532" + ], + "x-ms-request-id": [ + "0c60a8ef-8716-4c80-aa99-07dc7c6107b3" + ], + "x-ms-correlation-request-id": [ + "0c60a8ef-8716-4c80-aa99-07dc7c6107b3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192009Z:0c60a8ef-8716-4c80-aa99-07dc7c6107b3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4ac9064f-aafc-4b9a-aa36-b2aea1094ee7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14530" + ], + "x-ms-request-id": [ + "10782795-c487-43f1-a5bb-9488094dcc27" + ], + "x-ms-correlation-request-id": [ + "10782795-c487-43f1-a5bb-9488094dcc27" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192009Z:10782795-c487-43f1-a5bb-9488094dcc27" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d98db708-9238-406a-b874-304fc0abfb7e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14528" + ], + "x-ms-request-id": [ + "b215de39-82c9-436f-995d-8ef952d10d82" + ], + "x-ms-correlation-request-id": [ + "b215de39-82c9-436f-995d-8ef952d10d82" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192010Z:b215de39-82c9-436f-995d-8ef952d10d82" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3c7f7e7c-6951-44d3-b40d-7032b4370c8e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14526" + ], + "x-ms-request-id": [ + "eb05d9b2-e459-4581-b209-18ce93c1188a" + ], + "x-ms-correlation-request-id": [ + "eb05d9b2-e459-4581-b209-18ce93c1188a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192010Z:eb05d9b2-e459-4581-b209-18ce93c1188a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "36c34320-dbed-4fa9-8ebc-64528b6471c9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14524" + ], + "x-ms-request-id": [ + "a7f6ebc0-e317-4bb9-8000-0722dd2379ab" + ], + "x-ms-correlation-request-id": [ + "a7f6ebc0-e317-4bb9-8000-0722dd2379ab" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192010Z:a7f6ebc0-e317-4bb9-8000-0722dd2379ab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5c7723d4-b47f-42d4-9983-f75a26acee1c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14522" + ], + "x-ms-request-id": [ + "1170da6f-a054-48c3-8769-ce0292667db0" + ], + "x-ms-correlation-request-id": [ + "1170da6f-a054-48c3-8769-ce0292667db0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192010Z:1170da6f-a054-48c3-8769-ce0292667db0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c317e8a2-adf1-49b8-8b7d-1bb9955fe34b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14520" + ], + "x-ms-request-id": [ + "462ec30e-2e5c-438c-a4fa-0395d27dfe77" + ], + "x-ms-correlation-request-id": [ + "462ec30e-2e5c-438c-a4fa-0395d27dfe77" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192010Z:462ec30e-2e5c-438c-a4fa-0395d27dfe77" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6a3a936e-28b0-416d-898b-59b70a9c7dc2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14518" + ], + "x-ms-request-id": [ + "7e02d00e-dc20-4569-a3fc-125b799d5ec3" + ], + "x-ms-correlation-request-id": [ + "7e02d00e-dc20-4569-a3fc-125b799d5ec3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192011Z:7e02d00e-dc20-4569-a3fc-125b799d5ec3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "61a2e50a-332e-401a-aec2-3e9f6b54e8ec" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14516" + ], + "x-ms-request-id": [ + "4e23f96c-294d-43f4-ba08-609909a47bed" + ], + "x-ms-correlation-request-id": [ + "4e23f96c-294d-43f4-ba08-609909a47bed" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192011Z:4e23f96c-294d-43f4-ba08-609909a47bed" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "17e26f74-b2a6-48e2-a7cd-da1532997ce5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14514" + ], + "x-ms-request-id": [ + "54780de9-c13e-4a3d-aa08-a2b298844867" + ], + "x-ms-correlation-request-id": [ + "54780de9-c13e-4a3d-aa08-a2b298844867" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192011Z:54780de9-c13e-4a3d-aa08-a2b298844867" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "25642c1e-3e50-4073-b655-0ee7fa8bbab9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14512" + ], + "x-ms-request-id": [ + "fd576afb-0102-4b88-9627-6ee004f7f0cb" + ], + "x-ms-correlation-request-id": [ + "fd576afb-0102-4b88-9627-6ee004f7f0cb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192011Z:fd576afb-0102-4b88-9627-6ee004f7f0cb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d0404412-4ef4-42c8-acef-1136d842dbfc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14510" + ], + "x-ms-request-id": [ + "8348eae3-1aa7-484b-a7ed-c8663dfaa024" + ], + "x-ms-correlation-request-id": [ + "8348eae3-1aa7-484b-a7ed-c8663dfaa024" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192011Z:8348eae3-1aa7-484b-a7ed-c8663dfaa024" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cb28b7e3-a8e1-4d5b-92ea-3215186b203a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14508" + ], + "x-ms-request-id": [ + "5332c9bd-6e03-494b-a8d2-b06910689377" + ], + "x-ms-correlation-request-id": [ + "5332c9bd-6e03-494b-a8d2-b06910689377" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192012Z:5332c9bd-6e03-494b-a8d2-b06910689377" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "faa2ef0e-d082-4f7e-81f8-ea2aa874ce06" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14506" + ], + "x-ms-request-id": [ + "4804bd2c-77e3-490d-a238-5b92713e363e" + ], + "x-ms-correlation-request-id": [ + "4804bd2c-77e3-490d-a238-5b92713e363e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192012Z:4804bd2c-77e3-490d-a238-5b92713e363e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0da32bbe-e755-434b-8fa6-4bd3a0287365" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14504" + ], + "x-ms-request-id": [ + "4449cb43-1cd0-4418-95e0-6868a12ab7c9" + ], + "x-ms-correlation-request-id": [ + "4449cb43-1cd0-4418-95e0-6868a12ab7c9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192012Z:4449cb43-1cd0-4418-95e0-6868a12ab7c9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "64c5b553-bc6d-47f0-bac5-5bfd17cdeaf7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14502" + ], + "x-ms-request-id": [ + "281bea7c-e994-459e-82bf-299d3f378522" + ], + "x-ms-correlation-request-id": [ + "281bea7c-e994-459e-82bf-299d3f378522" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192012Z:281bea7c-e994-459e-82bf-299d3f378522" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1c287dfa-5637-4738-8ba1-648308789c5f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:01.5293883Z\",\r\n \"duration\": \"PT37.7311931S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4848" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14500" + ], + "x-ms-request-id": [ + "6c1d87ea-1ac3-41f6-b1b2-e3f529c2de3e" + ], + "x-ms-correlation-request-id": [ + "6c1d87ea-1ac3-41f6-b1b2-e3f529c2de3e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192012Z:6c1d87ea-1ac3-41f6-b1b2-e3f529c2de3e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1de474ec-5a0b-47b7-9c82-de8051dfdc47" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "71" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14498" + ], + "x-ms-request-id": [ + "c723ba30-b359-411f-b84a-fcc890c6a8a8" + ], + "x-ms-correlation-request-id": [ + "c723ba30-b359-411f-b84a-fcc890c6a8a8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192012Z:c723ba30-b359-411f-b84a-fcc890c6a8a8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6be53a92-3b21-453d-83be-2402ccbc8007" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "71" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14496" + ], + "x-ms-request-id": [ + "d4b299af-83d6-4296-865a-77e83c897cd3" + ], + "x-ms-correlation-request-id": [ + "d4b299af-83d6-4296-865a-77e83c897cd3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192013Z:d4b299af-83d6-4296-865a-77e83c897cd3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a180166e-86d0-4122-be06-f690d8601f6d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "71" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14494" + ], + "x-ms-request-id": [ + "c9c951df-f018-456b-b0d7-d80f7afe6ddf" + ], + "x-ms-correlation-request-id": [ + "c9c951df-f018-456b-b0d7-d80f7afe6ddf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192013Z:c9c951df-f018-456b-b0d7-d80f7afe6ddf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f061ccd8-adff-454a-af37-3a24cc6e51e9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "71" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14492" + ], + "x-ms-request-id": [ + "24a9625d-efbb-4b6a-b9b6-20727db6c445" + ], + "x-ms-correlation-request-id": [ + "24a9625d-efbb-4b6a-b9b6-20727db6c445" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192013Z:24a9625d-efbb-4b6a-b9b6-20727db6c445" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7bfa3213-07e5-4940-ad21-687639057df7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "71" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14490" + ], + "x-ms-request-id": [ + "57744f08-172d-48f6-8879-bb7489496b49" + ], + "x-ms-correlation-request-id": [ + "57744f08-172d-48f6-8879-bb7489496b49" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192013Z:57744f08-172d-48f6-8879-bb7489496b49" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e93586db-c707-4333-b6b8-a15d7a27f7bf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "70" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14488" + ], + "x-ms-request-id": [ + "4534342d-6818-477a-9aa3-25ec617042d1" + ], + "x-ms-correlation-request-id": [ + "4534342d-6818-477a-9aa3-25ec617042d1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192013Z:4534342d-6818-477a-9aa3-25ec617042d1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f7df3ecf-d95c-4cdc-9249-ee6d22e3e8fa" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "70" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14486" + ], + "x-ms-request-id": [ + "95c84c60-9a97-4e7a-9231-dd1cac928d79" + ], + "x-ms-correlation-request-id": [ + "95c84c60-9a97-4e7a-9231-dd1cac928d79" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192014Z:95c84c60-9a97-4e7a-9231-dd1cac928d79" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5fd4633b-b13b-440b-b55a-69398c23f3bc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "70" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14484" + ], + "x-ms-request-id": [ + "f9070ad7-61a6-4d3c-bf4e-bf27a4902eb6" + ], + "x-ms-correlation-request-id": [ + "f9070ad7-61a6-4d3c-bf4e-bf27a4902eb6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192014Z:f9070ad7-61a6-4d3c-bf4e-bf27a4902eb6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "820b1e5f-5bb2-48fc-bd9a-d985e50d9db6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "70" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14482" + ], + "x-ms-request-id": [ + "18219516-eb1a-4cec-b0c4-443cc261ff61" + ], + "x-ms-correlation-request-id": [ + "18219516-eb1a-4cec-b0c4-443cc261ff61" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192014Z:18219516-eb1a-4cec-b0c4-443cc261ff61" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4ad8de3c-cfde-40f2-81bc-2f9cea3e29fb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "70" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14480" + ], + "x-ms-request-id": [ + "f9c80cb5-71c7-4157-955f-24d7c54871a6" + ], + "x-ms-correlation-request-id": [ + "f9c80cb5-71c7-4157-955f-24d7c54871a6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192014Z:f9c80cb5-71c7-4157-955f-24d7c54871a6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "43d26e11-2ad3-4fde-8693-09d513169bbd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "69" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14478" + ], + "x-ms-request-id": [ + "3b9d6573-1390-41bf-957a-46499cb48254" + ], + "x-ms-correlation-request-id": [ + "3b9d6573-1390-41bf-957a-46499cb48254" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192014Z:3b9d6573-1390-41bf-957a-46499cb48254" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cf181ca3-6e59-4f3d-b390-19014402bddb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "69" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14476" + ], + "x-ms-request-id": [ + "9be15827-385c-4f4b-9590-b57429bb0c73" + ], + "x-ms-correlation-request-id": [ + "9be15827-385c-4f4b-9590-b57429bb0c73" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192015Z:9be15827-385c-4f4b-9590-b57429bb0c73" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7cfdb263-62ad-40b1-8537-de575068af01" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "69" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14474" + ], + "x-ms-request-id": [ + "3a1dc6ce-6852-4166-9b50-2a0806342d73" + ], + "x-ms-correlation-request-id": [ + "3a1dc6ce-6852-4166-9b50-2a0806342d73" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192015Z:3a1dc6ce-6852-4166-9b50-2a0806342d73" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a83a53c1-dc62-4dac-9a0d-8f89d8187e29" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "69" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14472" + ], + "x-ms-request-id": [ + "00c1f5d2-f91b-488a-bf18-cdf618a9ed3c" + ], + "x-ms-correlation-request-id": [ + "00c1f5d2-f91b-488a-bf18-cdf618a9ed3c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192015Z:00c1f5d2-f91b-488a-bf18-cdf618a9ed3c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6a48878b-8811-438f-9615-b85b13a3b9a2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "69" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14470" + ], + "x-ms-request-id": [ + "f43b20b2-bbc7-46d5-83e0-e8afa89e4979" + ], + "x-ms-correlation-request-id": [ + "f43b20b2-bbc7-46d5-83e0-e8afa89e4979" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192015Z:f43b20b2-bbc7-46d5-83e0-e8afa89e4979" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ad99469f-e5a0-469c-856a-b296b351d44a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "68" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14468" + ], + "x-ms-request-id": [ + "56da7e52-ddfe-4596-b660-a0d45a7ceb02" + ], + "x-ms-correlation-request-id": [ + "56da7e52-ddfe-4596-b660-a0d45a7ceb02" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192015Z:56da7e52-ddfe-4596-b660-a0d45a7ceb02" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6b70b1e7-73d2-4c01-98ae-60ec367b2347" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "68" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14466" + ], + "x-ms-request-id": [ + "3cc6dd3c-558e-46a9-94a2-c935ca2e2972" + ], + "x-ms-correlation-request-id": [ + "3cc6dd3c-558e-46a9-94a2-c935ca2e2972" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192016Z:3cc6dd3c-558e-46a9-94a2-c935ca2e2972" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1233fb78-d353-4cce-8ec3-29822d3a9123" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "68" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14464" + ], + "x-ms-request-id": [ + "314938a0-213c-4dfd-b855-e3204d38f314" + ], + "x-ms-correlation-request-id": [ + "314938a0-213c-4dfd-b855-e3204d38f314" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192016Z:314938a0-213c-4dfd-b855-e3204d38f314" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "10d0c95e-c939-4bde-9805-1b7d663585c0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "68" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14462" + ], + "x-ms-request-id": [ + "1371d951-1929-45d2-b755-f940aeb0d57c" + ], + "x-ms-correlation-request-id": [ + "1371d951-1929-45d2-b755-f940aeb0d57c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192016Z:1371d951-1929-45d2-b755-f940aeb0d57c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "44cfeda9-bf38-4f87-92c5-2840555166e8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "68" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14460" + ], + "x-ms-request-id": [ + "37d0d218-8939-49ca-beef-cc9fcd5cc14c" + ], + "x-ms-correlation-request-id": [ + "37d0d218-8939-49ca-beef-cc9fcd5cc14c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192016Z:37d0d218-8939-49ca-beef-cc9fcd5cc14c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "83d5da35-31da-4841-81ab-3b1d0b45d6c2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "68" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14458" + ], + "x-ms-request-id": [ + "62df594c-8896-492d-a165-0b4d6abef7c7" + ], + "x-ms-correlation-request-id": [ + "62df594c-8896-492d-a165-0b4d6abef7c7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192016Z:62df594c-8896-492d-a165-0b4d6abef7c7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bc456a4e-39ad-4d58-9842-8c7a9cf54ff0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "67" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14456" + ], + "x-ms-request-id": [ + "e6ed3e36-b14a-4b91-8a7c-1a169660f921" + ], + "x-ms-correlation-request-id": [ + "e6ed3e36-b14a-4b91-8a7c-1a169660f921" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192017Z:e6ed3e36-b14a-4b91-8a7c-1a169660f921" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "83592ead-f3f3-4bde-8820-659cee53b96e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "67" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14454" + ], + "x-ms-request-id": [ + "86de8e93-5ca4-468e-a491-c5d4e22a4f47" + ], + "x-ms-correlation-request-id": [ + "86de8e93-5ca4-468e-a491-c5d4e22a4f47" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192017Z:86de8e93-5ca4-468e-a491-c5d4e22a4f47" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f6a540c-9cc3-4864-922f-671311c69744" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "67" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14452" + ], + "x-ms-request-id": [ + "d8ffffa2-6b12-4007-a958-9b64c2a09638" + ], + "x-ms-correlation-request-id": [ + "d8ffffa2-6b12-4007-a958-9b64c2a09638" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192017Z:d8ffffa2-6b12-4007-a958-9b64c2a09638" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "93046ad5-62f9-43b9-923d-d982699b7848" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "67" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14450" + ], + "x-ms-request-id": [ + "5f260ed5-5b29-43a6-b593-1ae9d072a817" + ], + "x-ms-correlation-request-id": [ + "5f260ed5-5b29-43a6-b593-1ae9d072a817" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192017Z:5f260ed5-5b29-43a6-b593-1ae9d072a817" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "220cb3d9-fa0e-4e73-9213-d646539304f9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "67" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14448" + ], + "x-ms-request-id": [ + "d3e1f08f-342e-48d1-8d36-29081af096fb" + ], + "x-ms-correlation-request-id": [ + "d3e1f08f-342e-48d1-8d36-29081af096fb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192017Z:d3e1f08f-342e-48d1-8d36-29081af096fb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3d70d93d-19ca-4d8e-ae0b-bcf0d26e0a07" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "66" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14446" + ], + "x-ms-request-id": [ + "e3cfa8f2-87ac-4d88-8e08-53bc1c787a3a" + ], + "x-ms-correlation-request-id": [ + "e3cfa8f2-87ac-4d88-8e08-53bc1c787a3a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192017Z:e3cfa8f2-87ac-4d88-8e08-53bc1c787a3a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "49df9955-72d1-4b91-9a3b-4e3da3f48ba3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "66" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14444" + ], + "x-ms-request-id": [ + "79ee8bc4-15a3-44f8-be4f-54adfbe3fd94" + ], + "x-ms-correlation-request-id": [ + "79ee8bc4-15a3-44f8-be4f-54adfbe3fd94" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192018Z:79ee8bc4-15a3-44f8-be4f-54adfbe3fd94" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "821d5024-bb53-4cf3-a10c-b69808e19aad" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "66" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14442" + ], + "x-ms-request-id": [ + "02eb6393-10a5-49ee-aa3e-ebe21619820f" + ], + "x-ms-correlation-request-id": [ + "02eb6393-10a5-49ee-aa3e-ebe21619820f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192018Z:02eb6393-10a5-49ee-aa3e-ebe21619820f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5c2b8adb-e39f-44e6-b005-221161a37062" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "66" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14440" + ], + "x-ms-request-id": [ + "088520b7-8131-435b-81ce-fb82ce638047" + ], + "x-ms-correlation-request-id": [ + "088520b7-8131-435b-81ce-fb82ce638047" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192018Z:088520b7-8131-435b-81ce-fb82ce638047" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b278604d-8a0a-4054-a972-29124570f750" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "66" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14438" + ], + "x-ms-request-id": [ + "888e4251-c1cd-46e1-82d5-e9ba9df4307a" + ], + "x-ms-correlation-request-id": [ + "888e4251-c1cd-46e1-82d5-e9ba9df4307a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192018Z:888e4251-c1cd-46e1-82d5-e9ba9df4307a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "279aead2-c3d6-40ce-8625-ea1bbabce51f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "65" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14436" + ], + "x-ms-request-id": [ + "9e4e37f9-9786-41af-913b-86b3a96b2481" + ], + "x-ms-correlation-request-id": [ + "9e4e37f9-9786-41af-913b-86b3a96b2481" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192018Z:9e4e37f9-9786-41af-913b-86b3a96b2481" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3f62e0f5-c0e2-4c34-97c0-72d809536489" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "65" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14434" + ], + "x-ms-request-id": [ + "ceb43b78-3225-4d80-a6bf-91337b201f0a" + ], + "x-ms-correlation-request-id": [ + "ceb43b78-3225-4d80-a6bf-91337b201f0a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192019Z:ceb43b78-3225-4d80-a6bf-91337b201f0a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "13598900-b43e-42a2-8b7d-958c1bdf19e7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "65" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14432" + ], + "x-ms-request-id": [ + "2d281d4a-e06a-40e1-8355-3674d4e30395" + ], + "x-ms-correlation-request-id": [ + "2d281d4a-e06a-40e1-8355-3674d4e30395" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192019Z:2d281d4a-e06a-40e1-8355-3674d4e30395" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6614f6c0-4692-448f-89c1-44f971316436" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "65" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14430" + ], + "x-ms-request-id": [ + "5ad4f4ed-53f6-4d19-969a-811d920f0e56" + ], + "x-ms-correlation-request-id": [ + "5ad4f4ed-53f6-4d19-969a-811d920f0e56" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192019Z:5ad4f4ed-53f6-4d19-969a-811d920f0e56" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5b45a2e0-c62d-4f0a-9823-495415a42232" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "65" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14428" + ], + "x-ms-request-id": [ + "2e189531-2fb2-4603-8589-6eeec7ac0144" + ], + "x-ms-correlation-request-id": [ + "2e189531-2fb2-4603-8589-6eeec7ac0144" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192019Z:2e189531-2fb2-4603-8589-6eeec7ac0144" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f6aa3c83-3917-48c3-a33f-aac760f3f573" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "64" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14426" + ], + "x-ms-request-id": [ + "fbfcb11f-c54c-4579-bd9a-8eed60793dc7" + ], + "x-ms-correlation-request-id": [ + "fbfcb11f-c54c-4579-bd9a-8eed60793dc7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192019Z:fbfcb11f-c54c-4579-bd9a-8eed60793dc7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0691b306-3355-4738-a167-2b2c30410988" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "64" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14424" + ], + "x-ms-request-id": [ + "e7fa50fe-9055-441f-97ea-17516d28f357" + ], + "x-ms-correlation-request-id": [ + "e7fa50fe-9055-441f-97ea-17516d28f357" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192020Z:e7fa50fe-9055-441f-97ea-17516d28f357" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "19150e38-c71a-42b4-8a9c-266b5d2588c3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "64" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14422" + ], + "x-ms-request-id": [ + "12b85b30-63ae-4500-bdce-ad9f4e2112a2" + ], + "x-ms-correlation-request-id": [ + "12b85b30-63ae-4500-bdce-ad9f4e2112a2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192020Z:12b85b30-63ae-4500-bdce-ad9f4e2112a2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ae1f7d97-97d6-47d6-89ed-6a17b007de91" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "64" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14420" + ], + "x-ms-request-id": [ + "afb3c398-4ee1-4d9c-a151-60154933f9d2" + ], + "x-ms-correlation-request-id": [ + "afb3c398-4ee1-4d9c-a151-60154933f9d2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192020Z:afb3c398-4ee1-4d9c-a151-60154933f9d2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4b756b1d-b258-4da4-b674-7df0677c6c91" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "64" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14418" + ], + "x-ms-request-id": [ + "ef9ff9a7-4f2c-4e0a-86f2-ee441f8c8fdb" + ], + "x-ms-correlation-request-id": [ + "ef9ff9a7-4f2c-4e0a-86f2-ee441f8c8fdb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192020Z:ef9ff9a7-4f2c-4e0a-86f2-ee441f8c8fdb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b001107a-76cb-4756-9a8d-5477e6200e4b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "63" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14416" + ], + "x-ms-request-id": [ + "1350479c-dce1-4be1-97be-4769bb2b7856" + ], + "x-ms-correlation-request-id": [ + "1350479c-dce1-4be1-97be-4769bb2b7856" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192020Z:1350479c-dce1-4be1-97be-4769bb2b7856" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ec1075d9-07e6-4977-95fa-e5c042751535" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "63" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14414" + ], + "x-ms-request-id": [ + "536e98ea-48e9-45c9-9b25-b645e5c028a9" + ], + "x-ms-correlation-request-id": [ + "536e98ea-48e9-45c9-9b25-b645e5c028a9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192021Z:536e98ea-48e9-45c9-9b25-b645e5c028a9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bf4f2642-3182-4707-a433-1cfefd8cc4eb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "63" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14412" + ], + "x-ms-request-id": [ + "d1561b39-b6aa-472a-9b2f-fb7daaca9131" + ], + "x-ms-correlation-request-id": [ + "d1561b39-b6aa-472a-9b2f-fb7daaca9131" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192021Z:d1561b39-b6aa-472a-9b2f-fb7daaca9131" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "48620e6c-9886-4152-bbd1-90d8f90b5158" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "63" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14410" + ], + "x-ms-request-id": [ + "cb0b71f1-e18a-403f-a4e6-7bf2199a5560" + ], + "x-ms-correlation-request-id": [ + "cb0b71f1-e18a-403f-a4e6-7bf2199a5560" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192021Z:cb0b71f1-e18a-403f-a4e6-7bf2199a5560" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b2b5a523-4667-41c3-8703-24b1d080ccac" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "62" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14408" + ], + "x-ms-request-id": [ + "47c559e5-4e85-406e-8cf0-16c452654468" + ], + "x-ms-correlation-request-id": [ + "47c559e5-4e85-406e-8cf0-16c452654468" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192021Z:47c559e5-4e85-406e-8cf0-16c452654468" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "31b82d05-5e9a-4daf-8ff8-4fffdb61c1bc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "62" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14406" + ], + "x-ms-request-id": [ + "418ec776-0cc7-45db-a0d5-6346112f2357" + ], + "x-ms-correlation-request-id": [ + "418ec776-0cc7-45db-a0d5-6346112f2357" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192022Z:418ec776-0cc7-45db-a0d5-6346112f2357" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "442a07c1-46d3-4877-88f9-ce202eec03df" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "62" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14404" + ], + "x-ms-request-id": [ + "a016c139-db77-47bf-8a51-f54d11e3aa67" + ], + "x-ms-correlation-request-id": [ + "a016c139-db77-47bf-8a51-f54d11e3aa67" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192022Z:a016c139-db77-47bf-8a51-f54d11e3aa67" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3ee80efe-f1fc-4d70-9ba2-ef54d7628190" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "62" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14402" + ], + "x-ms-request-id": [ + "d0ab13dc-2adc-4c58-b19e-f09a00d69c84" + ], + "x-ms-correlation-request-id": [ + "d0ab13dc-2adc-4c58-b19e-f09a00d69c84" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192022Z:d0ab13dc-2adc-4c58-b19e-f09a00d69c84" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f9563885-2f64-4c6b-90c1-e38ffb969d29" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "61" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14400" + ], + "x-ms-request-id": [ + "7b9a70e4-9669-4e05-947b-e49ab3f6cb1a" + ], + "x-ms-correlation-request-id": [ + "7b9a70e4-9669-4e05-947b-e49ab3f6cb1a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192022Z:7b9a70e4-9669-4e05-947b-e49ab3f6cb1a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2d90fb37-68d0-423e-9b9f-1d80ccfca97a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "61" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14398" + ], + "x-ms-request-id": [ + "01fe219c-c8e6-4d06-aeda-edae10e9d914" + ], + "x-ms-correlation-request-id": [ + "01fe219c-c8e6-4d06-aeda-edae10e9d914" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192023Z:01fe219c-c8e6-4d06-aeda-edae10e9d914" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f88e5d13-d470-4332-8b45-a022f641f43c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "61" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14396" + ], + "x-ms-request-id": [ + "c24eafb2-5c3a-43a9-bc2e-0cfcc6b36f1e" + ], + "x-ms-correlation-request-id": [ + "c24eafb2-5c3a-43a9-bc2e-0cfcc6b36f1e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192023Z:c24eafb2-5c3a-43a9-bc2e-0cfcc6b36f1e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "25eaec8f-87d8-4307-867a-84b506437f73" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "61" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14394" + ], + "x-ms-request-id": [ + "50e52909-28eb-4d76-b776-d1b7ce139ac6" + ], + "x-ms-correlation-request-id": [ + "50e52909-28eb-4d76-b776-d1b7ce139ac6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192023Z:50e52909-28eb-4d76-b776-d1b7ce139ac6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "80d9a621-8cf3-49ed-a60d-875e52080259" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "61" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14392" + ], + "x-ms-request-id": [ + "e8d895ae-503a-410d-874a-c01127196822" + ], + "x-ms-correlation-request-id": [ + "e8d895ae-503a-410d-874a-c01127196822" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192023Z:e8d895ae-503a-410d-874a-c01127196822" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4acb49c4-0fb4-48ad-8016-2308661d6547" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14390" + ], + "x-ms-request-id": [ + "b4726281-98a3-4ddd-8814-d24258f360dd" + ], + "x-ms-correlation-request-id": [ + "b4726281-98a3-4ddd-8814-d24258f360dd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192023Z:b4726281-98a3-4ddd-8814-d24258f360dd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9d4561aa-0c25-4f04-b5d2-4282d589e47f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14388" + ], + "x-ms-request-id": [ + "dfb216e5-45b9-4623-97e8-ce8e2d399324" + ], + "x-ms-correlation-request-id": [ + "dfb216e5-45b9-4623-97e8-ce8e2d399324" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192024Z:dfb216e5-45b9-4623-97e8-ce8e2d399324" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2f4d7bb9-8bcb-4342-bee1-1e25ed7e8fa3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14386" + ], + "x-ms-request-id": [ + "e3e37c27-c6a7-4518-8cfc-d13a244561c4" + ], + "x-ms-correlation-request-id": [ + "e3e37c27-c6a7-4518-8cfc-d13a244561c4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192024Z:e3e37c27-c6a7-4518-8cfc-d13a244561c4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cb41e755-9553-4743-a042-6b11cb941241" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14384" + ], + "x-ms-request-id": [ + "83f12980-cedf-40fe-9da3-fe0fef5431b8" + ], + "x-ms-correlation-request-id": [ + "83f12980-cedf-40fe-9da3-fe0fef5431b8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192024Z:83f12980-cedf-40fe-9da3-fe0fef5431b8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8d1f5f3e-c57c-4e5a-abc5-281c1a39198e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "60" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14382" + ], + "x-ms-request-id": [ + "dff50f85-da9f-4fb7-acdb-ae60173b6cba" + ], + "x-ms-correlation-request-id": [ + "dff50f85-da9f-4fb7-acdb-ae60173b6cba" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192024Z:dff50f85-da9f-4fb7-acdb-ae60173b6cba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "55bb31aa-bcef-4caf-92ef-e020d15a1a97" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "59" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14380" + ], + "x-ms-request-id": [ + "9a12f2c0-0a7a-4059-ad88-df983b17a210" + ], + "x-ms-correlation-request-id": [ + "9a12f2c0-0a7a-4059-ad88-df983b17a210" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192024Z:9a12f2c0-0a7a-4059-ad88-df983b17a210" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "89208989-3e3a-449f-934d-b7e4a82c0b1f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "59" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14378" + ], + "x-ms-request-id": [ + "d2204007-f95a-4e9f-8aeb-6785a4426c6f" + ], + "x-ms-correlation-request-id": [ + "d2204007-f95a-4e9f-8aeb-6785a4426c6f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192025Z:d2204007-f95a-4e9f-8aeb-6785a4426c6f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f6bb8e42-e9e0-434d-8521-13564e76c455" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "59" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14376" + ], + "x-ms-request-id": [ + "6862b219-55e6-4f91-baf6-5daa68a95af0" + ], + "x-ms-correlation-request-id": [ + "6862b219-55e6-4f91-baf6-5daa68a95af0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192025Z:6862b219-55e6-4f91-baf6-5daa68a95af0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "36c64a80-f3d8-4a36-b9e0-cf023a745021" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "58" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14374" + ], + "x-ms-request-id": [ + "666f4896-5385-4d8b-8c78-a6c3775ab5c7" + ], + "x-ms-correlation-request-id": [ + "666f4896-5385-4d8b-8c78-a6c3775ab5c7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192026Z:666f4896-5385-4d8b-8c78-a6c3775ab5c7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c1787795-4418-45e8-8a72-be443d46d0c2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "58" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14372" + ], + "x-ms-request-id": [ + "74997eae-e3c5-4bd8-858d-c9b68fffa864" + ], + "x-ms-correlation-request-id": [ + "74997eae-e3c5-4bd8-858d-c9b68fffa864" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192026Z:74997eae-e3c5-4bd8-858d-c9b68fffa864" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "03c6e362-3212-42cf-9b9c-019ce398d310" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "58" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14370" + ], + "x-ms-request-id": [ + "d2e23fa8-2305-44f4-8669-59349b652c62" + ], + "x-ms-correlation-request-id": [ + "d2e23fa8-2305-44f4-8669-59349b652c62" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192026Z:d2e23fa8-2305-44f4-8669-59349b652c62" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9800f707-038c-480d-9cd3-c4e68f34f389" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "58" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14368" + ], + "x-ms-request-id": [ + "4f359ed5-d52c-429d-864a-84422bef0b6b" + ], + "x-ms-correlation-request-id": [ + "4f359ed5-d52c-429d-864a-84422bef0b6b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192026Z:4f359ed5-d52c-429d-864a-84422bef0b6b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a79743aa-9022-4c4e-a953-193f65628eab" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "58" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14366" + ], + "x-ms-request-id": [ + "edbfd5ae-6948-462d-8e99-a832579088c3" + ], + "x-ms-correlation-request-id": [ + "edbfd5ae-6948-462d-8e99-a832579088c3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192026Z:edbfd5ae-6948-462d-8e99-a832579088c3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "786e85d8-3735-4597-9ffb-dd7ae7811991" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "57" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14364" + ], + "x-ms-request-id": [ + "f2bad443-2328-41ae-9d6b-e66b3c136d47" + ], + "x-ms-correlation-request-id": [ + "f2bad443-2328-41ae-9d6b-e66b3c136d47" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192027Z:f2bad443-2328-41ae-9d6b-e66b3c136d47" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "00bf9b83-bd69-4df0-acef-ced360ad27c4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "57" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14362" + ], + "x-ms-request-id": [ + "bf2fbdc0-903c-4507-b238-eb67628d3022" + ], + "x-ms-correlation-request-id": [ + "bf2fbdc0-903c-4507-b238-eb67628d3022" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192027Z:bf2fbdc0-903c-4507-b238-eb67628d3022" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "85977100-dc14-4f4c-a3ff-9db48892ed24" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "57" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14360" + ], + "x-ms-request-id": [ + "abcebfe7-4eda-403a-aa95-091cf0b81fde" + ], + "x-ms-correlation-request-id": [ + "abcebfe7-4eda-403a-aa95-091cf0b81fde" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192027Z:abcebfe7-4eda-403a-aa95-091cf0b81fde" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "750012de-e2f9-4c14-be3d-200c191b3e2d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "57" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14358" + ], + "x-ms-request-id": [ + "c53a1f1c-00ff-42dc-94c2-5399a17a11c2" + ], + "x-ms-correlation-request-id": [ + "c53a1f1c-00ff-42dc-94c2-5399a17a11c2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192027Z:c53a1f1c-00ff-42dc-94c2-5399a17a11c2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e5dcfb9c-cdbd-4939-849d-5640c713af71" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "57" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14356" + ], + "x-ms-request-id": [ + "f759015f-3cb5-43d2-85f9-0402337615e0" + ], + "x-ms-correlation-request-id": [ + "f759015f-3cb5-43d2-85f9-0402337615e0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192027Z:f759015f-3cb5-43d2-85f9-0402337615e0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "665529a4-5282-4251-b918-b3a8eea77d17" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "56" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14354" + ], + "x-ms-request-id": [ + "dc6ce2fd-9848-435d-8096-55ab2a5f76e4" + ], + "x-ms-correlation-request-id": [ + "dc6ce2fd-9848-435d-8096-55ab2a5f76e4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192027Z:dc6ce2fd-9848-435d-8096-55ab2a5f76e4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "00cf9771-531d-44e1-8e6d-1695ff879ca7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "56" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14352" + ], + "x-ms-request-id": [ + "437eac90-c16b-4479-a15d-4e8e4c45f4e1" + ], + "x-ms-correlation-request-id": [ + "437eac90-c16b-4479-a15d-4e8e4c45f4e1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192028Z:437eac90-c16b-4479-a15d-4e8e4c45f4e1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "03ce53fc-d2b9-45d5-873f-83ac9a8fa9db" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "56" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14350" + ], + "x-ms-request-id": [ + "80cc043f-4e04-46b4-931d-a982f450d074" + ], + "x-ms-correlation-request-id": [ + "80cc043f-4e04-46b4-931d-a982f450d074" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192028Z:80cc043f-4e04-46b4-931d-a982f450d074" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "46aaa150-0dcc-4168-a908-51fc02b115e4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "56" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14348" + ], + "x-ms-request-id": [ + "991005cd-4902-4908-8490-c530e0e851be" + ], + "x-ms-correlation-request-id": [ + "991005cd-4902-4908-8490-c530e0e851be" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192028Z:991005cd-4902-4908-8490-c530e0e851be" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fb7dd9a3-363d-447c-a943-c5feed3c96a3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "56" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14346" + ], + "x-ms-request-id": [ + "522b9a26-bfc5-4444-b9cc-29424e81c3ee" + ], + "x-ms-correlation-request-id": [ + "522b9a26-bfc5-4444-b9cc-29424e81c3ee" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192028Z:522b9a26-bfc5-4444-b9cc-29424e81c3ee" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6cbb5109-36eb-443c-a902-65850292d48c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "55" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14344" + ], + "x-ms-request-id": [ + "6be4fa32-777a-47f9-bfc9-476905489214" + ], + "x-ms-correlation-request-id": [ + "6be4fa32-777a-47f9-bfc9-476905489214" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192028Z:6be4fa32-777a-47f9-bfc9-476905489214" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8356449d-fde6-4797-9c1e-1ee3ec8c2b57" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "55" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14342" + ], + "x-ms-request-id": [ + "5fedeba7-7ee1-454f-9924-f2711d92715c" + ], + "x-ms-correlation-request-id": [ + "5fedeba7-7ee1-454f-9924-f2711d92715c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192029Z:5fedeba7-7ee1-454f-9924-f2711d92715c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d477fa48-17ab-4cc0-952a-75469e978a81" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "55" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14340" + ], + "x-ms-request-id": [ + "0052888b-a84e-4c48-9047-7a0f08f44110" + ], + "x-ms-correlation-request-id": [ + "0052888b-a84e-4c48-9047-7a0f08f44110" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192029Z:0052888b-a84e-4c48-9047-7a0f08f44110" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "887f1953-998b-485b-89a2-4ac62180e6a8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "55" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14338" + ], + "x-ms-request-id": [ + "db724fdd-f2bf-4c30-9814-6d4b25fab344" + ], + "x-ms-correlation-request-id": [ + "db724fdd-f2bf-4c30-9814-6d4b25fab344" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192029Z:db724fdd-f2bf-4c30-9814-6d4b25fab344" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "66507f57-cdf5-429c-aa50-c4641f01212a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "55" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14336" + ], + "x-ms-request-id": [ + "09148b9f-cad2-487f-8fa0-df84dcb5e6b4" + ], + "x-ms-correlation-request-id": [ + "09148b9f-cad2-487f-8fa0-df84dcb5e6b4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192029Z:09148b9f-cad2-487f-8fa0-df84dcb5e6b4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f8a308c9-9679-4274-90b5-55b93eb01016" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "54" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14334" + ], + "x-ms-request-id": [ + "a88393c2-4b40-48ee-95e7-294be02fec73" + ], + "x-ms-correlation-request-id": [ + "a88393c2-4b40-48ee-95e7-294be02fec73" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192029Z:a88393c2-4b40-48ee-95e7-294be02fec73" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "824f30d1-989a-428e-8b93-ddb0dafb4fc1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "54" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14332" + ], + "x-ms-request-id": [ + "a98a0a7d-f0df-49f2-9224-a3bdd16ff7d4" + ], + "x-ms-correlation-request-id": [ + "a98a0a7d-f0df-49f2-9224-a3bdd16ff7d4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192030Z:a98a0a7d-f0df-49f2-9224-a3bdd16ff7d4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7b13d0e6-f46b-4ac9-9c77-467b6ff79975" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "54" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14330" + ], + "x-ms-request-id": [ + "e60cb0da-0453-4395-9147-ad717b1e60fd" + ], + "x-ms-correlation-request-id": [ + "e60cb0da-0453-4395-9147-ad717b1e60fd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192030Z:e60cb0da-0453-4395-9147-ad717b1e60fd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e9e64364-cdf5-4215-acca-362dde5682a3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "54" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14328" + ], + "x-ms-request-id": [ + "bd588818-5a74-487b-a047-fb58bc0fae14" + ], + "x-ms-correlation-request-id": [ + "bd588818-5a74-487b-a047-fb58bc0fae14" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192030Z:bd588818-5a74-487b-a047-fb58bc0fae14" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "159105ab-8778-4612-a12e-674ff46ff7cc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "54" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14326" + ], + "x-ms-request-id": [ + "205d0ce8-3cfc-4de0-86b2-458ed70deb01" + ], + "x-ms-correlation-request-id": [ + "205d0ce8-3cfc-4de0-86b2-458ed70deb01" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192030Z:205d0ce8-3cfc-4de0-86b2-458ed70deb01" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "adb5ca4d-3187-46e7-aa5b-8e73087a4118" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "53" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14324" + ], + "x-ms-request-id": [ + "cebf421a-e9f4-4d37-a9ea-b23175c07081" + ], + "x-ms-correlation-request-id": [ + "cebf421a-e9f4-4d37-a9ea-b23175c07081" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192030Z:cebf421a-e9f4-4d37-a9ea-b23175c07081" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "474cd2ff-9ff5-4610-94f0-b3f8127768e9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "53" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14322" + ], + "x-ms-request-id": [ + "12864168-8b2d-46d8-bbaf-ea978c700838" + ], + "x-ms-correlation-request-id": [ + "12864168-8b2d-46d8-bbaf-ea978c700838" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192031Z:12864168-8b2d-46d8-bbaf-ea978c700838" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "767ba8ea-a636-494a-8373-2135943e156f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "53" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14320" + ], + "x-ms-request-id": [ + "041eef6f-ac04-4c15-a222-8f22cc911a8c" + ], + "x-ms-correlation-request-id": [ + "041eef6f-ac04-4c15-a222-8f22cc911a8c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192031Z:041eef6f-ac04-4c15-a222-8f22cc911a8c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "471d86ad-f667-49e8-96b9-752f653abb4c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "53" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14318" + ], + "x-ms-request-id": [ + "68934a49-9487-44a4-876e-404b38e401de" + ], + "x-ms-correlation-request-id": [ + "68934a49-9487-44a4-876e-404b38e401de" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192031Z:68934a49-9487-44a4-876e-404b38e401de" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5afa8052-b16d-49c6-9c1b-4c03b8559558" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "53" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14316" + ], + "x-ms-request-id": [ + "ab2fff54-35ae-4171-990f-382a57bccca6" + ], + "x-ms-correlation-request-id": [ + "ab2fff54-35ae-4171-990f-382a57bccca6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192031Z:ab2fff54-35ae-4171-990f-382a57bccca6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1d75bef0-ac2f-46e9-8a6a-1fb1aa7ea839" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "53" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14314" + ], + "x-ms-request-id": [ + "6320dc81-0331-4af6-8b1c-f8b749766758" + ], + "x-ms-correlation-request-id": [ + "6320dc81-0331-4af6-8b1c-f8b749766758" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192031Z:6320dc81-0331-4af6-8b1c-f8b749766758" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "642194b5-9759-4d72-a0c5-d6fd15948c9a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "52" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14312" + ], + "x-ms-request-id": [ + "2ec76987-4042-4fd4-becc-df5b73d454a7" + ], + "x-ms-correlation-request-id": [ + "2ec76987-4042-4fd4-becc-df5b73d454a7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192032Z:2ec76987-4042-4fd4-becc-df5b73d454a7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "377bce04-6db0-4acb-82fb-8fe91e2f1673" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "52" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14310" + ], + "x-ms-request-id": [ + "4633bedd-da1b-4a44-bab3-0550fc7f16e0" + ], + "x-ms-correlation-request-id": [ + "4633bedd-da1b-4a44-bab3-0550fc7f16e0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192032Z:4633bedd-da1b-4a44-bab3-0550fc7f16e0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6f746214-7a6f-4589-94ec-f3e69b2ff30d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "52" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14308" + ], + "x-ms-request-id": [ + "32be2810-44b7-40c0-8056-7269e20c2a29" + ], + "x-ms-correlation-request-id": [ + "32be2810-44b7-40c0-8056-7269e20c2a29" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192032Z:32be2810-44b7-40c0-8056-7269e20c2a29" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6e3c58ab-f3e9-4c62-8b96-59f36ac55533" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "52" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14306" + ], + "x-ms-request-id": [ + "07be942d-1481-45d3-9da9-19fe1a442d4a" + ], + "x-ms-correlation-request-id": [ + "07be942d-1481-45d3-9da9-19fe1a442d4a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192032Z:07be942d-1481-45d3-9da9-19fe1a442d4a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "34c9b7ce-d264-458c-bd0c-7de3485c004f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "52" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14304" + ], + "x-ms-request-id": [ + "c80dfa33-a703-4831-98de-ff628491ea98" + ], + "x-ms-correlation-request-id": [ + "c80dfa33-a703-4831-98de-ff628491ea98" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192032Z:c80dfa33-a703-4831-98de-ff628491ea98" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a4a3f4a1-8056-4fb8-8d75-a19a642570d2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "51" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14302" + ], + "x-ms-request-id": [ + "7f191578-3851-437f-b0dc-10596d1f5d5a" + ], + "x-ms-correlation-request-id": [ + "7f191578-3851-437f-b0dc-10596d1f5d5a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192032Z:7f191578-3851-437f-b0dc-10596d1f5d5a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7d87ee15-4979-471c-b4b3-4aef8ffddc97" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "51" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14300" + ], + "x-ms-request-id": [ + "4b9c5213-e7f5-4f2a-8783-a6b0b30967a1" + ], + "x-ms-correlation-request-id": [ + "4b9c5213-e7f5-4f2a-8783-a6b0b30967a1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192033Z:4b9c5213-e7f5-4f2a-8783-a6b0b30967a1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1d2a825e-c8c3-43b3-bce1-fb28f1f1ecc7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "51" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14298" + ], + "x-ms-request-id": [ + "ac063ee1-baaf-4eb0-b013-6437bfb9dd45" + ], + "x-ms-correlation-request-id": [ + "ac063ee1-baaf-4eb0-b013-6437bfb9dd45" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192033Z:ac063ee1-baaf-4eb0-b013-6437bfb9dd45" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9264c3a4-5be6-4289-8539-6761630fc266" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "51" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14296" + ], + "x-ms-request-id": [ + "5d4201d0-6316-4343-927f-7b67f1697bf3" + ], + "x-ms-correlation-request-id": [ + "5d4201d0-6316-4343-927f-7b67f1697bf3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192033Z:5d4201d0-6316-4343-927f-7b67f1697bf3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1981d955-c0e5-49b6-ba90-bc954dc5942c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "51" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14294" + ], + "x-ms-request-id": [ + "be53ad10-474b-413c-8abe-b3500388596c" + ], + "x-ms-correlation-request-id": [ + "be53ad10-474b-413c-8abe-b3500388596c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192033Z:be53ad10-474b-413c-8abe-b3500388596c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d181a2ed-c2b4-4383-b9ba-76ad6144247e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "50" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14292" + ], + "x-ms-request-id": [ + "742cb538-6cc1-4401-b594-435194bf82c6" + ], + "x-ms-correlation-request-id": [ + "742cb538-6cc1-4401-b594-435194bf82c6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192033Z:742cb538-6cc1-4401-b594-435194bf82c6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b751fff4-0a62-4385-ae97-d35280d14e35" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "50" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14290" + ], + "x-ms-request-id": [ + "844006ed-c3ee-4350-8637-c722dd53ae25" + ], + "x-ms-correlation-request-id": [ + "844006ed-c3ee-4350-8637-c722dd53ae25" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192034Z:844006ed-c3ee-4350-8637-c722dd53ae25" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d22a3894-b763-481f-a3f8-3a41069d475c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "50" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14288" + ], + "x-ms-request-id": [ + "5c1646a2-8edd-4a7e-a58d-9edd387d8cd6" + ], + "x-ms-correlation-request-id": [ + "5c1646a2-8edd-4a7e-a58d-9edd387d8cd6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192034Z:5c1646a2-8edd-4a7e-a58d-9edd387d8cd6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "29a7cd73-7ab8-4c46-b5f1-5304eda81b97" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "50" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14286" + ], + "x-ms-request-id": [ + "82a9f6cb-c2a5-411f-b9cd-6bafcbf1cadd" + ], + "x-ms-correlation-request-id": [ + "82a9f6cb-c2a5-411f-b9cd-6bafcbf1cadd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192034Z:82a9f6cb-c2a5-411f-b9cd-6bafcbf1cadd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "225f0a0a-6bf3-41b9-bda9-b243c07daa66" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "50" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14284" + ], + "x-ms-request-id": [ + "6a0d2687-5cf6-4f11-9e88-9e0dd4b0096f" + ], + "x-ms-correlation-request-id": [ + "6a0d2687-5cf6-4f11-9e88-9e0dd4b0096f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192034Z:6a0d2687-5cf6-4f11-9e88-9e0dd4b0096f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "023efcae-6c63-4e61-b1fb-0fd969a1f0a1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "49" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14282" + ], + "x-ms-request-id": [ + "b95b4a8d-298c-44fd-a92d-e3399cd4b98f" + ], + "x-ms-correlation-request-id": [ + "b95b4a8d-298c-44fd-a92d-e3399cd4b98f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192034Z:b95b4a8d-298c-44fd-a92d-e3399cd4b98f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8b9aa9c5-db4f-459e-a4fb-e720c1fbadc4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "49" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14280" + ], + "x-ms-request-id": [ + "0a8fbdd9-d29b-4f49-9b65-0862c6441557" + ], + "x-ms-correlation-request-id": [ + "0a8fbdd9-d29b-4f49-9b65-0862c6441557" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192035Z:0a8fbdd9-d29b-4f49-9b65-0862c6441557" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "974590af-fb70-4bc1-9f71-1b50322dea78" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "49" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14278" + ], + "x-ms-request-id": [ + "d4548ac3-719d-4c7e-a50c-054bff30a42a" + ], + "x-ms-correlation-request-id": [ + "d4548ac3-719d-4c7e-a50c-054bff30a42a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192035Z:d4548ac3-719d-4c7e-a50c-054bff30a42a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3e38754e-305d-4095-a89b-d96021b28da6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "49" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14276" + ], + "x-ms-request-id": [ + "e09a5301-0aa4-44c3-ac51-7040aebb309f" + ], + "x-ms-correlation-request-id": [ + "e09a5301-0aa4-44c3-ac51-7040aebb309f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192035Z:e09a5301-0aa4-44c3-ac51-7040aebb309f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ff027091-8abc-4909-a4f6-7484dbf963c1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "49" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14274" + ], + "x-ms-request-id": [ + "c43942ba-d1e2-4030-b796-10af7dacde61" + ], + "x-ms-correlation-request-id": [ + "c43942ba-d1e2-4030-b796-10af7dacde61" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192035Z:c43942ba-d1e2-4030-b796-10af7dacde61" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6e274202-8d9b-4ef8-b27e-dad79307c8a8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "48" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14272" + ], + "x-ms-request-id": [ + "86039b82-8a27-434a-a707-3b95be0beba3" + ], + "x-ms-correlation-request-id": [ + "86039b82-8a27-434a-a707-3b95be0beba3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192035Z:86039b82-8a27-434a-a707-3b95be0beba3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d1992fcb-0121-4d06-96b7-e77c0af069e3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "48" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14270" + ], + "x-ms-request-id": [ + "0e5e9274-4cf2-47f7-bdf5-333809485bd9" + ], + "x-ms-correlation-request-id": [ + "0e5e9274-4cf2-47f7-bdf5-333809485bd9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192036Z:0e5e9274-4cf2-47f7-bdf5-333809485bd9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d3578486-0c0f-4431-a174-b9e0489a1d5e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "48" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14268" + ], + "x-ms-request-id": [ + "228621fa-0509-46f0-ad47-c3bfc495798c" + ], + "x-ms-correlation-request-id": [ + "228621fa-0509-46f0-ad47-c3bfc495798c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192036Z:228621fa-0509-46f0-ad47-c3bfc495798c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e57842ee-7e6a-44ca-ace7-efdd51cf6007" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "48" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14266" + ], + "x-ms-request-id": [ + "f9331ede-4e57-4ca6-8db8-41f449e3ff9b" + ], + "x-ms-correlation-request-id": [ + "f9331ede-4e57-4ca6-8db8-41f449e3ff9b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192036Z:f9331ede-4e57-4ca6-8db8-41f449e3ff9b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3e973018-e29b-4eb9-865d-c9e0d0362529" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "48" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14264" + ], + "x-ms-request-id": [ + "a5ec71a2-2e50-4856-8088-a74451d1b1f6" + ], + "x-ms-correlation-request-id": [ + "a5ec71a2-2e50-4856-8088-a74451d1b1f6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192036Z:a5ec71a2-2e50-4856-8088-a74451d1b1f6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1603fe21-4baf-4e6f-92bf-da3036a75ca4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "47" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14262" + ], + "x-ms-request-id": [ + "7f74ffcb-93c5-48c0-9ce7-1ed4f0ce8629" + ], + "x-ms-correlation-request-id": [ + "7f74ffcb-93c5-48c0-9ce7-1ed4f0ce8629" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192036Z:7f74ffcb-93c5-48c0-9ce7-1ed4f0ce8629" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e697dbc4-d78a-40a9-a607-a5167e5fd688" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "47" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14260" + ], + "x-ms-request-id": [ + "2b4cbead-a5a7-4349-bcab-a3c8676532a7" + ], + "x-ms-correlation-request-id": [ + "2b4cbead-a5a7-4349-bcab-a3c8676532a7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192037Z:2b4cbead-a5a7-4349-bcab-a3c8676532a7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fc2d7e3a-69cf-41e6-822e-d7cf0e6358e8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "47" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14258" + ], + "x-ms-request-id": [ + "4be7e9de-88e4-4a91-ae93-dbd11493709a" + ], + "x-ms-correlation-request-id": [ + "4be7e9de-88e4-4a91-ae93-dbd11493709a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192037Z:4be7e9de-88e4-4a91-ae93-dbd11493709a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b5637f9e-6b27-4c22-b3c3-711706fc4ae8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "47" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14256" + ], + "x-ms-request-id": [ + "355c8873-44a2-4668-bf3e-4f81140ba606" + ], + "x-ms-correlation-request-id": [ + "355c8873-44a2-4668-bf3e-4f81140ba606" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192037Z:355c8873-44a2-4668-bf3e-4f81140ba606" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "21cf91be-5e04-4ff1-b1f0-50a493ed507c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "47" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14254" + ], + "x-ms-request-id": [ + "697f91fe-4b3d-4ea3-acae-45785fe851fa" + ], + "x-ms-correlation-request-id": [ + "697f91fe-4b3d-4ea3-acae-45785fe851fa" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192037Z:697f91fe-4b3d-4ea3-acae-45785fe851fa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aa6a1667-9983-454d-84a9-dcbf681c7f45" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "46" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14252" + ], + "x-ms-request-id": [ + "0bf1c3cf-eb12-4a0b-8aa3-88a9fa4f25c4" + ], + "x-ms-correlation-request-id": [ + "0bf1c3cf-eb12-4a0b-8aa3-88a9fa4f25c4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192038Z:0bf1c3cf-eb12-4a0b-8aa3-88a9fa4f25c4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d5f05cd2-eb18-4701-931c-2738c69c7527" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "46" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14250" + ], + "x-ms-request-id": [ + "c89c6e90-9fcf-4b2e-8ba3-299722723428" + ], + "x-ms-correlation-request-id": [ + "c89c6e90-9fcf-4b2e-8ba3-299722723428" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192038Z:c89c6e90-9fcf-4b2e-8ba3-299722723428" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "afade490-73ba-4fa9-8fa2-b61c97448a59" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "46" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14248" + ], + "x-ms-request-id": [ + "32c57992-a5f1-4bb7-9567-a9fe25160c59" + ], + "x-ms-correlation-request-id": [ + "32c57992-a5f1-4bb7-9567-a9fe25160c59" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192038Z:32c57992-a5f1-4bb7-9567-a9fe25160c59" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e76eb799-5105-4343-92c9-7d4e7080aa27" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "46" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14246" + ], + "x-ms-request-id": [ + "abdf4551-6ad9-4a21-a9ef-40c77ba5dd02" + ], + "x-ms-correlation-request-id": [ + "abdf4551-6ad9-4a21-a9ef-40c77ba5dd02" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192038Z:abdf4551-6ad9-4a21-a9ef-40c77ba5dd02" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "15cf6056-187c-4f15-ad48-cf601fd7996b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "45" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14244" + ], + "x-ms-request-id": [ + "91edd49e-3490-4ef3-8d20-5a0edb4f9759" + ], + "x-ms-correlation-request-id": [ + "91edd49e-3490-4ef3-8d20-5a0edb4f9759" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192038Z:91edd49e-3490-4ef3-8d20-5a0edb4f9759" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "26dd92e8-f55b-4ace-852b-16e4f6ce6a48" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "45" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14242" + ], + "x-ms-request-id": [ + "8988f4fc-ea3c-4c9e-801d-4defc4e7fd80" + ], + "x-ms-correlation-request-id": [ + "8988f4fc-ea3c-4c9e-801d-4defc4e7fd80" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192039Z:8988f4fc-ea3c-4c9e-801d-4defc4e7fd80" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "39c1427e-3da4-41df-8ceb-3d5e779da357" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "45" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14240" + ], + "x-ms-request-id": [ + "609da02d-3437-4b85-a7c2-4c8d8d891865" + ], + "x-ms-correlation-request-id": [ + "609da02d-3437-4b85-a7c2-4c8d8d891865" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192039Z:609da02d-3437-4b85-a7c2-4c8d8d891865" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9c863a58-54eb-441d-8af1-b9c209397e97" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "45" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14238" + ], + "x-ms-request-id": [ + "8bd57e2f-967b-478c-9385-63d4520257f4" + ], + "x-ms-correlation-request-id": [ + "8bd57e2f-967b-478c-9385-63d4520257f4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192039Z:8bd57e2f-967b-478c-9385-63d4520257f4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ce82fe1b-837f-44b0-aa9a-4026e6a121f8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "45" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14236" + ], + "x-ms-request-id": [ + "ff4594cc-1241-4dad-b9a6-a8d69270129a" + ], + "x-ms-correlation-request-id": [ + "ff4594cc-1241-4dad-b9a6-a8d69270129a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192039Z:ff4594cc-1241-4dad-b9a6-a8d69270129a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b0c0d251-b1f6-4dca-9656-22c577170a1a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "44" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14234" + ], + "x-ms-request-id": [ + "c83aadbe-31e1-4802-8d03-a1c441d20a7f" + ], + "x-ms-correlation-request-id": [ + "c83aadbe-31e1-4802-8d03-a1c441d20a7f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192039Z:c83aadbe-31e1-4802-8d03-a1c441d20a7f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ebd2effc-0e42-4a52-8895-0394b1110121" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "44" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14232" + ], + "x-ms-request-id": [ + "03f64f0a-a17c-4841-86bb-31e9069a80a9" + ], + "x-ms-correlation-request-id": [ + "03f64f0a-a17c-4841-86bb-31e9069a80a9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192040Z:03f64f0a-a17c-4841-86bb-31e9069a80a9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8dd45c05-91b9-448c-a22d-b545b4d5811c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "44" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14230" + ], + "x-ms-request-id": [ + "ed4e7c0e-ebad-408f-9624-bf23df482205" + ], + "x-ms-correlation-request-id": [ + "ed4e7c0e-ebad-408f-9624-bf23df482205" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192040Z:ed4e7c0e-ebad-408f-9624-bf23df482205" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "419f5254-b953-43e0-aa9b-da197d34f6af" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "44" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14228" + ], + "x-ms-request-id": [ + "366e330c-1474-47fb-8bb7-40cec859d35a" + ], + "x-ms-correlation-request-id": [ + "366e330c-1474-47fb-8bb7-40cec859d35a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192040Z:366e330c-1474-47fb-8bb7-40cec859d35a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c127af16-a851-43a0-900e-443f2fe4df97" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "44" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14226" + ], + "x-ms-request-id": [ + "443ed713-c489-480b-80be-b716c089d61b" + ], + "x-ms-correlation-request-id": [ + "443ed713-c489-480b-80be-b716c089d61b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192040Z:443ed713-c489-480b-80be-b716c089d61b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2df411b4-115f-4536-873a-3380fe8f8414" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "44" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14224" + ], + "x-ms-request-id": [ + "6812fa29-d176-462e-a09d-ffc4b7a4d8d7" + ], + "x-ms-correlation-request-id": [ + "6812fa29-d176-462e-a09d-ffc4b7a4d8d7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192040Z:6812fa29-d176-462e-a09d-ffc4b7a4d8d7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "97348cbe-2bde-4631-a59d-9cbf1a5385d7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "43" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14222" + ], + "x-ms-request-id": [ + "005bb241-75f8-4482-bab5-e0ac9f7e9ddd" + ], + "x-ms-correlation-request-id": [ + "005bb241-75f8-4482-bab5-e0ac9f7e9ddd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192041Z:005bb241-75f8-4482-bab5-e0ac9f7e9ddd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b64691e8-0e27-4965-9ad4-4bfb48e8e906" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "43" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14220" + ], + "x-ms-request-id": [ + "63e3e8e1-10b7-4074-94b1-8e98e728b6bd" + ], + "x-ms-correlation-request-id": [ + "63e3e8e1-10b7-4074-94b1-8e98e728b6bd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192041Z:63e3e8e1-10b7-4074-94b1-8e98e728b6bd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "67f2a250-706d-4765-9ef1-3192ba07d469" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "43" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14218" + ], + "x-ms-request-id": [ + "476a913c-1d3e-4c91-a863-9def470067ce" + ], + "x-ms-correlation-request-id": [ + "476a913c-1d3e-4c91-a863-9def470067ce" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192041Z:476a913c-1d3e-4c91-a863-9def470067ce" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "683b2b14-ac1c-4646-b41e-9f412a130d5d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "43" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14216" + ], + "x-ms-request-id": [ + "abc8a934-a81c-4594-b3ad-bfefc0ba188a" + ], + "x-ms-correlation-request-id": [ + "abc8a934-a81c-4594-b3ad-bfefc0ba188a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192041Z:abc8a934-a81c-4594-b3ad-bfefc0ba188a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d27977fb-05f2-4452-8aa9-39dcf95a1b68" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "43" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14214" + ], + "x-ms-request-id": [ + "4b3b70da-dd3e-48c4-be45-321283c64173" + ], + "x-ms-correlation-request-id": [ + "4b3b70da-dd3e-48c4-be45-321283c64173" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192041Z:4b3b70da-dd3e-48c4-be45-321283c64173" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "efca04e8-2c71-413b-b27e-f43379279017" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "42" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14212" + ], + "x-ms-request-id": [ + "bca809d0-9f83-4a95-b520-e7bf56112288" + ], + "x-ms-correlation-request-id": [ + "bca809d0-9f83-4a95-b520-e7bf56112288" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192042Z:bca809d0-9f83-4a95-b520-e7bf56112288" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cee3426b-74c5-4c16-acb5-5776c28d0806" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "42" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14210" + ], + "x-ms-request-id": [ + "c85b9b07-6124-4815-bdb5-5adcc458fbaa" + ], + "x-ms-correlation-request-id": [ + "c85b9b07-6124-4815-bdb5-5adcc458fbaa" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192042Z:c85b9b07-6124-4815-bdb5-5adcc458fbaa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d9a71bba-27e2-4dd8-9016-c48bd23eab5f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "42" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14208" + ], + "x-ms-request-id": [ + "ed1b7dc9-e856-45c6-9535-6f787fb3695e" + ], + "x-ms-correlation-request-id": [ + "ed1b7dc9-e856-45c6-9535-6f787fb3695e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192042Z:ed1b7dc9-e856-45c6-9535-6f787fb3695e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a84aad2e-d5f6-416b-848d-8f32526fa5a0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "42" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14206" + ], + "x-ms-request-id": [ + "7f8aaab8-45bd-42ca-aaea-7be327dc9e90" + ], + "x-ms-correlation-request-id": [ + "7f8aaab8-45bd-42ca-aaea-7be327dc9e90" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192042Z:7f8aaab8-45bd-42ca-aaea-7be327dc9e90" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "31fbbb6a-2520-49f7-8264-75554cf40a29" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "42" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14204" + ], + "x-ms-request-id": [ + "85d5d1a1-aaad-4442-a339-318c799e4828" + ], + "x-ms-correlation-request-id": [ + "85d5d1a1-aaad-4442-a339-318c799e4828" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192042Z:85d5d1a1-aaad-4442-a339-318c799e4828" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0961ba65-290e-4681-8bb9-2b415f8e9b08" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "41" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14202" + ], + "x-ms-request-id": [ + "61eb78b5-fc7e-4afa-8d1b-c4eb61af7812" + ], + "x-ms-correlation-request-id": [ + "61eb78b5-fc7e-4afa-8d1b-c4eb61af7812" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192042Z:61eb78b5-fc7e-4afa-8d1b-c4eb61af7812" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f1ab6bad-e712-49ea-8e97-bbdbde6a917f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "41" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14200" + ], + "x-ms-request-id": [ + "2b95cbf1-780f-4b2e-a7ed-4eb492cb82fc" + ], + "x-ms-correlation-request-id": [ + "2b95cbf1-780f-4b2e-a7ed-4eb492cb82fc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192043Z:2b95cbf1-780f-4b2e-a7ed-4eb492cb82fc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "366af4ef-1045-4ba3-a650-2a27fc971792" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "41" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14198" + ], + "x-ms-request-id": [ + "32c153e4-ca5c-42c2-b5c7-03fdb7d8a064" + ], + "x-ms-correlation-request-id": [ + "32c153e4-ca5c-42c2-b5c7-03fdb7d8a064" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192043Z:32c153e4-ca5c-42c2-b5c7-03fdb7d8a064" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c3c9d8fe-9165-482f-a524-728b3d223d22" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "41" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14196" + ], + "x-ms-request-id": [ + "6ff2e718-89c8-4cdf-a4ff-1b57b0cfcc0e" + ], + "x-ms-correlation-request-id": [ + "6ff2e718-89c8-4cdf-a4ff-1b57b0cfcc0e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192043Z:6ff2e718-89c8-4cdf-a4ff-1b57b0cfcc0e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bb2200f0-8346-4f33-8898-1e3c925e4511" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "41" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14194" + ], + "x-ms-request-id": [ + "10e94711-b31f-467b-9b82-f3693e32b843" + ], + "x-ms-correlation-request-id": [ + "10e94711-b31f-467b-9b82-f3693e32b843" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192043Z:10e94711-b31f-467b-9b82-f3693e32b843" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "af340abe-bec5-46cd-8123-51c656c7b8b6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "40" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14192" + ], + "x-ms-request-id": [ + "32fd3456-48dd-4838-aa1e-3ad9c9285899" + ], + "x-ms-correlation-request-id": [ + "32fd3456-48dd-4838-aa1e-3ad9c9285899" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192043Z:32fd3456-48dd-4838-aa1e-3ad9c9285899" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "22200387-804b-47f7-9b34-9b3ce7df9453" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "40" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14190" + ], + "x-ms-request-id": [ + "159377fa-bf1b-4db0-b047-7474f1df1685" + ], + "x-ms-correlation-request-id": [ + "159377fa-bf1b-4db0-b047-7474f1df1685" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192044Z:159377fa-bf1b-4db0-b047-7474f1df1685" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "701f09fd-0540-4e83-8800-2b1faf5daf41" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "40" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14188" + ], + "x-ms-request-id": [ + "d1fcf5ee-550e-4239-9349-1544931168f4" + ], + "x-ms-correlation-request-id": [ + "d1fcf5ee-550e-4239-9349-1544931168f4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192044Z:d1fcf5ee-550e-4239-9349-1544931168f4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a4e36050-a80f-4dc2-a4cd-843458b4549f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "40" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14186" + ], + "x-ms-request-id": [ + "364165f1-d985-4c60-aab8-0e1e74cad4de" + ], + "x-ms-correlation-request-id": [ + "364165f1-d985-4c60-aab8-0e1e74cad4de" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192044Z:364165f1-d985-4c60-aab8-0e1e74cad4de" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "74e927d1-b61c-4177-a77c-0628255210f0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "40" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14184" + ], + "x-ms-request-id": [ + "2ef0da73-699c-4c01-945c-8e609f81ace4" + ], + "x-ms-correlation-request-id": [ + "2ef0da73-699c-4c01-945c-8e609f81ace4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192044Z:2ef0da73-699c-4c01-945c-8e609f81ace4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "779c06f7-2877-46d5-a833-0c11411f9a9c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "40" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14182" + ], + "x-ms-request-id": [ + "ce4a6678-c537-45d8-98a1-fbdef6746e6e" + ], + "x-ms-correlation-request-id": [ + "ce4a6678-c537-45d8-98a1-fbdef6746e6e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192044Z:ce4a6678-c537-45d8-98a1-fbdef6746e6e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3141a6d1-d7b6-4fc5-92cf-c217428d0e38" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "39" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14180" + ], + "x-ms-request-id": [ + "3c8785b2-d169-4cde-ae58-67ec8a0c5bf3" + ], + "x-ms-correlation-request-id": [ + "3c8785b2-d169-4cde-ae58-67ec8a0c5bf3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192045Z:3c8785b2-d169-4cde-ae58-67ec8a0c5bf3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "30a2b209-5cc8-41bc-8c01-253f76176e1e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "39" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14178" + ], + "x-ms-request-id": [ + "8e014872-09df-4927-a138-1b01a73b1d38" + ], + "x-ms-correlation-request-id": [ + "8e014872-09df-4927-a138-1b01a73b1d38" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192045Z:8e014872-09df-4927-a138-1b01a73b1d38" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "62c36919-ef55-46d5-aefe-641c5254433b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "39" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14176" + ], + "x-ms-request-id": [ + "4159d439-b2f3-4540-a13a-af73fe885397" + ], + "x-ms-correlation-request-id": [ + "4159d439-b2f3-4540-a13a-af73fe885397" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192045Z:4159d439-b2f3-4540-a13a-af73fe885397" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1458865e-a53e-49a1-9ad4-859a36ed5711" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "39" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14174" + ], + "x-ms-request-id": [ + "0a78bbc5-70af-45c9-ba0e-955ec668f731" + ], + "x-ms-correlation-request-id": [ + "0a78bbc5-70af-45c9-ba0e-955ec668f731" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192045Z:0a78bbc5-70af-45c9-ba0e-955ec668f731" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d3da1be6-7bcc-45c6-86a7-3354e783f91c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "39" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14172" + ], + "x-ms-request-id": [ + "9c8a3555-9cee-46e5-aef2-9a8096895b34" + ], + "x-ms-correlation-request-id": [ + "9c8a3555-9cee-46e5-aef2-9a8096895b34" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192045Z:9c8a3555-9cee-46e5-aef2-9a8096895b34" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5043180f-54fc-4796-859f-83f454397ad6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "38" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14170" + ], + "x-ms-request-id": [ + "93851447-67c7-41c2-b403-eeb6825c92e9" + ], + "x-ms-correlation-request-id": [ + "93851447-67c7-41c2-b403-eeb6825c92e9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192045Z:93851447-67c7-41c2-b403-eeb6825c92e9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8969e65c-13ab-4cd1-9d11-df8403fdcd80" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "38" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14168" + ], + "x-ms-request-id": [ + "e98cf52e-d051-470a-a66f-fb6382d83894" + ], + "x-ms-correlation-request-id": [ + "e98cf52e-d051-470a-a66f-fb6382d83894" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192046Z:e98cf52e-d051-470a-a66f-fb6382d83894" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f0d30932-ef38-438e-8367-27b35156d5a5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "38" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14166" + ], + "x-ms-request-id": [ + "8005d1f3-108b-4f1f-9026-8c710503c05d" + ], + "x-ms-correlation-request-id": [ + "8005d1f3-108b-4f1f-9026-8c710503c05d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192046Z:8005d1f3-108b-4f1f-9026-8c710503c05d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "70891b92-9401-4b9a-8717-68ab224a23e0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "38" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14164" + ], + "x-ms-request-id": [ + "1ecb383d-4aec-471e-b62f-1d76ca251d49" + ], + "x-ms-correlation-request-id": [ + "1ecb383d-4aec-471e-b62f-1d76ca251d49" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192046Z:1ecb383d-4aec-471e-b62f-1d76ca251d49" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6dd505cd-aa43-4c19-b7dd-411714f3c258" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "38" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14162" + ], + "x-ms-request-id": [ + "bc2f991e-1946-4019-aef9-b32dc20f5c82" + ], + "x-ms-correlation-request-id": [ + "bc2f991e-1946-4019-aef9-b32dc20f5c82" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192046Z:bc2f991e-1946-4019-aef9-b32dc20f5c82" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "be641726-4d88-415e-9aac-b4d2f6e7050d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "37" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14160" + ], + "x-ms-request-id": [ + "4da6b375-25a3-4afa-9484-562a9a085cf0" + ], + "x-ms-correlation-request-id": [ + "4da6b375-25a3-4afa-9484-562a9a085cf0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192046Z:4da6b375-25a3-4afa-9484-562a9a085cf0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bc6b182d-d03d-4c73-bd3b-d3e7c47ed30b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "37" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14158" + ], + "x-ms-request-id": [ + "7e38c324-e955-4ce2-923b-3a0ed5ac29b4" + ], + "x-ms-correlation-request-id": [ + "7e38c324-e955-4ce2-923b-3a0ed5ac29b4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192047Z:7e38c324-e955-4ce2-923b-3a0ed5ac29b4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dab61897-8c5f-4d3e-95de-4028424e3ce7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "37" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14156" + ], + "x-ms-request-id": [ + "48fc3296-c750-41b7-8825-67cd5fbafbfe" + ], + "x-ms-correlation-request-id": [ + "48fc3296-c750-41b7-8825-67cd5fbafbfe" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192047Z:48fc3296-c750-41b7-8825-67cd5fbafbfe" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0fe67a52-baad-448d-870a-c576cd209972" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "37" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14154" + ], + "x-ms-request-id": [ + "c36eae21-0f8f-4804-ae35-f9cc91813095" + ], + "x-ms-correlation-request-id": [ + "c36eae21-0f8f-4804-ae35-f9cc91813095" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192047Z:c36eae21-0f8f-4804-ae35-f9cc91813095" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "486667db-3da0-4508-9331-912b281a2039" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "37" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14152" + ], + "x-ms-request-id": [ + "e0a0523b-3671-47a7-b9bf-0736a0a48b24" + ], + "x-ms-correlation-request-id": [ + "e0a0523b-3671-47a7-b9bf-0736a0a48b24" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192047Z:e0a0523b-3671-47a7-b9bf-0736a0a48b24" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "306cea3c-9657-444d-98d3-050f786000ba" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "36" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14150" + ], + "x-ms-request-id": [ + "b3a15c42-ff78-4c42-baf7-054f7cebb067" + ], + "x-ms-correlation-request-id": [ + "b3a15c42-ff78-4c42-baf7-054f7cebb067" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192047Z:b3a15c42-ff78-4c42-baf7-054f7cebb067" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cf5ef5bb-b005-4151-9ab0-5e6262e83b4a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "36" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14148" + ], + "x-ms-request-id": [ + "1616d5dd-50cb-4954-b4cc-134331cc130c" + ], + "x-ms-correlation-request-id": [ + "1616d5dd-50cb-4954-b4cc-134331cc130c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192048Z:1616d5dd-50cb-4954-b4cc-134331cc130c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "60e00da6-0875-41f0-ada0-61e67748b0f3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "36" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14146" + ], + "x-ms-request-id": [ + "25e61f9b-055d-42e9-a664-20d0e654318e" + ], + "x-ms-correlation-request-id": [ + "25e61f9b-055d-42e9-a664-20d0e654318e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192048Z:25e61f9b-055d-42e9-a664-20d0e654318e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aaea6388-cee1-4dad-b0ca-1523be0cac21" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "36" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14144" + ], + "x-ms-request-id": [ + "c1b74310-e66d-43ec-85f9-4db5efcb1d4b" + ], + "x-ms-correlation-request-id": [ + "c1b74310-e66d-43ec-85f9-4db5efcb1d4b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192048Z:c1b74310-e66d-43ec-85f9-4db5efcb1d4b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "191ebc8c-49d2-4bb7-a6af-1a4001106313" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "36" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14142" + ], + "x-ms-request-id": [ + "132c83b2-e867-4195-bae4-cbcba59e9a6a" + ], + "x-ms-correlation-request-id": [ + "132c83b2-e867-4195-bae4-cbcba59e9a6a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192048Z:132c83b2-e867-4195-bae4-cbcba59e9a6a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "234af11b-f2de-4f3a-ab86-0bb503d37c1d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "35" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14140" + ], + "x-ms-request-id": [ + "d47e410d-fa73-4925-9f65-e8b7e7f10110" + ], + "x-ms-correlation-request-id": [ + "d47e410d-fa73-4925-9f65-e8b7e7f10110" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192048Z:d47e410d-fa73-4925-9f65-e8b7e7f10110" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2401aac9-a653-4c25-afba-5b5ad3145bce" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "35" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14138" + ], + "x-ms-request-id": [ + "a1d52179-41d3-4610-b018-d7235e7f931b" + ], + "x-ms-correlation-request-id": [ + "a1d52179-41d3-4610-b018-d7235e7f931b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192049Z:a1d52179-41d3-4610-b018-d7235e7f931b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d3a986fc-0c89-428f-a97d-fd012d8e93c3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "35" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14136" + ], + "x-ms-request-id": [ + "bd4c53bd-583a-423c-9b37-1d32aed3f23f" + ], + "x-ms-correlation-request-id": [ + "bd4c53bd-583a-423c-9b37-1d32aed3f23f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192049Z:bd4c53bd-583a-423c-9b37-1d32aed3f23f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0a0b9eb6-5b41-4278-bfaa-b959f6f73a51" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "35" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14134" + ], + "x-ms-request-id": [ + "e5b3809a-4a1d-4502-b468-01b6261fc8d4" + ], + "x-ms-correlation-request-id": [ + "e5b3809a-4a1d-4502-b468-01b6261fc8d4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192049Z:e5b3809a-4a1d-4502-b468-01b6261fc8d4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f9156a21-6821-460b-b0b6-2fd2b3590a16" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "35" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14132" + ], + "x-ms-request-id": [ + "9b4e00ab-f33d-4e95-881a-eea8e3612e1e" + ], + "x-ms-correlation-request-id": [ + "9b4e00ab-f33d-4e95-881a-eea8e3612e1e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192049Z:9b4e00ab-f33d-4e95-881a-eea8e3612e1e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0c082498-e0bd-4464-a85c-de63fd14a6de" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "35" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14130" + ], + "x-ms-request-id": [ + "eb363c14-ccbb-46e5-b922-146a9239ae82" + ], + "x-ms-correlation-request-id": [ + "eb363c14-ccbb-46e5-b922-146a9239ae82" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192049Z:eb363c14-ccbb-46e5-b922-146a9239ae82" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2e62b8b2-fc8f-40ad-8493-cfb527cf0a34" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "34" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14128" + ], + "x-ms-request-id": [ + "3e919add-0daa-42ef-a1db-8d234efc5f76" + ], + "x-ms-correlation-request-id": [ + "3e919add-0daa-42ef-a1db-8d234efc5f76" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192049Z:3e919add-0daa-42ef-a1db-8d234efc5f76" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9a1ad933-770b-4c02-b521-37f2666a0e0a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "34" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14126" + ], + "x-ms-request-id": [ + "a8a5ed66-4f99-4274-a681-c966f7a4904a" + ], + "x-ms-correlation-request-id": [ + "a8a5ed66-4f99-4274-a681-c966f7a4904a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192050Z:a8a5ed66-4f99-4274-a681-c966f7a4904a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "31ea5ca9-3d76-4b86-8a8c-b9fae02a86cb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "34" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14124" + ], + "x-ms-request-id": [ + "b6528ffe-2a54-4e8a-9cfa-9bfe02d65959" + ], + "x-ms-correlation-request-id": [ + "b6528ffe-2a54-4e8a-9cfa-9bfe02d65959" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192050Z:b6528ffe-2a54-4e8a-9cfa-9bfe02d65959" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9bfa17c3-5124-4560-83f8-5b5ae49061a2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "34" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14122" + ], + "x-ms-request-id": [ + "28bb6810-edbe-4e51-a252-9c88f5afb964" + ], + "x-ms-correlation-request-id": [ + "28bb6810-edbe-4e51-a252-9c88f5afb964" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192050Z:28bb6810-edbe-4e51-a252-9c88f5afb964" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0927636-b301-43d8-9375-26b01abdc327" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "34" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14120" + ], + "x-ms-request-id": [ + "788d799d-e5fd-4788-86c8-84215739688a" + ], + "x-ms-correlation-request-id": [ + "788d799d-e5fd-4788-86c8-84215739688a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192050Z:788d799d-e5fd-4788-86c8-84215739688a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4e4e92e8-7cc7-4ab4-9072-e1a915db54c7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "33" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14118" + ], + "x-ms-request-id": [ + "d9116577-d604-4dd2-9866-633ad2d97955" + ], + "x-ms-correlation-request-id": [ + "d9116577-d604-4dd2-9866-633ad2d97955" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192050Z:d9116577-d604-4dd2-9866-633ad2d97955" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "570be514-fa70-4162-ae20-b20050d82d76" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "33" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14116" + ], + "x-ms-request-id": [ + "14930c14-9d03-4f3b-a9ac-854112773e3d" + ], + "x-ms-correlation-request-id": [ + "14930c14-9d03-4f3b-a9ac-854112773e3d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192051Z:14930c14-9d03-4f3b-a9ac-854112773e3d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "96818969-8494-4290-b46f-a1059aaa4c87" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "33" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14114" + ], + "x-ms-request-id": [ + "0c6c80f2-4fdb-410d-9597-150c549de6f9" + ], + "x-ms-correlation-request-id": [ + "0c6c80f2-4fdb-410d-9597-150c549de6f9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192051Z:0c6c80f2-4fdb-410d-9597-150c549de6f9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "969768fd-d919-4539-b27a-6cebbb184107" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "33" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14112" + ], + "x-ms-request-id": [ + "fb594d3f-af84-447c-8495-3d6792722566" + ], + "x-ms-correlation-request-id": [ + "fb594d3f-af84-447c-8495-3d6792722566" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192051Z:fb594d3f-af84-447c-8495-3d6792722566" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bf8cb5ee-351a-408d-bc9e-99dae0165ece" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "33" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14110" + ], + "x-ms-request-id": [ + "cca15b18-f06d-4925-a7cf-e6eadba095f2" + ], + "x-ms-correlation-request-id": [ + "cca15b18-f06d-4925-a7cf-e6eadba095f2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192051Z:cca15b18-f06d-4925-a7cf-e6eadba095f2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "078b12f0-c63c-4c43-a26a-f8129697eb23" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "32" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14108" + ], + "x-ms-request-id": [ + "cd2ce3fd-5f3e-4b3e-af19-5b826e27b3a7" + ], + "x-ms-correlation-request-id": [ + "cd2ce3fd-5f3e-4b3e-af19-5b826e27b3a7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192051Z:cd2ce3fd-5f3e-4b3e-af19-5b826e27b3a7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0fc2032d-b6c4-4114-90e0-9ccf48797d82" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "32" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14106" + ], + "x-ms-request-id": [ + "2ae0efe9-0192-4924-b2b4-b3d4d6e031c9" + ], + "x-ms-correlation-request-id": [ + "2ae0efe9-0192-4924-b2b4-b3d4d6e031c9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192052Z:2ae0efe9-0192-4924-b2b4-b3d4d6e031c9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cca13cbb-5294-4263-a26e-dba8d9ee3774" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "32" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14104" + ], + "x-ms-request-id": [ + "a0b098f2-8cbb-4ad5-8797-4eafff709de0" + ], + "x-ms-correlation-request-id": [ + "a0b098f2-8cbb-4ad5-8797-4eafff709de0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192052Z:a0b098f2-8cbb-4ad5-8797-4eafff709de0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "697737b1-c9a6-4851-a308-57f7658b2def" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "32" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14102" + ], + "x-ms-request-id": [ + "5754e890-d915-4f07-8d6c-b6dec95aaf4a" + ], + "x-ms-correlation-request-id": [ + "5754e890-d915-4f07-8d6c-b6dec95aaf4a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192052Z:5754e890-d915-4f07-8d6c-b6dec95aaf4a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1cc3674d-92c2-45ed-9c44-eca0f426df1a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "32" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14100" + ], + "x-ms-request-id": [ + "18469711-b756-49dd-b8c8-4edd1e0f35d2" + ], + "x-ms-correlation-request-id": [ + "18469711-b756-49dd-b8c8-4edd1e0f35d2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192052Z:18469711-b756-49dd-b8c8-4edd1e0f35d2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5da4c5e1-8cde-461e-bf84-e1e65433f11b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "31" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14098" + ], + "x-ms-request-id": [ + "086c5198-0db6-49ed-ab0a-0d4faea817a8" + ], + "x-ms-correlation-request-id": [ + "086c5198-0db6-49ed-ab0a-0d4faea817a8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192052Z:086c5198-0db6-49ed-ab0a-0d4faea817a8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "12f57013-6333-4c6c-ad53-7fd0d69a62bf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "31" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14096" + ], + "x-ms-request-id": [ + "8c9d97b6-8201-4116-8305-1f913f510046" + ], + "x-ms-correlation-request-id": [ + "8c9d97b6-8201-4116-8305-1f913f510046" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192053Z:8c9d97b6-8201-4116-8305-1f913f510046" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "102e3eb5-6475-4ebf-b336-f06f8ff77759" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "31" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14094" + ], + "x-ms-request-id": [ + "53eaf646-eadf-43b9-a72b-1b43eca7cd0f" + ], + "x-ms-correlation-request-id": [ + "53eaf646-eadf-43b9-a72b-1b43eca7cd0f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192053Z:53eaf646-eadf-43b9-a72b-1b43eca7cd0f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "25f48008-23f2-435e-89b6-f688b26cf00d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "31" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14092" + ], + "x-ms-request-id": [ + "fcd0ee3b-5b89-4ce0-bab0-dfaa700979d4" + ], + "x-ms-correlation-request-id": [ + "fcd0ee3b-5b89-4ce0-bab0-dfaa700979d4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192053Z:fcd0ee3b-5b89-4ce0-bab0-dfaa700979d4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6cdb499e-b98c-412b-adde-dcb207e089d5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "31" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14090" + ], + "x-ms-request-id": [ + "9275bf26-2a51-4564-a9ed-fcb0b1467063" + ], + "x-ms-correlation-request-id": [ + "9275bf26-2a51-4564-a9ed-fcb0b1467063" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192053Z:9275bf26-2a51-4564-a9ed-fcb0b1467063" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eba0c11d-463f-41fa-9094-71b7242e76e5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "31" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14088" + ], + "x-ms-request-id": [ + "867f1ae3-732d-4c94-b8c0-dab47e4332e6" + ], + "x-ms-correlation-request-id": [ + "867f1ae3-732d-4c94-b8c0-dab47e4332e6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192053Z:867f1ae3-732d-4c94-b8c0-dab47e4332e6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "45223aa4-32ac-4146-9462-dfdd8607d72b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "30" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14086" + ], + "x-ms-request-id": [ + "818d0cd6-af8e-4d3f-9f61-3f8c1cbfc5e5" + ], + "x-ms-correlation-request-id": [ + "818d0cd6-af8e-4d3f-9f61-3f8c1cbfc5e5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192054Z:818d0cd6-af8e-4d3f-9f61-3f8c1cbfc5e5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ed76930d-d901-4f6f-a5e2-0920c75e76eb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "30" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14084" + ], + "x-ms-request-id": [ + "9a468c2d-7b34-4ef5-8a0c-a2a19f548cd6" + ], + "x-ms-correlation-request-id": [ + "9a468c2d-7b34-4ef5-8a0c-a2a19f548cd6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192054Z:9a468c2d-7b34-4ef5-8a0c-a2a19f548cd6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "de2aa601-8554-416c-b611-516d0828bf4d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "30" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14082" + ], + "x-ms-request-id": [ + "4893f1b1-9719-46d4-961e-29cdf07c313c" + ], + "x-ms-correlation-request-id": [ + "4893f1b1-9719-46d4-961e-29cdf07c313c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192054Z:4893f1b1-9719-46d4-961e-29cdf07c313c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "04aa001b-a244-40a6-9c07-8de140617e37" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "30" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14080" + ], + "x-ms-request-id": [ + "136eec0d-bf49-4fb7-8279-78529de99b0b" + ], + "x-ms-correlation-request-id": [ + "136eec0d-bf49-4fb7-8279-78529de99b0b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192054Z:136eec0d-bf49-4fb7-8279-78529de99b0b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bd6ed65c-3058-494a-8981-af695526a5dc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "30" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14078" + ], + "x-ms-request-id": [ + "d449a939-4d42-4154-8a00-e6ee0e9a696b" + ], + "x-ms-correlation-request-id": [ + "d449a939-4d42-4154-8a00-e6ee0e9a696b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192054Z:d449a939-4d42-4154-8a00-e6ee0e9a696b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0322304a-ec8c-400a-97fa-be7a9e639eac" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "29" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14076" + ], + "x-ms-request-id": [ + "cb2eca4c-8f60-4fb4-a534-8e104290a280" + ], + "x-ms-correlation-request-id": [ + "cb2eca4c-8f60-4fb4-a534-8e104290a280" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192055Z:cb2eca4c-8f60-4fb4-a534-8e104290a280" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "131d137c-d118-4b78-a524-f198deca0eee" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "29" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14074" + ], + "x-ms-request-id": [ + "e8a49dc7-efe3-4347-9d45-b2dd04ec291f" + ], + "x-ms-correlation-request-id": [ + "e8a49dc7-efe3-4347-9d45-b2dd04ec291f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192055Z:e8a49dc7-efe3-4347-9d45-b2dd04ec291f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "96c1ccf7-98c3-4f91-8b95-e34270ab8df4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "29" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14072" + ], + "x-ms-request-id": [ + "9ba2ca73-ca40-41fc-9668-35b88ccd35e1" + ], + "x-ms-correlation-request-id": [ + "9ba2ca73-ca40-41fc-9668-35b88ccd35e1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192055Z:9ba2ca73-ca40-41fc-9668-35b88ccd35e1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "81ce7c90-8f15-46d6-bdca-864a8f917969" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "29" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14070" + ], + "x-ms-request-id": [ + "fc657f59-f9f1-4395-9104-a1e5b589286a" + ], + "x-ms-correlation-request-id": [ + "fc657f59-f9f1-4395-9104-a1e5b589286a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192055Z:fc657f59-f9f1-4395-9104-a1e5b589286a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bd96ad0e-df93-47e9-8313-e47ae10f8255" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "29" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14068" + ], + "x-ms-request-id": [ + "77fa777f-fa83-42ed-af99-42d68be85f9c" + ], + "x-ms-correlation-request-id": [ + "77fa777f-fa83-42ed-af99-42d68be85f9c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192055Z:77fa777f-fa83-42ed-af99-42d68be85f9c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e33f5a70-d27c-4448-b561-d2cd2186ffaf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "28" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14066" + ], + "x-ms-request-id": [ + "59fbd661-e8cd-472f-89ee-0988b2218f5d" + ], + "x-ms-correlation-request-id": [ + "59fbd661-e8cd-472f-89ee-0988b2218f5d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192055Z:59fbd661-e8cd-472f-89ee-0988b2218f5d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5165c02e-cc82-4390-82c3-af0c19673262" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "28" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14064" + ], + "x-ms-request-id": [ + "449c9cb8-97a4-40e8-8eda-d4a379f93d5a" + ], + "x-ms-correlation-request-id": [ + "449c9cb8-97a4-40e8-8eda-d4a379f93d5a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192056Z:449c9cb8-97a4-40e8-8eda-d4a379f93d5a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b552291b-c53e-43eb-9b28-d96e39379e57" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "28" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14062" + ], + "x-ms-request-id": [ + "1eeea4c1-dbfe-4ce1-9f48-8420bd0e9afc" + ], + "x-ms-correlation-request-id": [ + "1eeea4c1-dbfe-4ce1-9f48-8420bd0e9afc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192056Z:1eeea4c1-dbfe-4ce1-9f48-8420bd0e9afc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f93a67c6-0532-40ba-9fb2-f8afa4e0ff2c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "28" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14060" + ], + "x-ms-request-id": [ + "e54d172c-315a-4b2e-a2a8-b24619799e2f" + ], + "x-ms-correlation-request-id": [ + "e54d172c-315a-4b2e-a2a8-b24619799e2f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192056Z:e54d172c-315a-4b2e-a2a8-b24619799e2f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "58cdfde6-9c05-4836-b24c-98856ee022c3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "28" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14058" + ], + "x-ms-request-id": [ + "f6574b4b-610a-4b02-9787-7fc34fa13174" + ], + "x-ms-correlation-request-id": [ + "f6574b4b-610a-4b02-9787-7fc34fa13174" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192056Z:f6574b4b-610a-4b02-9787-7fc34fa13174" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "164fb145-d231-4008-a6a8-d2329d98f52e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "27" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14056" + ], + "x-ms-request-id": [ + "48db1a0a-0a30-41c3-9dcb-d285c19e1023" + ], + "x-ms-correlation-request-id": [ + "48db1a0a-0a30-41c3-9dcb-d285c19e1023" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192056Z:48db1a0a-0a30-41c3-9dcb-d285c19e1023" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3943e3ba-6f2b-4c77-9aa8-0742f0e6c51c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "27" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14054" + ], + "x-ms-request-id": [ + "0f99fc20-6edc-4f39-a9e9-85d9a570c3bd" + ], + "x-ms-correlation-request-id": [ + "0f99fc20-6edc-4f39-a9e9-85d9a570c3bd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192057Z:0f99fc20-6edc-4f39-a9e9-85d9a570c3bd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7164d3fc-f155-4dd4-988a-783ccddc8183" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "27" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14052" + ], + "x-ms-request-id": [ + "fbea6862-fe13-45f9-8df3-4370f82a5dae" + ], + "x-ms-correlation-request-id": [ + "fbea6862-fe13-45f9-8df3-4370f82a5dae" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192057Z:fbea6862-fe13-45f9-8df3-4370f82a5dae" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7ac0b9f5-19ad-4520-b8b6-d9d142b9230e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "27" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14050" + ], + "x-ms-request-id": [ + "b9887769-1ba5-4e68-a006-d131f30a54d0" + ], + "x-ms-correlation-request-id": [ + "b9887769-1ba5-4e68-a006-d131f30a54d0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192057Z:b9887769-1ba5-4e68-a006-d131f30a54d0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b69b0f58-fd71-4111-9d43-8dbfedcfe191" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "27" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14048" + ], + "x-ms-request-id": [ + "6bbf4078-a2ea-4e95-b2aa-362314e72f08" + ], + "x-ms-correlation-request-id": [ + "6bbf4078-a2ea-4e95-b2aa-362314e72f08" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192057Z:6bbf4078-a2ea-4e95-b2aa-362314e72f08" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ddd24fee-be12-454e-b798-43ffd7b90bb7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "26" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14046" + ], + "x-ms-request-id": [ + "9565ec59-eb87-4a4a-b543-2d2b1ee86c7a" + ], + "x-ms-correlation-request-id": [ + "9565ec59-eb87-4a4a-b543-2d2b1ee86c7a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192057Z:9565ec59-eb87-4a4a-b543-2d2b1ee86c7a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "59c23ae8-6e16-4b10-b862-861423c4c68c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "26" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14044" + ], + "x-ms-request-id": [ + "98c2260b-bb06-49db-a7c9-c0cb2e5530fb" + ], + "x-ms-correlation-request-id": [ + "98c2260b-bb06-49db-a7c9-c0cb2e5530fb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192058Z:98c2260b-bb06-49db-a7c9-c0cb2e5530fb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f882c5e8-5530-45c4-ac45-6ca2373d3c01" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "26" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14042" + ], + "x-ms-request-id": [ + "2b9e547c-d69b-4db2-9ddf-9cc9d338a485" + ], + "x-ms-correlation-request-id": [ + "2b9e547c-d69b-4db2-9ddf-9cc9d338a485" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192058Z:2b9e547c-d69b-4db2-9ddf-9cc9d338a485" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "01877e56-ad09-4610-b746-0fa7e54be34d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "26" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14040" + ], + "x-ms-request-id": [ + "602e5243-8e9a-4382-92ff-f38a07393279" + ], + "x-ms-correlation-request-id": [ + "602e5243-8e9a-4382-92ff-f38a07393279" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192058Z:602e5243-8e9a-4382-92ff-f38a07393279" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b0544c7f-d565-41a9-a4db-35451e92d8aa" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "26" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14038" + ], + "x-ms-request-id": [ + "32360cad-7ce6-4bcb-870b-2e922f2f1c05" + ], + "x-ms-correlation-request-id": [ + "32360cad-7ce6-4bcb-870b-2e922f2f1c05" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192058Z:32360cad-7ce6-4bcb-870b-2e922f2f1c05" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "394069df-9e7e-44b8-b8b9-9b9185879e02" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "25" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14036" + ], + "x-ms-request-id": [ + "5152f857-81b7-4f34-b6f9-1bc1f9d8e4cd" + ], + "x-ms-correlation-request-id": [ + "5152f857-81b7-4f34-b6f9-1bc1f9d8e4cd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192058Z:5152f857-81b7-4f34-b6f9-1bc1f9d8e4cd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d5a17f99-7074-46a8-a2aa-10e5ae438ef8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "25" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14034" + ], + "x-ms-request-id": [ + "b1bcaf06-8fdc-44ff-9ab3-ffe96efbfd21" + ], + "x-ms-correlation-request-id": [ + "b1bcaf06-8fdc-44ff-9ab3-ffe96efbfd21" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192059Z:b1bcaf06-8fdc-44ff-9ab3-ffe96efbfd21" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2db8d5cd-00df-459a-a39f-885e465445c2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "25" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14032" + ], + "x-ms-request-id": [ + "7b4c2a19-94c4-4a68-b156-398c4e12f579" + ], + "x-ms-correlation-request-id": [ + "7b4c2a19-94c4-4a68-b156-398c4e12f579" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192059Z:7b4c2a19-94c4-4a68-b156-398c4e12f579" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:20:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cdeb74a7-7ec0-4b2b-ba33-27eeb8e3c51e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "24" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14030" + ], + "x-ms-request-id": [ + "032733bb-8af9-4dab-93f4-175c33b59785" + ], + "x-ms-correlation-request-id": [ + "032733bb-8af9-4dab-93f4-175c33b59785" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192100Z:032733bb-8af9-4dab-93f4-175c33b59785" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3efa4e59-5d70-416d-86c4-4f55e689313e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "24" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14028" + ], + "x-ms-request-id": [ + "86719f3d-c5f6-47c7-b520-5ab5c07a1080" + ], + "x-ms-correlation-request-id": [ + "86719f3d-c5f6-47c7-b520-5ab5c07a1080" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192100Z:86719f3d-c5f6-47c7-b520-5ab5c07a1080" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ab84aaee-0449-432a-b9d4-892ed1e33ab6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "24" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14026" + ], + "x-ms-request-id": [ + "7892c5ac-141e-4e16-b9da-d028185a87ce" + ], + "x-ms-correlation-request-id": [ + "7892c5ac-141e-4e16-b9da-d028185a87ce" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192100Z:7892c5ac-141e-4e16-b9da-d028185a87ce" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "370c6661-73a6-41e5-9bd3-f0de29e2d6ee" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "24" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14024" + ], + "x-ms-request-id": [ + "683e1d8f-755b-43a9-bb30-d9bc46c86364" + ], + "x-ms-correlation-request-id": [ + "683e1d8f-755b-43a9-bb30-d9bc46c86364" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192100Z:683e1d8f-755b-43a9-bb30-d9bc46c86364" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9ad3bf67-edd6-4f9a-9fb1-7e4d26ea45d0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "23" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14022" + ], + "x-ms-request-id": [ + "e28934af-6fe5-4a1a-8a47-fa94385d08e9" + ], + "x-ms-correlation-request-id": [ + "e28934af-6fe5-4a1a-8a47-fa94385d08e9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192101Z:e28934af-6fe5-4a1a-8a47-fa94385d08e9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2a1fb3bc-00e3-45db-a111-608551beac48" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "23" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14020" + ], + "x-ms-request-id": [ + "f550dd5a-51fb-496d-80cf-db3e21933dba" + ], + "x-ms-correlation-request-id": [ + "f550dd5a-51fb-496d-80cf-db3e21933dba" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192101Z:f550dd5a-51fb-496d-80cf-db3e21933dba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "232390cd-b1e1-4804-a26a-ceaa8f8f3259" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "23" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14018" + ], + "x-ms-request-id": [ + "cd170a41-d848-49da-ad1e-f46c8232451d" + ], + "x-ms-correlation-request-id": [ + "cd170a41-d848-49da-ad1e-f46c8232451d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192101Z:cd170a41-d848-49da-ad1e-f46c8232451d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "88d6bb08-9f6d-413e-ba90-5b29acd96aed" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "23" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14016" + ], + "x-ms-request-id": [ + "ad27f8e9-60c8-4e1e-a9ab-495aa26c38bd" + ], + "x-ms-correlation-request-id": [ + "ad27f8e9-60c8-4e1e-a9ab-495aa26c38bd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192101Z:ad27f8e9-60c8-4e1e-a9ab-495aa26c38bd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9ea28de0-4ae7-4051-b81e-2e68a3021c7b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "22" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14014" + ], + "x-ms-request-id": [ + "55b99907-c9a9-4e87-81fa-bdb78efa6342" + ], + "x-ms-correlation-request-id": [ + "55b99907-c9a9-4e87-81fa-bdb78efa6342" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192101Z:55b99907-c9a9-4e87-81fa-bdb78efa6342" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2cc8c5e4-469a-47cb-9054-50c7d2e41551" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "22" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14012" + ], + "x-ms-request-id": [ + "d61a63f5-ada9-400a-bc52-922a0ed9d141" + ], + "x-ms-correlation-request-id": [ + "d61a63f5-ada9-400a-bc52-922a0ed9d141" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192102Z:d61a63f5-ada9-400a-bc52-922a0ed9d141" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "de002747-5535-4354-be0c-805542b53753" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "22" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14010" + ], + "x-ms-request-id": [ + "46fd0278-ecb2-4d4d-87ea-51e4c1610543" + ], + "x-ms-correlation-request-id": [ + "46fd0278-ecb2-4d4d-87ea-51e4c1610543" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192102Z:46fd0278-ecb2-4d4d-87ea-51e4c1610543" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8254c7f3-3191-4153-8cb1-0a4fad5bda2d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "22" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14008" + ], + "x-ms-request-id": [ + "5b41fbb3-d531-484c-9932-c82441714e68" + ], + "x-ms-correlation-request-id": [ + "5b41fbb3-d531-484c-9932-c82441714e68" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192102Z:5b41fbb3-d531-484c-9932-c82441714e68" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b947dbd6-e2e2-4c98-955d-a2e027bc3343" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "22" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14006" + ], + "x-ms-request-id": [ + "3ffa37be-5a68-4e0a-95bb-81d6ee6cb2b7" + ], + "x-ms-correlation-request-id": [ + "3ffa37be-5a68-4e0a-95bb-81d6ee6cb2b7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192102Z:3ffa37be-5a68-4e0a-95bb-81d6ee6cb2b7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "962a27b6-25f3-4252-94fe-3d236cc47a68" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "22" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14004" + ], + "x-ms-request-id": [ + "c384b38f-9d24-4152-8824-290fa4e22771" + ], + "x-ms-correlation-request-id": [ + "c384b38f-9d24-4152-8824-290fa4e22771" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192102Z:c384b38f-9d24-4152-8824-290fa4e22771" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "09e00a9b-a9fd-47fc-94f9-6b0e900a31bf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "21" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14002" + ], + "x-ms-request-id": [ + "f992ece1-c933-49d0-a3e4-bfe611ec45f4" + ], + "x-ms-correlation-request-id": [ + "f992ece1-c933-49d0-a3e4-bfe611ec45f4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192103Z:f992ece1-c933-49d0-a3e4-bfe611ec45f4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a0a9778c-8982-409c-bcc3-8ae5e0f15191" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "21" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14000" + ], + "x-ms-request-id": [ + "92f75176-4546-4693-ab69-b4b141997153" + ], + "x-ms-correlation-request-id": [ + "92f75176-4546-4693-ab69-b4b141997153" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192103Z:92f75176-4546-4693-ab69-b4b141997153" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c9aa6100-2ec7-4f5b-aaf4-aa6898ece68b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "21" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13998" + ], + "x-ms-request-id": [ + "2f20bd91-212e-4a9a-a245-08e87110ddd4" + ], + "x-ms-correlation-request-id": [ + "2f20bd91-212e-4a9a-a245-08e87110ddd4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192103Z:2f20bd91-212e-4a9a-a245-08e87110ddd4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "898fea66-5cbf-4e81-ac8c-e1dcc28c2e61" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "21" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13996" + ], + "x-ms-request-id": [ + "3dff6620-5578-42fc-8ece-af8f899f16e0" + ], + "x-ms-correlation-request-id": [ + "3dff6620-5578-42fc-8ece-af8f899f16e0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192103Z:3dff6620-5578-42fc-8ece-af8f899f16e0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9bfa4684-a29c-4885-a9fe-bc43d0424034" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "21" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13994" + ], + "x-ms-request-id": [ + "52ab9ece-8007-4d2b-bedb-76b76fd146fb" + ], + "x-ms-correlation-request-id": [ + "52ab9ece-8007-4d2b-bedb-76b76fd146fb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192103Z:52ab9ece-8007-4d2b-bedb-76b76fd146fb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a0bcfdd1-ebb3-473b-ba71-0267810c3746" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "20" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13992" + ], + "x-ms-request-id": [ + "a54780e4-20b7-49fc-b084-76e4d6a4cf72" + ], + "x-ms-correlation-request-id": [ + "a54780e4-20b7-49fc-b084-76e4d6a4cf72" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192103Z:a54780e4-20b7-49fc-b084-76e4d6a4cf72" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "521a2797-120c-4816-8bca-d4b00df1cab1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "20" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13990" + ], + "x-ms-request-id": [ + "acd67f3d-d204-431c-9989-0007e4ea4736" + ], + "x-ms-correlation-request-id": [ + "acd67f3d-d204-431c-9989-0007e4ea4736" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192104Z:acd67f3d-d204-431c-9989-0007e4ea4736" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a8e6fbf6-0aec-4a07-bf75-203b045e4f26" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "20" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13988" + ], + "x-ms-request-id": [ + "dcb2d53f-0978-42bf-b225-a58e0e1a42b0" + ], + "x-ms-correlation-request-id": [ + "dcb2d53f-0978-42bf-b225-a58e0e1a42b0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192104Z:dcb2d53f-0978-42bf-b225-a58e0e1a42b0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8bba701f-c73e-44fc-8b50-4a8c5087e61b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "20" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13986" + ], + "x-ms-request-id": [ + "a53695d1-923b-4d66-b47b-7f7aec4ddfbc" + ], + "x-ms-correlation-request-id": [ + "a53695d1-923b-4d66-b47b-7f7aec4ddfbc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192104Z:a53695d1-923b-4d66-b47b-7f7aec4ddfbc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "96b03178-e5dc-42a9-bad0-ac2263c59abf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "20" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13984" + ], + "x-ms-request-id": [ + "da9ae234-41f0-4f68-9fae-0c851e32ab0d" + ], + "x-ms-correlation-request-id": [ + "da9ae234-41f0-4f68-9fae-0c851e32ab0d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192104Z:da9ae234-41f0-4f68-9fae-0c851e32ab0d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7f711613-bdc1-46c8-aebd-1f0bc319b15b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "19" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13982" + ], + "x-ms-request-id": [ + "8bc72186-184a-4fae-a554-b63b94723758" + ], + "x-ms-correlation-request-id": [ + "8bc72186-184a-4fae-a554-b63b94723758" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192104Z:8bc72186-184a-4fae-a554-b63b94723758" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b77ac906-3724-4fef-8546-45919faeae70" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "19" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13980" + ], + "x-ms-request-id": [ + "7edb7db4-3104-431c-a0ba-8bde583e6c1b" + ], + "x-ms-correlation-request-id": [ + "7edb7db4-3104-431c-a0ba-8bde583e6c1b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192105Z:7edb7db4-3104-431c-a0ba-8bde583e6c1b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2c65fa14-430c-490a-a759-05d11868eb80" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "19" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13978" + ], + "x-ms-request-id": [ + "df34de96-db14-402f-b694-d1f713229695" + ], + "x-ms-correlation-request-id": [ + "df34de96-db14-402f-b694-d1f713229695" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192105Z:df34de96-db14-402f-b694-d1f713229695" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "771027c4-99bc-485d-99d2-26649d5f6118" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "19" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13976" + ], + "x-ms-request-id": [ + "c80b66ee-b9c1-430d-bf13-bb2be1abc8ad" + ], + "x-ms-correlation-request-id": [ + "c80b66ee-b9c1-430d-bf13-bb2be1abc8ad" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192105Z:c80b66ee-b9c1-430d-bf13-bb2be1abc8ad" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "614ad6c7-9d1e-4a3d-99e2-414433b3a58d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "18" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13974" + ], + "x-ms-request-id": [ + "c5d1416e-5f71-4c75-a6da-87507045d0e6" + ], + "x-ms-correlation-request-id": [ + "c5d1416e-5f71-4c75-a6da-87507045d0e6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192105Z:c5d1416e-5f71-4c75-a6da-87507045d0e6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "da3bee49-7acb-459c-aeaf-cdef31b51fe2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "18" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13972" + ], + "x-ms-request-id": [ + "21d06df1-1ce0-459b-8217-ee8436dca6ce" + ], + "x-ms-correlation-request-id": [ + "21d06df1-1ce0-459b-8217-ee8436dca6ce" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192106Z:21d06df1-1ce0-459b-8217-ee8436dca6ce" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fd8daad7-0497-4720-9e13-11de4a97f714" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "18" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13970" + ], + "x-ms-request-id": [ + "0038b7d6-3288-4d7a-ba9d-6073f4e91b93" + ], + "x-ms-correlation-request-id": [ + "0038b7d6-3288-4d7a-ba9d-6073f4e91b93" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192106Z:0038b7d6-3288-4d7a-ba9d-6073f4e91b93" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "045537e6-c078-4011-b90a-7ea13982a2ac" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "18" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13968" + ], + "x-ms-request-id": [ + "eb8cdc79-7a3a-462c-ad4c-acddf0e21e77" + ], + "x-ms-correlation-request-id": [ + "eb8cdc79-7a3a-462c-ad4c-acddf0e21e77" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192106Z:eb8cdc79-7a3a-462c-ad4c-acddf0e21e77" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "706bb170-f061-4d17-aa94-74abb41155e7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "18" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13966" + ], + "x-ms-request-id": [ + "ff44b920-74c2-4df5-9b0b-4e66eb2ef4ba" + ], + "x-ms-correlation-request-id": [ + "ff44b920-74c2-4df5-9b0b-4e66eb2ef4ba" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192106Z:ff44b920-74c2-4df5-9b0b-4e66eb2ef4ba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5f0a058f-7607-42c4-9d67-e51b5fdebb90" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "18" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13964" + ], + "x-ms-request-id": [ + "8399052e-cc56-4b55-8028-d71f1dd9f2cd" + ], + "x-ms-correlation-request-id": [ + "8399052e-cc56-4b55-8028-d71f1dd9f2cd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192106Z:8399052e-cc56-4b55-8028-d71f1dd9f2cd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b29d9783-c08a-42cb-8543-33417e522812" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "17" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13962" + ], + "x-ms-request-id": [ + "2d1218db-9731-4f98-913a-b3284cf5c198" + ], + "x-ms-correlation-request-id": [ + "2d1218db-9731-4f98-913a-b3284cf5c198" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192107Z:2d1218db-9731-4f98-913a-b3284cf5c198" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "76148ab8-e3ee-44a5-8be5-02b307883e1e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "17" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13960" + ], + "x-ms-request-id": [ + "3a077e8c-faa4-49bf-b905-d53bec84674d" + ], + "x-ms-correlation-request-id": [ + "3a077e8c-faa4-49bf-b905-d53bec84674d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192107Z:3a077e8c-faa4-49bf-b905-d53bec84674d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "25181941-7528-4b43-8e8f-acda5895ed6e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "17" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13958" + ], + "x-ms-request-id": [ + "669676ee-2b5d-4ff5-bf48-f8a848742470" + ], + "x-ms-correlation-request-id": [ + "669676ee-2b5d-4ff5-bf48-f8a848742470" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192107Z:669676ee-2b5d-4ff5-bf48-f8a848742470" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5904bec3-4369-4a30-ba66-89177421fc2b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "17" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13956" + ], + "x-ms-request-id": [ + "2141c547-c208-4f98-bb5a-ab957678332c" + ], + "x-ms-correlation-request-id": [ + "2141c547-c208-4f98-bb5a-ab957678332c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192107Z:2141c547-c208-4f98-bb5a-ab957678332c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "87071c2a-e626-4fc4-9b6a-f0fabb988170" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "17" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13954" + ], + "x-ms-request-id": [ + "60310d89-659c-4aff-a89f-07a65db86a4e" + ], + "x-ms-correlation-request-id": [ + "60310d89-659c-4aff-a89f-07a65db86a4e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192107Z:60310d89-659c-4aff-a89f-07a65db86a4e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "27c7f986-467b-4705-a9f6-4c1cfc8540c6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "16" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13952" + ], + "x-ms-request-id": [ + "4bfe323b-4a7e-485c-a661-46ed06b596cf" + ], + "x-ms-correlation-request-id": [ + "4bfe323b-4a7e-485c-a661-46ed06b596cf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192107Z:4bfe323b-4a7e-485c-a661-46ed06b596cf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6ab19374-1e65-439f-81e2-f350b3fa1b59" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "16" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13950" + ], + "x-ms-request-id": [ + "c8a4a2ae-ca72-449c-b382-ea55d3148327" + ], + "x-ms-correlation-request-id": [ + "c8a4a2ae-ca72-449c-b382-ea55d3148327" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192108Z:c8a4a2ae-ca72-449c-b382-ea55d3148327" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "da19d9bd-3cdb-435a-85b9-b11b619a91f0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "16" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13948" + ], + "x-ms-request-id": [ + "7823c907-c020-447e-9c0b-cda6faaa2edc" + ], + "x-ms-correlation-request-id": [ + "7823c907-c020-447e-9c0b-cda6faaa2edc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192108Z:7823c907-c020-447e-9c0b-cda6faaa2edc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cf47c7e4-daa5-40b2-b952-b2104ef5812f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "16" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13946" + ], + "x-ms-request-id": [ + "4f67e39d-0942-45dd-aec2-83720f31f17d" + ], + "x-ms-correlation-request-id": [ + "4f67e39d-0942-45dd-aec2-83720f31f17d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192108Z:4f67e39d-0942-45dd-aec2-83720f31f17d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "26cb3488-eb43-4982-bd33-312757510959" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "16" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13944" + ], + "x-ms-request-id": [ + "7da1d3a6-1151-4234-b046-98e963d27818" + ], + "x-ms-correlation-request-id": [ + "7da1d3a6-1151-4234-b046-98e963d27818" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192108Z:7da1d3a6-1151-4234-b046-98e963d27818" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ed2d465a-5864-41e8-9b90-ab97d9d163bc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13942" + ], + "x-ms-request-id": [ + "99ff6804-3f67-4768-8bcc-e07426f76157" + ], + "x-ms-correlation-request-id": [ + "99ff6804-3f67-4768-8bcc-e07426f76157" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192108Z:99ff6804-3f67-4768-8bcc-e07426f76157" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "00e581ad-ef35-4cfb-91e5-2eee7fabd41d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13940" + ], + "x-ms-request-id": [ + "6e06ec8a-ae76-4e6b-b5bf-fffd764ab94b" + ], + "x-ms-correlation-request-id": [ + "6e06ec8a-ae76-4e6b-b5bf-fffd764ab94b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192109Z:6e06ec8a-ae76-4e6b-b5bf-fffd764ab94b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f058310e-a403-404e-a108-2981d7c64b9d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13938" + ], + "x-ms-request-id": [ + "a294b272-5d59-4b86-a80a-173e97aea655" + ], + "x-ms-correlation-request-id": [ + "a294b272-5d59-4b86-a80a-173e97aea655" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192109Z:a294b272-5d59-4b86-a80a-173e97aea655" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "82b075e0-da5e-4e62-b7e2-59f0ee12cd4e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13936" + ], + "x-ms-request-id": [ + "26244e7e-9a77-426a-83a4-dc7e330dee9c" + ], + "x-ms-correlation-request-id": [ + "26244e7e-9a77-426a-83a4-dc7e330dee9c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192109Z:26244e7e-9a77-426a-83a4-dc7e330dee9c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a4a0f2a6-59a4-477f-8d7a-709010f594f7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13934" + ], + "x-ms-request-id": [ + "0c19cf98-4809-42db-97dd-ac9cdeb2dcbf" + ], + "x-ms-correlation-request-id": [ + "0c19cf98-4809-42db-97dd-ac9cdeb2dcbf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192109Z:0c19cf98-4809-42db-97dd-ac9cdeb2dcbf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2203869e-352b-4d78-8203-10acad7fd56b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "14" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13932" + ], + "x-ms-request-id": [ + "bf9c2123-e161-42f4-bc10-385d41472ef3" + ], + "x-ms-correlation-request-id": [ + "bf9c2123-e161-42f4-bc10-385d41472ef3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192109Z:bf9c2123-e161-42f4-bc10-385d41472ef3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5a03dcc8-8406-4406-85a2-9a64d92551de" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "14" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13930" + ], + "x-ms-request-id": [ + "1ed209cb-d8c3-4f1b-8582-d2f37b2c3b44" + ], + "x-ms-correlation-request-id": [ + "1ed209cb-d8c3-4f1b-8582-d2f37b2c3b44" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192110Z:1ed209cb-d8c3-4f1b-8582-d2f37b2c3b44" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "21fcd284-2912-421e-af63-96eceda40706" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "14" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13928" + ], + "x-ms-request-id": [ + "cfc0f200-d978-4c64-a92d-3ecd33996b38" + ], + "x-ms-correlation-request-id": [ + "cfc0f200-d978-4c64-a92d-3ecd33996b38" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192110Z:cfc0f200-d978-4c64-a92d-3ecd33996b38" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "85022cec-4e94-43a2-ba41-e36186db59fe" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "14" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13926" + ], + "x-ms-request-id": [ + "98d25afa-0663-4545-89a1-0dda691a3f25" + ], + "x-ms-correlation-request-id": [ + "98d25afa-0663-4545-89a1-0dda691a3f25" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192110Z:98d25afa-0663-4545-89a1-0dda691a3f25" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "118236ed-2481-474f-8902-d88837a13b17" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "14" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13924" + ], + "x-ms-request-id": [ + "c91bb080-5834-4507-9c24-bf44ca943708" + ], + "x-ms-correlation-request-id": [ + "c91bb080-5834-4507-9c24-bf44ca943708" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192110Z:c91bb080-5834-4507-9c24-bf44ca943708" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "28901beb-9235-4eff-bb40-31e82e493edf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "13" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13922" + ], + "x-ms-request-id": [ + "675b9c82-1a8d-425d-b592-a326f4b0213b" + ], + "x-ms-correlation-request-id": [ + "675b9c82-1a8d-425d-b592-a326f4b0213b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192110Z:675b9c82-1a8d-425d-b592-a326f4b0213b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0e717c1b-7507-4079-9305-4704d65e2067" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "13" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13920" + ], + "x-ms-request-id": [ + "b710083f-4e11-4f82-ab8f-1a3b1b187fd8" + ], + "x-ms-correlation-request-id": [ + "b710083f-4e11-4f82-ab8f-1a3b1b187fd8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192111Z:b710083f-4e11-4f82-ab8f-1a3b1b187fd8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f16ce9c2-5e6a-47bc-a387-146ada092b4c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "13" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13918" + ], + "x-ms-request-id": [ + "20e596ec-2ae6-459a-83a8-40e69d516560" + ], + "x-ms-correlation-request-id": [ + "20e596ec-2ae6-459a-83a8-40e69d516560" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192111Z:20e596ec-2ae6-459a-83a8-40e69d516560" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e1c1e278-320e-48f0-980c-5a89efcd7cb6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "13" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13916" + ], + "x-ms-request-id": [ + "455a359a-9363-437b-a026-06fc6b7cdfcc" + ], + "x-ms-correlation-request-id": [ + "455a359a-9363-437b-a026-06fc6b7cdfcc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192111Z:455a359a-9363-437b-a026-06fc6b7cdfcc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aaecc130-b049-4e41-bbe9-fe64a2d8c3fe" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "13" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13914" + ], + "x-ms-request-id": [ + "24967c03-3d5d-4a76-ae26-25396dacbb71" + ], + "x-ms-correlation-request-id": [ + "24967c03-3d5d-4a76-ae26-25396dacbb71" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192111Z:24967c03-3d5d-4a76-ae26-25396dacbb71" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "87a5f28a-af07-4d23-a65b-bc77676a8afc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "12" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13912" + ], + "x-ms-request-id": [ + "c4aa0f19-0d09-4e86-a7fd-b29cf56411c8" + ], + "x-ms-correlation-request-id": [ + "c4aa0f19-0d09-4e86-a7fd-b29cf56411c8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192111Z:c4aa0f19-0d09-4e86-a7fd-b29cf56411c8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8c1138f8-95cf-4032-8316-821b2a68baf4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "12" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13910" + ], + "x-ms-request-id": [ + "68a3ad0a-f736-4960-95f4-ec55bcffa27f" + ], + "x-ms-correlation-request-id": [ + "68a3ad0a-f736-4960-95f4-ec55bcffa27f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192112Z:68a3ad0a-f736-4960-95f4-ec55bcffa27f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "70030350-c009-4ce7-ae0e-299a44c148e5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "12" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13908" + ], + "x-ms-request-id": [ + "99c49fc1-831e-44ca-a9b6-b3c8499e024a" + ], + "x-ms-correlation-request-id": [ + "99c49fc1-831e-44ca-a9b6-b3c8499e024a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192112Z:99c49fc1-831e-44ca-a9b6-b3c8499e024a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e49ca728-1b11-4606-9c35-fe729bb42214" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "12" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13906" + ], + "x-ms-request-id": [ + "981d2494-04b2-4995-b254-00b1c25f3a4f" + ], + "x-ms-correlation-request-id": [ + "981d2494-04b2-4995-b254-00b1c25f3a4f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192112Z:981d2494-04b2-4995-b254-00b1c25f3a4f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "db6aeb76-537c-4202-9b41-fa12ca4db96d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "12" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13904" + ], + "x-ms-request-id": [ + "431b4a84-d8f9-4e3b-a63a-be05e160ccc4" + ], + "x-ms-correlation-request-id": [ + "431b4a84-d8f9-4e3b-a63a-be05e160ccc4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192112Z:431b4a84-d8f9-4e3b-a63a-be05e160ccc4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8f7f4a9c-aea7-4bb1-a71f-94a5f39f61cc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13902" + ], + "x-ms-request-id": [ + "1ae84d4e-6dcb-4dde-b22d-949bcf56e3e9" + ], + "x-ms-correlation-request-id": [ + "1ae84d4e-6dcb-4dde-b22d-949bcf56e3e9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192112Z:1ae84d4e-6dcb-4dde-b22d-949bcf56e3e9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8160997f-7759-4850-836e-98ef2ee197ef" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13900" + ], + "x-ms-request-id": [ + "ff97809c-0889-42fb-b874-cd2f996bbb2f" + ], + "x-ms-correlation-request-id": [ + "ff97809c-0889-42fb-b874-cd2f996bbb2f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192113Z:ff97809c-0889-42fb-b874-cd2f996bbb2f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "77ff9758-ed1b-48a5-8b38-ad18368bd7e0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "11" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13898" + ], + "x-ms-request-id": [ + "4c02287a-6448-4734-b906-c19fbbd7c006" + ], + "x-ms-correlation-request-id": [ + "4c02287a-6448-4734-b906-c19fbbd7c006" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192113Z:4c02287a-6448-4734-b906-c19fbbd7c006" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dbbe5054-e8f8-4652-9aa8-1bbee7d385f1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13896" + ], + "x-ms-request-id": [ + "bf4696f8-5cb1-44b4-93a5-02b610dfbcac" + ], + "x-ms-correlation-request-id": [ + "bf4696f8-5cb1-44b4-93a5-02b610dfbcac" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192113Z:bf4696f8-5cb1-44b4-93a5-02b610dfbcac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8163830e-d408-4f0f-89dd-d65490c84f78" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13894" + ], + "x-ms-request-id": [ + "d808cdea-26d7-4822-900a-a8c57652fdc1" + ], + "x-ms-correlation-request-id": [ + "d808cdea-26d7-4822-900a-a8c57652fdc1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192114Z:d808cdea-26d7-4822-900a-a8c57652fdc1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b36088e1-203e-464b-94bf-7f1a7dd40708" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13892" + ], + "x-ms-request-id": [ + "c603eac1-19df-44fa-9b43-3fac91e19ab4" + ], + "x-ms-correlation-request-id": [ + "c603eac1-19df-44fa-9b43-3fac91e19ab4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192114Z:c603eac1-19df-44fa-9b43-3fac91e19ab4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8126d4aa-cbd3-4cd3-9659-662d96885755" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13890" + ], + "x-ms-request-id": [ + "400ca48c-6aa1-4233-857f-f761ee5470cb" + ], + "x-ms-correlation-request-id": [ + "400ca48c-6aa1-4233-857f-f761ee5470cb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192114Z:400ca48c-6aa1-4233-857f-f761ee5470cb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a830717b-dbdf-4145-82b3-f06113e560a6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13888" + ], + "x-ms-request-id": [ + "e10a640e-2d0b-48cd-95c9-57c3ebd08cf6" + ], + "x-ms-correlation-request-id": [ + "e10a640e-2d0b-48cd-95c9-57c3ebd08cf6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192114Z:e10a640e-2d0b-48cd-95c9-57c3ebd08cf6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6e179da5-b889-43e6-863e-42c8a282807e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13886" + ], + "x-ms-request-id": [ + "8e67dea5-d523-4624-9c72-f971249574d8" + ], + "x-ms-correlation-request-id": [ + "8e67dea5-d523-4624-9c72-f971249574d8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192114Z:8e67dea5-d523-4624-9c72-f971249574d8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "53fcd149-4caf-43fc-ab63-6e5220156c7f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13884" + ], + "x-ms-request-id": [ + "c24f6186-df2e-45e7-a1a2-4f7e11db3709" + ], + "x-ms-correlation-request-id": [ + "c24f6186-df2e-45e7-a1a2-4f7e11db3709" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192115Z:c24f6186-df2e-45e7-a1a2-4f7e11db3709" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "27af911a-8c5c-4828-a626-0d7c55691b22" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13882" + ], + "x-ms-request-id": [ + "87f45400-3738-4518-b4ee-17878fffa114" + ], + "x-ms-correlation-request-id": [ + "87f45400-3738-4518-b4ee-17878fffa114" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192115Z:87f45400-3738-4518-b4ee-17878fffa114" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1af4f467-fd37-4996-8c3d-29e2799da38e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13880" + ], + "x-ms-request-id": [ + "84db07e3-743f-4dfd-84fb-9205e7e3aab4" + ], + "x-ms-correlation-request-id": [ + "84db07e3-743f-4dfd-84fb-9205e7e3aab4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192115Z:84db07e3-743f-4dfd-84fb-9205e7e3aab4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6ae7a75c-9005-439e-9693-418b54eb0c34" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13878" + ], + "x-ms-request-id": [ + "19a63a34-8e5c-47f5-a52d-99c5c21ac90e" + ], + "x-ms-correlation-request-id": [ + "19a63a34-8e5c-47f5-a52d-99c5c21ac90e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192115Z:19a63a34-8e5c-47f5-a52d-99c5c21ac90e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "14a3f2d5-8ae8-4983-80c1-c438d3bbbd43" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13876" + ], + "x-ms-request-id": [ + "c33bbd26-c805-4b69-8dd6-7d739c131f92" + ], + "x-ms-correlation-request-id": [ + "c33bbd26-c805-4b69-8dd6-7d739c131f92" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192115Z:c33bbd26-c805-4b69-8dd6-7d739c131f92" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d6e8925f-0d79-406a-97d4-85587c3d7239" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13874" + ], + "x-ms-request-id": [ + "27d25748-29a1-48b0-af8d-44d4327e9773" + ], + "x-ms-correlation-request-id": [ + "27d25748-29a1-48b0-af8d-44d4327e9773" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192116Z:27d25748-29a1-48b0-af8d-44d4327e9773" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6fee9c1e-5ef3-4467-a0db-d5462c3b6b88" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13872" + ], + "x-ms-request-id": [ + "d2d733bd-a209-457c-a673-122a2ab18f14" + ], + "x-ms-correlation-request-id": [ + "d2d733bd-a209-457c-a673-122a2ab18f14" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192116Z:d2d733bd-a209-457c-a673-122a2ab18f14" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6caf2616-e1e2-43cf-8f70-1262a0616311" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13870" + ], + "x-ms-request-id": [ + "4d6c53b6-a9b1-48b2-9ae1-ffc2204f3c02" + ], + "x-ms-correlation-request-id": [ + "4d6c53b6-a9b1-48b2-9ae1-ffc2204f3c02" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192116Z:4d6c53b6-a9b1-48b2-9ae1-ffc2204f3c02" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e5749d6e-dbc4-441b-b4da-02907a18b155" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13868" + ], + "x-ms-request-id": [ + "73ec6507-6b9d-4ed5-9af4-dbdbd8cf92e8" + ], + "x-ms-correlation-request-id": [ + "73ec6507-6b9d-4ed5-9af4-dbdbd8cf92e8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192116Z:73ec6507-6b9d-4ed5-9af4-dbdbd8cf92e8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b2258cd8-0956-4d1f-874a-64b18f14ac35" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13866" + ], + "x-ms-request-id": [ + "bd6a2865-248f-4ca2-8667-b7a4b5a30a95" + ], + "x-ms-correlation-request-id": [ + "bd6a2865-248f-4ca2-8667-b7a4b5a30a95" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192116Z:bd6a2865-248f-4ca2-8667-b7a4b5a30a95" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d711af67-6db0-4bd6-973f-e493b451500e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13864" + ], + "x-ms-request-id": [ + "75819bbb-c68a-4f5d-b7f7-32953f6202a6" + ], + "x-ms-correlation-request-id": [ + "75819bbb-c68a-4f5d-b7f7-32953f6202a6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192117Z:75819bbb-c68a-4f5d-b7f7-32953f6202a6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9d2a7252-93f4-4776-b1b0-6e9f815f5f0f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13862" + ], + "x-ms-request-id": [ + "00acac27-a067-43bb-873f-450998f21ecb" + ], + "x-ms-correlation-request-id": [ + "00acac27-a067-43bb-873f-450998f21ecb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192117Z:00acac27-a067-43bb-873f-450998f21ecb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "20065c96-8abd-42e9-b103-9caa9df2b04c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13860" + ], + "x-ms-request-id": [ + "72c1c3b3-4851-434a-92e1-3e2a831ae084" + ], + "x-ms-correlation-request-id": [ + "72c1c3b3-4851-434a-92e1-3e2a831ae084" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192117Z:72c1c3b3-4851-434a-92e1-3e2a831ae084" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b6a46735-bd3a-444f-99b8-867bbceffd90" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13858" + ], + "x-ms-request-id": [ + "8b894385-508a-402b-97dd-c93e1f387f86" + ], + "x-ms-correlation-request-id": [ + "8b894385-508a-402b-97dd-c93e1f387f86" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192117Z:8b894385-508a-402b-97dd-c93e1f387f86" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3df0f4a4-ba00-4a8b-80fd-b47777abee0f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13856" + ], + "x-ms-request-id": [ + "62759286-2cfe-44fa-b566-4d4426fefeea" + ], + "x-ms-correlation-request-id": [ + "62759286-2cfe-44fa-b566-4d4426fefeea" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192117Z:62759286-2cfe-44fa-b566-4d4426fefeea" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "46c6dd24-7b19-4bc9-b2df-1dcce6d23b7f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13854" + ], + "x-ms-request-id": [ + "5f514ab8-564c-481c-8896-9dd70608aa91" + ], + "x-ms-correlation-request-id": [ + "5f514ab8-564c-481c-8896-9dd70608aa91" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192117Z:5f514ab8-564c-481c-8896-9dd70608aa91" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0b2a09a1-af8e-4722-9ce5-c0850ea3509a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13852" + ], + "x-ms-request-id": [ + "b7ef3ceb-1d2d-4346-bea8-ca1c5b4b48f8" + ], + "x-ms-correlation-request-id": [ + "b7ef3ceb-1d2d-4346-bea8-ca1c5b4b48f8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192118Z:b7ef3ceb-1d2d-4346-bea8-ca1c5b4b48f8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "da095b9d-fcbb-4a19-b51a-3f553adbb3b5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13850" + ], + "x-ms-request-id": [ + "0c66f5e0-3021-4bef-90c1-1b56c97ed52d" + ], + "x-ms-correlation-request-id": [ + "0c66f5e0-3021-4bef-90c1-1b56c97ed52d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192118Z:0c66f5e0-3021-4bef-90c1-1b56c97ed52d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f6b58f65-f4cd-43b6-a3c8-4565f47d76bf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13848" + ], + "x-ms-request-id": [ + "942b51c9-7fa8-4c08-94ad-06e854d57e86" + ], + "x-ms-correlation-request-id": [ + "942b51c9-7fa8-4c08-94ad-06e854d57e86" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192118Z:942b51c9-7fa8-4c08-94ad-06e854d57e86" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "87018f7f-7757-44aa-847c-6ab7cf4ccbca" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "6" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13846" + ], + "x-ms-request-id": [ + "b63ff201-6d2f-402a-9a33-2d65b9ae4342" + ], + "x-ms-correlation-request-id": [ + "b63ff201-6d2f-402a-9a33-2d65b9ae4342" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192118Z:b63ff201-6d2f-402a-9a33-2d65b9ae4342" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fd2b0742-4d49-41a7-9854-024e1301998c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13844" + ], + "x-ms-request-id": [ + "7a5d90b9-797c-4c93-ab35-f73aec7de862" + ], + "x-ms-correlation-request-id": [ + "7a5d90b9-797c-4c93-ab35-f73aec7de862" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192118Z:7a5d90b9-797c-4c93-ab35-f73aec7de862" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e5e43304-d280-40b0-8a86-4af2455b5b0a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13842" + ], + "x-ms-request-id": [ + "2f12e3a5-c0a5-4e13-80fe-75c42f1b830a" + ], + "x-ms-correlation-request-id": [ + "2f12e3a5-c0a5-4e13-80fe-75c42f1b830a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192119Z:2f12e3a5-c0a5-4e13-80fe-75c42f1b830a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2570a42e-f918-459f-b7d6-8e297a81e710" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13840" + ], + "x-ms-request-id": [ + "1dc33e4c-35af-4847-bef4-ab6257297092" + ], + "x-ms-correlation-request-id": [ + "1dc33e4c-35af-4847-bef4-ab6257297092" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192119Z:1dc33e4c-35af-4847-bef4-ab6257297092" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "66983215-bb8c-4bb4-9c2d-e2bc04bab162" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13838" + ], + "x-ms-request-id": [ + "ad83638e-12c3-4f49-9f45-88ee91d507af" + ], + "x-ms-correlation-request-id": [ + "ad83638e-12c3-4f49-9f45-88ee91d507af" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192119Z:ad83638e-12c3-4f49-9f45-88ee91d507af" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b4a7b256-9841-4f10-a7aa-03162e38f5fd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13836" + ], + "x-ms-request-id": [ + "de9b6914-b6aa-48cc-8b92-d9cc581ead27" + ], + "x-ms-correlation-request-id": [ + "de9b6914-b6aa-48cc-8b92-d9cc581ead27" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192119Z:de9b6914-b6aa-48cc-8b92-d9cc581ead27" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "90410121-13f9-4409-9841-9515355881cf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13834" + ], + "x-ms-request-id": [ + "d0d72fca-e617-4586-bba2-550fae18426f" + ], + "x-ms-correlation-request-id": [ + "d0d72fca-e617-4586-bba2-550fae18426f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192119Z:d0d72fca-e617-4586-bba2-550fae18426f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "61c25adf-9269-4070-bc70-a29178b803a0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13832" + ], + "x-ms-request-id": [ + "b3a9d320-5a53-41f4-a6c2-f3162a4983cc" + ], + "x-ms-correlation-request-id": [ + "b3a9d320-5a53-41f4-a6c2-f3162a4983cc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192120Z:b3a9d320-5a53-41f4-a6c2-f3162a4983cc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "172edec3-96ce-4ee2-9082-d20aa8a53bc6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13830" + ], + "x-ms-request-id": [ + "2620b337-4fcd-41ed-989e-fedbcad6c1c7" + ], + "x-ms-correlation-request-id": [ + "2620b337-4fcd-41ed-989e-fedbcad6c1c7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192120Z:2620b337-4fcd-41ed-989e-fedbcad6c1c7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0fb91fa0-5f2a-4ba7-b78e-b0355cf660cc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13828" + ], + "x-ms-request-id": [ + "f6162b0c-810e-4466-83c1-e7521e0aad99" + ], + "x-ms-correlation-request-id": [ + "f6162b0c-810e-4466-83c1-e7521e0aad99" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192120Z:f6162b0c-810e-4466-83c1-e7521e0aad99" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9b89dfa8-7343-4e08-a1a5-fc88057a8796" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13826" + ], + "x-ms-request-id": [ + "1b0ecad5-51a9-485f-94a8-759ca687e730" + ], + "x-ms-correlation-request-id": [ + "1b0ecad5-51a9-485f-94a8-759ca687e730" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192120Z:1b0ecad5-51a9-485f-94a8-759ca687e730" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "00268e85-6640-4911-bf62-32ac3843737f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13824" + ], + "x-ms-request-id": [ + "98c63ea5-8360-476e-9c65-04cba501ce35" + ], + "x-ms-correlation-request-id": [ + "98c63ea5-8360-476e-9c65-04cba501ce35" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192120Z:98c63ea5-8360-476e-9c65-04cba501ce35" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "815f0e8a-bb29-42ee-8226-cb6c7b3d9389" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13822" + ], + "x-ms-request-id": [ + "3c7caf42-c21d-42e4-87e7-7f7bf0a133f2" + ], + "x-ms-correlation-request-id": [ + "3c7caf42-c21d-42e4-87e7-7f7bf0a133f2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192121Z:3c7caf42-c21d-42e4-87e7-7f7bf0a133f2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "35b7cef3-1342-4c41-a609-c8183a963883" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13820" + ], + "x-ms-request-id": [ + "97d7095b-c341-4f3f-98a9-b6f1fc141219" + ], + "x-ms-correlation-request-id": [ + "97d7095b-c341-4f3f-98a9-b6f1fc141219" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192121Z:97d7095b-c341-4f3f-98a9-b6f1fc141219" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7647367c-ef6e-4e6d-9adb-fabde36eebc3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13818" + ], + "x-ms-request-id": [ + "cf9fb00e-2627-4062-a4a5-7581ede1565a" + ], + "x-ms-correlation-request-id": [ + "cf9fb00e-2627-4062-a4a5-7581ede1565a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192121Z:cf9fb00e-2627-4062-a4a5-7581ede1565a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b4c08d43-2c0d-456b-82d1-a64e12e07c69" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13816" + ], + "x-ms-request-id": [ + "ae849f24-002a-421c-b83a-b978227fd172" + ], + "x-ms-correlation-request-id": [ + "ae849f24-002a-421c-b83a-b978227fd172" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192121Z:ae849f24-002a-421c-b83a-b978227fd172" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a2578c88-fc95-4869-b122-08d4f84010f1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13814" + ], + "x-ms-request-id": [ + "a715c974-06c3-4811-bb58-8608fc7d8ab5" + ], + "x-ms-correlation-request-id": [ + "a715c974-06c3-4811-bb58-8608fc7d8ab5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192122Z:a715c974-06c3-4811-bb58-8608fc7d8ab5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f731ebec-782d-48b5-80f2-1dad11c8951c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13812" + ], + "x-ms-request-id": [ + "89b440f8-4609-48a6-928b-03a937062596" + ], + "x-ms-correlation-request-id": [ + "89b440f8-4609-48a6-928b-03a937062596" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192122Z:89b440f8-4609-48a6-928b-03a937062596" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ee17d8ca-d904-400a-b89a-ae92e935f30e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13810" + ], + "x-ms-request-id": [ + "87dc088c-69b4-474a-9a4e-616ea1b58a12" + ], + "x-ms-correlation-request-id": [ + "87dc088c-69b4-474a-9a4e-616ea1b58a12" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192122Z:87dc088c-69b4-474a-9a4e-616ea1b58a12" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aa2bc103-d8f4-4d25-bc88-f859affb1103" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13808" + ], + "x-ms-request-id": [ + "9256f8ef-bb22-4e1c-9d09-73e9ccefb77c" + ], + "x-ms-correlation-request-id": [ + "9256f8ef-bb22-4e1c-9d09-73e9ccefb77c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192123Z:9256f8ef-bb22-4e1c-9d09-73e9ccefb77c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "69de0776-ed16-4f12-a2c6-8b7793741261" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13806" + ], + "x-ms-request-id": [ + "b65baea8-b95c-484f-8f95-d5143998fc9e" + ], + "x-ms-correlation-request-id": [ + "b65baea8-b95c-484f-8f95-d5143998fc9e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192123Z:b65baea8-b95c-484f-8f95-d5143998fc9e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c6858f0f-0028-4626-899d-b16e6ee4866c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13804" + ], + "x-ms-request-id": [ + "cc71f841-0936-408f-9e53-ace3366c7c57" + ], + "x-ms-correlation-request-id": [ + "cc71f841-0936-408f-9e53-ace3366c7c57" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192123Z:cc71f841-0936-408f-9e53-ace3366c7c57" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2cff7c4e-ef01-4bf8-85b2-0f0edf7f040e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13802" + ], + "x-ms-request-id": [ + "f28242e0-80c1-43b1-9c32-10d2a2118b5f" + ], + "x-ms-correlation-request-id": [ + "f28242e0-80c1-43b1-9c32-10d2a2118b5f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192123Z:f28242e0-80c1-43b1-9c32-10d2a2118b5f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "76bcc78a-73e8-4009-9496-97c7dd664c63" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13800" + ], + "x-ms-request-id": [ + "dade8046-bdd4-45a2-b673-c2ac05eea13e" + ], + "x-ms-correlation-request-id": [ + "dade8046-bdd4-45a2-b673-c2ac05eea13e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192123Z:dade8046-bdd4-45a2-b673-c2ac05eea13e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "50cc40af-743d-4b5e-bc99-de90d9a75825" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13798" + ], + "x-ms-request-id": [ + "cc15e204-9caf-4c78-8913-5462c03f4cfe" + ], + "x-ms-correlation-request-id": [ + "cc15e204-9caf-4c78-8913-5462c03f4cfe" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192124Z:cc15e204-9caf-4c78-8913-5462c03f4cfe" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "54a8e431-d197-403f-b8ca-1653130c1ae7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13796" + ], + "x-ms-request-id": [ + "72ecdf72-45f8-4c93-8479-7de7eb607a89" + ], + "x-ms-correlation-request-id": [ + "72ecdf72-45f8-4c93-8479-7de7eb607a89" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192124Z:72ecdf72-45f8-4c93-8479-7de7eb607a89" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0b24d0d7-69fe-49b4-868e-e2e376a946a8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13794" + ], + "x-ms-request-id": [ + "7b141048-0089-4815-a674-3604599873b7" + ], + "x-ms-correlation-request-id": [ + "7b141048-0089-4815-a674-3604599873b7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192124Z:7b141048-0089-4815-a674-3604599873b7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b9a5401e-ad88-4fd0-a933-94ee227ef9f8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13792" + ], + "x-ms-request-id": [ + "6a81f8a0-75f1-4c93-b696-3800d3ac756c" + ], + "x-ms-correlation-request-id": [ + "6a81f8a0-75f1-4c93-b696-3800d3ac756c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192124Z:6a81f8a0-75f1-4c93-b696-3800d3ac756c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "099da8aa-db97-48ba-bbaf-9580b9355769" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13790" + ], + "x-ms-request-id": [ + "21646941-3aa0-47cd-bdaa-001a857a4153" + ], + "x-ms-correlation-request-id": [ + "21646941-3aa0-47cd-bdaa-001a857a4153" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192124Z:21646941-3aa0-47cd-bdaa-001a857a4153" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "05c0239a-8a0b-44ca-bb61-4e60c30dd897" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13788" + ], + "x-ms-request-id": [ + "5230ec05-2998-4efc-b314-6a66f71154f4" + ], + "x-ms-correlation-request-id": [ + "5230ec05-2998-4efc-b314-6a66f71154f4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192125Z:5230ec05-2998-4efc-b314-6a66f71154f4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a66468cf-3068-4c2e-8832-dbd52f6ffae8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13786" + ], + "x-ms-request-id": [ + "16815e82-db89-4254-a9ce-d2beac65bfe9" + ], + "x-ms-correlation-request-id": [ + "16815e82-db89-4254-a9ce-d2beac65bfe9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192125Z:16815e82-db89-4254-a9ce-d2beac65bfe9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "48efad71-9f5a-4484-a604-3adcf59271be" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13784" + ], + "x-ms-request-id": [ + "724c2006-99e5-49d9-a82a-679940639780" + ], + "x-ms-correlation-request-id": [ + "724c2006-99e5-49d9-a82a-679940639780" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192125Z:724c2006-99e5-49d9-a82a-679940639780" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "048e9af8-f5ac-4536-a6b1-bdc4950c9f0e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13782" + ], + "x-ms-request-id": [ + "9d5429dd-8627-4a13-9f14-906d4333a695" + ], + "x-ms-correlation-request-id": [ + "9d5429dd-8627-4a13-9f14-906d4333a695" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192125Z:9d5429dd-8627-4a13-9f14-906d4333a695" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "91d2ca64-684e-4b98-a3b1-19d7830e8511" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13780" + ], + "x-ms-request-id": [ + "58a66e3d-64b3-45a6-8a05-a6dec04d8732" + ], + "x-ms-correlation-request-id": [ + "58a66e3d-64b3-45a6-8a05-a6dec04d8732" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192125Z:58a66e3d-64b3-45a6-8a05-a6dec04d8732" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "03e22d97-e6bd-4211-a06e-4ddad2744ceb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13778" + ], + "x-ms-request-id": [ + "64581ded-f5d6-45ab-8d83-d887d418258f" + ], + "x-ms-correlation-request-id": [ + "64581ded-f5d6-45ab-8d83-d887d418258f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192126Z:64581ded-f5d6-45ab-8d83-d887d418258f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "41f26965-6a9e-4982-aa36-7891a053becd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13776" + ], + "x-ms-request-id": [ + "2140f256-b7cf-4004-bef3-21de8fcf283e" + ], + "x-ms-correlation-request-id": [ + "2140f256-b7cf-4004-bef3-21de8fcf283e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192126Z:2140f256-b7cf-4004-bef3-21de8fcf283e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2b1554a2-2e88-4dd0-b53a-a8765e863d13" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13774" + ], + "x-ms-request-id": [ + "cd2f682a-e1b2-4202-ab03-8cccd9c50f6b" + ], + "x-ms-correlation-request-id": [ + "cd2f682a-e1b2-4202-ab03-8cccd9c50f6b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192126Z:cd2f682a-e1b2-4202-ab03-8cccd9c50f6b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ee0e7cca-7f1d-45b5-976b-7e1a3ee3b6a6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13772" + ], + "x-ms-request-id": [ + "db4cb5c6-c53e-4b09-946f-fdcf4c63089c" + ], + "x-ms-correlation-request-id": [ + "db4cb5c6-c53e-4b09-946f-fdcf4c63089c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192126Z:db4cb5c6-c53e-4b09-946f-fdcf4c63089c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b306aa24-7759-417a-8937-5271149c2371" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13770" + ], + "x-ms-request-id": [ + "fe1bef28-cf5b-48d3-b044-a6add8129909" + ], + "x-ms-correlation-request-id": [ + "fe1bef28-cf5b-48d3-b044-a6add8129909" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192126Z:fe1bef28-cf5b-48d3-b044-a6add8129909" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f7b394f3-1a0e-4ca1-aba6-ca62f2611a1f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13768" + ], + "x-ms-request-id": [ + "32ee1b82-2760-49e4-ab6d-5db2de19748d" + ], + "x-ms-correlation-request-id": [ + "32ee1b82-2760-49e4-ab6d-5db2de19748d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192127Z:32ee1b82-2760-49e4-ab6d-5db2de19748d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7c7684f9-eb4f-41b3-9602-d17bacc55580" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13766" + ], + "x-ms-request-id": [ + "47821064-ead0-4183-8774-5d6f2dc5983f" + ], + "x-ms-correlation-request-id": [ + "47821064-ead0-4183-8774-5d6f2dc5983f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192127Z:47821064-ead0-4183-8774-5d6f2dc5983f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7b213bc0-1df2-41ee-ac9f-0280de0f75d6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13764" + ], + "x-ms-request-id": [ + "a9720192-a776-44f3-842b-4a864eff1eb6" + ], + "x-ms-correlation-request-id": [ + "a9720192-a776-44f3-842b-4a864eff1eb6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192127Z:a9720192-a776-44f3-842b-4a864eff1eb6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ebccb244-6355-4dd0-b533-060cf445b57b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13762" + ], + "x-ms-request-id": [ + "6d3b3a54-1bf7-4d25-bde6-0dc5905ce612" + ], + "x-ms-correlation-request-id": [ + "6d3b3a54-1bf7-4d25-bde6-0dc5905ce612" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192127Z:6d3b3a54-1bf7-4d25-bde6-0dc5905ce612" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b613dcf4-cd46-416b-ae40-094f055e029b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13760" + ], + "x-ms-request-id": [ + "832d0275-95ef-46f0-9685-ea1b5a5700cb" + ], + "x-ms-correlation-request-id": [ + "832d0275-95ef-46f0-9685-ea1b5a5700cb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192127Z:832d0275-95ef-46f0-9685-ea1b5a5700cb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "73003771-9a56-406f-abf8-4e6fe8422a4a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13758" + ], + "x-ms-request-id": [ + "893954bd-74f4-4329-9cf5-7973aee65222" + ], + "x-ms-correlation-request-id": [ + "893954bd-74f4-4329-9cf5-7973aee65222" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192128Z:893954bd-74f4-4329-9cf5-7973aee65222" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7b482e70-4a02-414b-a86b-322874903638" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13756" + ], + "x-ms-request-id": [ + "3aeadd90-2bf4-4bfe-9f76-8458810a83c7" + ], + "x-ms-correlation-request-id": [ + "3aeadd90-2bf4-4bfe-9f76-8458810a83c7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192128Z:3aeadd90-2bf4-4bfe-9f76-8458810a83c7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ea51852f-307a-46d3-b9fd-b36fe356c734" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13754" + ], + "x-ms-request-id": [ + "0bb1a5c1-63cc-4b09-ae82-c8433a0c9a02" + ], + "x-ms-correlation-request-id": [ + "0bb1a5c1-63cc-4b09-ae82-c8433a0c9a02" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192128Z:0bb1a5c1-63cc-4b09-ae82-c8433a0c9a02" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dd15befb-a1ea-409f-8227-e03af6123234" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13752" + ], + "x-ms-request-id": [ + "4c8963ea-28d6-42ff-8209-b1afa98747fd" + ], + "x-ms-correlation-request-id": [ + "4c8963ea-28d6-42ff-8209-b1afa98747fd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192128Z:4c8963ea-28d6-42ff-8209-b1afa98747fd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "03aca10c-f288-42f9-9315-8df5e1893bb2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13750" + ], + "x-ms-request-id": [ + "ccbc341b-6025-4618-9538-cd8c1801f99f" + ], + "x-ms-correlation-request-id": [ + "ccbc341b-6025-4618-9538-cd8c1801f99f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192128Z:ccbc341b-6025-4618-9538-cd8c1801f99f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1a9aec50-4cee-4ef9-87dc-908a6b469495" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13748" + ], + "x-ms-request-id": [ + "b2b68708-d899-430a-8848-793e4ecb0797" + ], + "x-ms-correlation-request-id": [ + "b2b68708-d899-430a-8848-793e4ecb0797" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192129Z:b2b68708-d899-430a-8848-793e4ecb0797" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b4641669-0172-416e-bd17-cec845e767b9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13746" + ], + "x-ms-request-id": [ + "4a2cf85c-d1d5-43a4-ba23-0b0d8725c91d" + ], + "x-ms-correlation-request-id": [ + "4a2cf85c-d1d5-43a4-ba23-0b0d8725c91d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192129Z:4a2cf85c-d1d5-43a4-ba23-0b0d8725c91d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "67db4621-37a3-4137-ba5f-360b2b4a7ab8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13744" + ], + "x-ms-request-id": [ + "8b2b1475-0569-4249-991d-9d913036c1fe" + ], + "x-ms-correlation-request-id": [ + "8b2b1475-0569-4249-991d-9d913036c1fe" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192129Z:8b2b1475-0569-4249-991d-9d913036c1fe" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "80551211-8d3d-4dc5-870e-e2f945dfaa28" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13742" + ], + "x-ms-request-id": [ + "c794f6c6-fdde-437f-b919-71d276c4f787" + ], + "x-ms-correlation-request-id": [ + "c794f6c6-fdde-437f-b919-71d276c4f787" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192129Z:c794f6c6-fdde-437f-b919-71d276c4f787" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2b12342f-b6f5-45b3-ac73-b874dd16c91e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13740" + ], + "x-ms-request-id": [ + "d1ad4099-56c0-42a6-9703-175695dd2018" + ], + "x-ms-correlation-request-id": [ + "d1ad4099-56c0-42a6-9703-175695dd2018" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192129Z:d1ad4099-56c0-42a6-9703-175695dd2018" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a228d155-2ced-4de5-86d6-87c3a544988a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13738" + ], + "x-ms-request-id": [ + "ecee91c9-582a-42c2-8ca3-a6e2c6c4e8fb" + ], + "x-ms-correlation-request-id": [ + "ecee91c9-582a-42c2-8ca3-a6e2c6c4e8fb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192130Z:ecee91c9-582a-42c2-8ca3-a6e2c6c4e8fb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "20b22ce5-771c-4e4f-8176-dbbffca3a0b9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13736" + ], + "x-ms-request-id": [ + "6e4d98ba-cb31-4285-a30f-bc78de2ed242" + ], + "x-ms-correlation-request-id": [ + "6e4d98ba-cb31-4285-a30f-bc78de2ed242" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192130Z:6e4d98ba-cb31-4285-a30f-bc78de2ed242" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b77b0bc7-db3f-4bfb-bd85-966e2f71b5bb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13734" + ], + "x-ms-request-id": [ + "88b443bf-62f9-4c2f-9d62-05445ce50548" + ], + "x-ms-correlation-request-id": [ + "88b443bf-62f9-4c2f-9d62-05445ce50548" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192130Z:88b443bf-62f9-4c2f-9d62-05445ce50548" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cf791153-ee0e-4f7e-a370-7638c5932bea" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13732" + ], + "x-ms-request-id": [ + "200beeba-e37d-4d71-9608-341eb0f31232" + ], + "x-ms-correlation-request-id": [ + "200beeba-e37d-4d71-9608-341eb0f31232" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192130Z:200beeba-e37d-4d71-9608-341eb0f31232" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0f6660e0-ca12-4e32-9fb1-8cdaeb43119f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13730" + ], + "x-ms-request-id": [ + "aee1d118-fb26-4ba2-984f-ed59e1137404" + ], + "x-ms-correlation-request-id": [ + "aee1d118-fb26-4ba2-984f-ed59e1137404" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192130Z:aee1d118-fb26-4ba2-984f-ed59e1137404" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2a169b6d-1932-4b81-b9d7-c3b493316c1f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13728" + ], + "x-ms-request-id": [ + "7e8f27a7-4eb8-4716-8c4c-7610903215c5" + ], + "x-ms-correlation-request-id": [ + "7e8f27a7-4eb8-4716-8c4c-7610903215c5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192131Z:7e8f27a7-4eb8-4716-8c4c-7610903215c5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4a08ebf4-0030-4f46-af5c-53a549bddada" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13726" + ], + "x-ms-request-id": [ + "e34cac73-eed9-407f-be1a-01a82e96e0a7" + ], + "x-ms-correlation-request-id": [ + "e34cac73-eed9-407f-be1a-01a82e96e0a7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192131Z:e34cac73-eed9-407f-be1a-01a82e96e0a7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "70a0ed04-bb95-445a-8940-b4432ae5d3b7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13724" + ], + "x-ms-request-id": [ + "514ad729-27d1-495e-9c47-7a4406ce77bb" + ], + "x-ms-correlation-request-id": [ + "514ad729-27d1-495e-9c47-7a4406ce77bb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192131Z:514ad729-27d1-495e-9c47-7a4406ce77bb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "97ec82ff-3524-4582-8174-a9d8bef265bf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13722" + ], + "x-ms-request-id": [ + "e8c16ef2-17be-4bab-b3e2-679b50ad9781" + ], + "x-ms-correlation-request-id": [ + "e8c16ef2-17be-4bab-b3e2-679b50ad9781" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192131Z:e8c16ef2-17be-4bab-b3e2-679b50ad9781" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2cbeea37-90c3-43bc-b757-f0744c0c86f7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13720" + ], + "x-ms-request-id": [ + "bb3ffc35-3db8-421b-be6c-ae8162f67be8" + ], + "x-ms-correlation-request-id": [ + "bb3ffc35-3db8-421b-be6c-ae8162f67be8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192131Z:bb3ffc35-3db8-421b-be6c-ae8162f67be8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b213a05f-821d-4287-a13e-58cc6ef0d9cc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13718" + ], + "x-ms-request-id": [ + "07eb34b4-db6f-46c3-8cac-bf4d7a6eb6e0" + ], + "x-ms-correlation-request-id": [ + "07eb34b4-db6f-46c3-8cac-bf4d7a6eb6e0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192132Z:07eb34b4-db6f-46c3-8cac-bf4d7a6eb6e0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "163ecd17-08d9-4825-bf6d-147fc6638763" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13716" + ], + "x-ms-request-id": [ + "0096f677-53cb-4ad6-8a41-20ba74ded55e" + ], + "x-ms-correlation-request-id": [ + "0096f677-53cb-4ad6-8a41-20ba74ded55e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192132Z:0096f677-53cb-4ad6-8a41-20ba74ded55e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "331033c8-0e01-4058-a6c3-3a9d5169d8e5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13714" + ], + "x-ms-request-id": [ + "3cf3e3f0-b22d-4161-a147-a4ccbf52de46" + ], + "x-ms-correlation-request-id": [ + "3cf3e3f0-b22d-4161-a147-a4ccbf52de46" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192132Z:3cf3e3f0-b22d-4161-a147-a4ccbf52de46" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "00335c91-61f6-4cbe-b4e6-78e160fa116c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13712" + ], + "x-ms-request-id": [ + "8878d2ec-e349-40cb-ac49-2613f45465bb" + ], + "x-ms-correlation-request-id": [ + "8878d2ec-e349-40cb-ac49-2613f45465bb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192132Z:8878d2ec-e349-40cb-ac49-2613f45465bb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2f0a5ccd-232f-4179-91b9-308f7aa1196e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13710" + ], + "x-ms-request-id": [ + "69879e8f-a128-408f-bf54-aa23ad38cef8" + ], + "x-ms-correlation-request-id": [ + "69879e8f-a128-408f-bf54-aa23ad38cef8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192132Z:69879e8f-a128-408f-bf54-aa23ad38cef8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6fdd1637-b86b-4830-a902-11a1ac882a08" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13708" + ], + "x-ms-request-id": [ + "bc91d658-6303-48e7-b184-5567fd7c5f69" + ], + "x-ms-correlation-request-id": [ + "bc91d658-6303-48e7-b184-5567fd7c5f69" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192132Z:bc91d658-6303-48e7-b184-5567fd7c5f69" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aae2754e-10b5-45e4-930c-4968629d0b3f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13706" + ], + "x-ms-request-id": [ + "3e1667fb-a05d-484f-8f25-036a3e0b0f06" + ], + "x-ms-correlation-request-id": [ + "3e1667fb-a05d-484f-8f25-036a3e0b0f06" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192133Z:3e1667fb-a05d-484f-8f25-036a3e0b0f06" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c3512b8c-00b2-46fe-b2db-22a2a7ef627c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13704" + ], + "x-ms-request-id": [ + "7c3c641d-58e6-429a-9c5b-eb1cadf68d6a" + ], + "x-ms-correlation-request-id": [ + "7c3c641d-58e6-429a-9c5b-eb1cadf68d6a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192133Z:7c3c641d-58e6-429a-9c5b-eb1cadf68d6a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "984f14fd-9ebc-429e-808a-e9d4eac23dff" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13702" + ], + "x-ms-request-id": [ + "c1c49cbe-6adc-4c91-97a3-8db19063b490" + ], + "x-ms-correlation-request-id": [ + "c1c49cbe-6adc-4c91-97a3-8db19063b490" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192133Z:c1c49cbe-6adc-4c91-97a3-8db19063b490" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b99068e2-61da-4c37-a6b1-43daf8503280" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13700" + ], + "x-ms-request-id": [ + "9c494b48-d752-4962-8fed-961407db6e1e" + ], + "x-ms-correlation-request-id": [ + "9c494b48-d752-4962-8fed-961407db6e1e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192133Z:9c494b48-d752-4962-8fed-961407db6e1e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f668f205-e15a-47c9-a4d1-9ecf909ec450" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13698" + ], + "x-ms-request-id": [ + "3aa495c4-150a-4028-8018-3b9868a03bd3" + ], + "x-ms-correlation-request-id": [ + "3aa495c4-150a-4028-8018-3b9868a03bd3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192133Z:3aa495c4-150a-4028-8018-3b9868a03bd3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ed54696d-520c-43c1-9e73-2f161909b44a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13696" + ], + "x-ms-request-id": [ + "060e6bad-cc45-431d-b279-15652570613b" + ], + "x-ms-correlation-request-id": [ + "060e6bad-cc45-431d-b279-15652570613b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192134Z:060e6bad-cc45-431d-b279-15652570613b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b39951ac-a3ad-4879-a009-24c8589acd20" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13694" + ], + "x-ms-request-id": [ + "09e23244-5815-4109-a32d-3eb3fb1b3f6d" + ], + "x-ms-correlation-request-id": [ + "09e23244-5815-4109-a32d-3eb3fb1b3f6d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192134Z:09e23244-5815-4109-a32d-3eb3fb1b3f6d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aa03e1f9-b8f7-4169-b263-358bb9172e2b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13692" + ], + "x-ms-request-id": [ + "a41eef4f-bcd9-468f-9779-d7768412a5c8" + ], + "x-ms-correlation-request-id": [ + "a41eef4f-bcd9-468f-9779-d7768412a5c8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192134Z:a41eef4f-bcd9-468f-9779-d7768412a5c8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "44365401-e37c-402b-8687-5e30e18d11ac" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13690" + ], + "x-ms-request-id": [ + "c45fe9df-e5c6-4d61-b2d5-d41ba79ce8cc" + ], + "x-ms-correlation-request-id": [ + "c45fe9df-e5c6-4d61-b2d5-d41ba79ce8cc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192134Z:c45fe9df-e5c6-4d61-b2d5-d41ba79ce8cc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "01deace3-ff00-48e1-b4ed-91aee9046df1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13688" + ], + "x-ms-request-id": [ + "51fbe270-a951-45cd-8cce-abe9a88b95c5" + ], + "x-ms-correlation-request-id": [ + "51fbe270-a951-45cd-8cce-abe9a88b95c5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192134Z:51fbe270-a951-45cd-8cce-abe9a88b95c5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cc963e81-9476-4d24-93e1-72142adbfe19" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13686" + ], + "x-ms-request-id": [ + "67beaaf2-f969-4047-9fbe-3fb307789334" + ], + "x-ms-correlation-request-id": [ + "67beaaf2-f969-4047-9fbe-3fb307789334" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192135Z:67beaaf2-f969-4047-9fbe-3fb307789334" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9035859c-c92c-4ad7-aead-3f34f8c2ab6c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13684" + ], + "x-ms-request-id": [ + "66da8146-72b4-4052-8a93-e9d7a8530316" + ], + "x-ms-correlation-request-id": [ + "66da8146-72b4-4052-8a93-e9d7a8530316" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192135Z:66da8146-72b4-4052-8a93-e9d7a8530316" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c821c2d0-a9e4-4536-9c60-084985fe31a3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13682" + ], + "x-ms-request-id": [ + "c81be89e-d0a0-48c3-bfb5-29875ebd6c62" + ], + "x-ms-correlation-request-id": [ + "c81be89e-d0a0-48c3-bfb5-29875ebd6c62" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192135Z:c81be89e-d0a0-48c3-bfb5-29875ebd6c62" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9d2f78f9-3e2d-4271-87bd-09133713d444" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13680" + ], + "x-ms-request-id": [ + "9b1aca53-2b1f-43c5-89c0-35cbe68e2e29" + ], + "x-ms-correlation-request-id": [ + "9b1aca53-2b1f-43c5-89c0-35cbe68e2e29" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192135Z:9b1aca53-2b1f-43c5-89c0-35cbe68e2e29" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "156457d8-c7e1-48ca-9139-2df5807d219d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13678" + ], + "x-ms-request-id": [ + "857ead4d-c6ac-4cb4-b2e7-7cc1022fbc35" + ], + "x-ms-correlation-request-id": [ + "857ead4d-c6ac-4cb4-b2e7-7cc1022fbc35" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192135Z:857ead4d-c6ac-4cb4-b2e7-7cc1022fbc35" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d28e4c50-bac2-4c1c-a650-be957c79b981" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13676" + ], + "x-ms-request-id": [ + "3fee85d1-f788-4fc8-9314-74bee0507321" + ], + "x-ms-correlation-request-id": [ + "3fee85d1-f788-4fc8-9314-74bee0507321" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192136Z:3fee85d1-f788-4fc8-9314-74bee0507321" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9da96b9c-38e5-4d24-ba4f-66f4b2eb1f6b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13674" + ], + "x-ms-request-id": [ + "b89b2ed5-46ff-45a4-a0ab-6cfafc166f99" + ], + "x-ms-correlation-request-id": [ + "b89b2ed5-46ff-45a4-a0ab-6cfafc166f99" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192136Z:b89b2ed5-46ff-45a4-a0ab-6cfafc166f99" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "981901d2-4cda-4b68-8ce9-a7687371a88a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13672" + ], + "x-ms-request-id": [ + "4d8e956d-73f7-42a6-ae9c-ee5201286065" + ], + "x-ms-correlation-request-id": [ + "4d8e956d-73f7-42a6-ae9c-ee5201286065" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192136Z:4d8e956d-73f7-42a6-ae9c-ee5201286065" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f121d07f-dbeb-4002-b23d-77ab48759b69" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13670" + ], + "x-ms-request-id": [ + "4a929721-a1cf-4b09-a79e-fec848e6dec2" + ], + "x-ms-correlation-request-id": [ + "4a929721-a1cf-4b09-a79e-fec848e6dec2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192136Z:4a929721-a1cf-4b09-a79e-fec848e6dec2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c88d2f8c-5647-423e-ae1b-46dc2bcd102c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13668" + ], + "x-ms-request-id": [ + "e43f73a9-ca72-4cdc-b145-427b8a5c0d16" + ], + "x-ms-correlation-request-id": [ + "e43f73a9-ca72-4cdc-b145-427b8a5c0d16" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192136Z:e43f73a9-ca72-4cdc-b145-427b8a5c0d16" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "914c4574-4306-423f-89b6-c8ba100d329b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13666" + ], + "x-ms-request-id": [ + "a42ef4c9-95f2-4f6f-98d3-6657fb2743ab" + ], + "x-ms-correlation-request-id": [ + "a42ef4c9-95f2-4f6f-98d3-6657fb2743ab" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192137Z:a42ef4c9-95f2-4f6f-98d3-6657fb2743ab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "83d6bb80-7426-4f0b-9d8c-4438cf155fef" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13664" + ], + "x-ms-request-id": [ + "6bd49340-6e80-4fa8-a2a3-b87a59e7cef7" + ], + "x-ms-correlation-request-id": [ + "6bd49340-6e80-4fa8-a2a3-b87a59e7cef7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192137Z:6bd49340-6e80-4fa8-a2a3-b87a59e7cef7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "517701bb-8040-45a8-9b80-5d103adccf45" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13662" + ], + "x-ms-request-id": [ + "9eec45f0-33cf-40ed-98c4-07b4fa44e384" + ], + "x-ms-correlation-request-id": [ + "9eec45f0-33cf-40ed-98c4-07b4fa44e384" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192137Z:9eec45f0-33cf-40ed-98c4-07b4fa44e384" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a53ac110-664d-4a78-a2ed-82d34ff551c2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13660" + ], + "x-ms-request-id": [ + "6de033e9-1f0a-488f-bf0c-6e34b702eb2b" + ], + "x-ms-correlation-request-id": [ + "6de033e9-1f0a-488f-bf0c-6e34b702eb2b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192137Z:6de033e9-1f0a-488f-bf0c-6e34b702eb2b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b0e2d5cc-d551-4aec-bd79-7021e2b99552" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13658" + ], + "x-ms-request-id": [ + "e8271afa-0f06-404f-8951-87474106e23e" + ], + "x-ms-correlation-request-id": [ + "e8271afa-0f06-404f-8951-87474106e23e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192137Z:e8271afa-0f06-404f-8951-87474106e23e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "db883668-f1e7-4609-841b-cffa468a862a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13656" + ], + "x-ms-request-id": [ + "b3984c00-0407-48bf-938e-0412ec83b4c3" + ], + "x-ms-correlation-request-id": [ + "b3984c00-0407-48bf-938e-0412ec83b4c3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192138Z:b3984c00-0407-48bf-938e-0412ec83b4c3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5a1b5d87-8560-4478-90ad-d363c1e0f3b8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13654" + ], + "x-ms-request-id": [ + "bcfc2584-4b00-4062-b32c-5a334680b667" + ], + "x-ms-correlation-request-id": [ + "bcfc2584-4b00-4062-b32c-5a334680b667" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192138Z:bcfc2584-4b00-4062-b32c-5a334680b667" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cc0e8438-8485-4e1e-bce0-6c2bdf15403c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13652" + ], + "x-ms-request-id": [ + "bf84e668-ac72-4605-9c0d-ad3b585b7540" + ], + "x-ms-correlation-request-id": [ + "bf84e668-ac72-4605-9c0d-ad3b585b7540" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192138Z:bf84e668-ac72-4605-9c0d-ad3b585b7540" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "72258dd2-903f-4bb7-90b4-cf1e1877a200" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13650" + ], + "x-ms-request-id": [ + "567981ea-7a40-4fbe-9e35-579e932ec2c3" + ], + "x-ms-correlation-request-id": [ + "567981ea-7a40-4fbe-9e35-579e932ec2c3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192138Z:567981ea-7a40-4fbe-9e35-579e932ec2c3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7644fa01-2fb1-43b9-9c13-5d147edca33a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13648" + ], + "x-ms-request-id": [ + "a3798428-9e3e-45a5-8987-63c58e29c43c" + ], + "x-ms-correlation-request-id": [ + "a3798428-9e3e-45a5-8987-63c58e29c43c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192138Z:a3798428-9e3e-45a5-8987-63c58e29c43c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "be9d8e11-badb-4b93-b163-149ec6f08e78" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13646" + ], + "x-ms-request-id": [ + "1495d549-3871-4338-9f1f-8a7a1f55847c" + ], + "x-ms-correlation-request-id": [ + "1495d549-3871-4338-9f1f-8a7a1f55847c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192138Z:1495d549-3871-4338-9f1f-8a7a1f55847c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f362d077-7d47-4620-9ce6-7a60672b80d0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13644" + ], + "x-ms-request-id": [ + "d9b94679-103b-4795-8ec6-be292baa53fd" + ], + "x-ms-correlation-request-id": [ + "d9b94679-103b-4795-8ec6-be292baa53fd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192139Z:d9b94679-103b-4795-8ec6-be292baa53fd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1718280d-4d31-4c5a-8292-67203d9bb4a3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13642" + ], + "x-ms-request-id": [ + "75ac2119-60eb-4d78-b20a-45207f8b582e" + ], + "x-ms-correlation-request-id": [ + "75ac2119-60eb-4d78-b20a-45207f8b582e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192139Z:75ac2119-60eb-4d78-b20a-45207f8b582e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "342cc634-04ce-4706-9dd0-a6b475e1d074" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13640" + ], + "x-ms-request-id": [ + "d7d4a386-21e3-48a8-973b-0e7140e46f47" + ], + "x-ms-correlation-request-id": [ + "d7d4a386-21e3-48a8-973b-0e7140e46f47" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192139Z:d7d4a386-21e3-48a8-973b-0e7140e46f47" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d7b8f155-c8fb-4211-a106-6592159221bf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13638" + ], + "x-ms-request-id": [ + "fad2d6e4-9d9c-4631-b4f7-8892fc123a3d" + ], + "x-ms-correlation-request-id": [ + "fad2d6e4-9d9c-4631-b4f7-8892fc123a3d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192139Z:fad2d6e4-9d9c-4631-b4f7-8892fc123a3d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "43816f04-3d2c-4feb-9d45-0b241fe0b3d5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13636" + ], + "x-ms-request-id": [ + "0dc8a404-3148-4734-9da7-e8dc413d7a67" + ], + "x-ms-correlation-request-id": [ + "0dc8a404-3148-4734-9da7-e8dc413d7a67" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192139Z:0dc8a404-3148-4734-9da7-e8dc413d7a67" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f02777c4-e001-403f-9205-06eca891f791" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13634" + ], + "x-ms-request-id": [ + "ec243e9e-b404-4ec8-9a13-564ca9794cda" + ], + "x-ms-correlation-request-id": [ + "ec243e9e-b404-4ec8-9a13-564ca9794cda" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192140Z:ec243e9e-b404-4ec8-9a13-564ca9794cda" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "da6fd656-2ca4-4cd8-908d-f9504be6340f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13632" + ], + "x-ms-request-id": [ + "57b34a0e-3926-448a-9aa7-3b9a317336e3" + ], + "x-ms-correlation-request-id": [ + "57b34a0e-3926-448a-9aa7-3b9a317336e3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192140Z:57b34a0e-3926-448a-9aa7-3b9a317336e3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4ab214e2-3ee7-47d1-b16d-7836e9aafc79" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13630" + ], + "x-ms-request-id": [ + "1c675fdf-4452-4afa-be4c-0a6a7d3557d5" + ], + "x-ms-correlation-request-id": [ + "1c675fdf-4452-4afa-be4c-0a6a7d3557d5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192140Z:1c675fdf-4452-4afa-be4c-0a6a7d3557d5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f0e960af-a45a-4f4c-b318-b5bbcb4b8007" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13628" + ], + "x-ms-request-id": [ + "8a18b88c-3da2-474e-8cd7-3fa36c58b4d0" + ], + "x-ms-correlation-request-id": [ + "8a18b88c-3da2-474e-8cd7-3fa36c58b4d0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192141Z:8a18b88c-3da2-474e-8cd7-3fa36c58b4d0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "12016c3c-7230-4147-92e6-11c5a0835371" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13626" + ], + "x-ms-request-id": [ + "ebe1edfb-3af3-4fd0-9fe4-d741627f879b" + ], + "x-ms-correlation-request-id": [ + "ebe1edfb-3af3-4fd0-9fe4-d741627f879b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192141Z:ebe1edfb-3af3-4fd0-9fe4-d741627f879b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "10752d81-b23b-498d-b97a-081f030b8868" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13624" + ], + "x-ms-request-id": [ + "fcc6acd5-98d6-4fea-910c-da2423e0cba3" + ], + "x-ms-correlation-request-id": [ + "fcc6acd5-98d6-4fea-910c-da2423e0cba3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192141Z:fcc6acd5-98d6-4fea-910c-da2423e0cba3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "62313770-c4f4-41f7-8f0a-9d2d401a5fdd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13622" + ], + "x-ms-request-id": [ + "e5c0d8c0-dd35-4998-8c6f-af5f48493c5b" + ], + "x-ms-correlation-request-id": [ + "e5c0d8c0-dd35-4998-8c6f-af5f48493c5b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192141Z:e5c0d8c0-dd35-4998-8c6f-af5f48493c5b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5a759a2d-54c3-41c3-9485-60669866a783" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13620" + ], + "x-ms-request-id": [ + "dbd0749a-bc65-4441-8322-25a2c47a4782" + ], + "x-ms-correlation-request-id": [ + "dbd0749a-bc65-4441-8322-25a2c47a4782" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192141Z:dbd0749a-bc65-4441-8322-25a2c47a4782" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c16a0456-0e50-4664-9c88-7cfa883ceb5e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13618" + ], + "x-ms-request-id": [ + "e3c8e517-7070-4535-9abe-eb8741c83081" + ], + "x-ms-correlation-request-id": [ + "e3c8e517-7070-4535-9abe-eb8741c83081" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192142Z:e3c8e517-7070-4535-9abe-eb8741c83081" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "069adc78-030b-45fd-98bb-2fb985c8eedc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13616" + ], + "x-ms-request-id": [ + "6e52a2d3-51e1-4ecf-a81b-44548b6be7bc" + ], + "x-ms-correlation-request-id": [ + "6e52a2d3-51e1-4ecf-a81b-44548b6be7bc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192142Z:6e52a2d3-51e1-4ecf-a81b-44548b6be7bc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0694c338-0942-478b-aad8-866d559a4a2d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13614" + ], + "x-ms-request-id": [ + "cc94f86a-b8a8-4e65-bb72-7c944fedb681" + ], + "x-ms-correlation-request-id": [ + "cc94f86a-b8a8-4e65-bb72-7c944fedb681" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192142Z:cc94f86a-b8a8-4e65-bb72-7c944fedb681" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ffd2e8bd-10fa-48a3-9469-7cbf45cf06e3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13612" + ], + "x-ms-request-id": [ + "fb488832-6c34-4187-b2bf-1e034942b892" + ], + "x-ms-correlation-request-id": [ + "fb488832-6c34-4187-b2bf-1e034942b892" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192142Z:fb488832-6c34-4187-b2bf-1e034942b892" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e1cf4602-0595-4cfb-8f6a-4e697429d050" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13610" + ], + "x-ms-request-id": [ + "f457c5e1-f024-4906-92c4-adb50db5f9e2" + ], + "x-ms-correlation-request-id": [ + "f457c5e1-f024-4906-92c4-adb50db5f9e2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192142Z:f457c5e1-f024-4906-92c4-adb50db5f9e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dd9b58c7-77bc-4cae-8efa-9398cfbd50a1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13608" + ], + "x-ms-request-id": [ + "5e68b866-7a59-473f-a44d-f55041dc3f54" + ], + "x-ms-correlation-request-id": [ + "5e68b866-7a59-473f-a44d-f55041dc3f54" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192143Z:5e68b866-7a59-473f-a44d-f55041dc3f54" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "57554047-9d43-443f-8304-008be4443c73" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13606" + ], + "x-ms-request-id": [ + "861bf1bb-d676-446c-aa7d-8b3c35ba50a0" + ], + "x-ms-correlation-request-id": [ + "861bf1bb-d676-446c-aa7d-8b3c35ba50a0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192143Z:861bf1bb-d676-446c-aa7d-8b3c35ba50a0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "19aa7678-e9ab-485d-a3a4-0cf4932717f2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13604" + ], + "x-ms-request-id": [ + "babcdd74-5bdf-449f-a005-62a02061970b" + ], + "x-ms-correlation-request-id": [ + "babcdd74-5bdf-449f-a005-62a02061970b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192143Z:babcdd74-5bdf-449f-a005-62a02061970b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "19d2e625-b916-4dfb-88ef-f5a41c13158c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13602" + ], + "x-ms-request-id": [ + "3aaeb482-1d72-492a-a1c4-6d2d5cac1698" + ], + "x-ms-correlation-request-id": [ + "3aaeb482-1d72-492a-a1c4-6d2d5cac1698" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192143Z:3aaeb482-1d72-492a-a1c4-6d2d5cac1698" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d60ad67f-c5c4-411a-8a97-dad210f0ad41" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13600" + ], + "x-ms-request-id": [ + "0a149138-5e8c-41e5-b70e-6ad2207f4a78" + ], + "x-ms-correlation-request-id": [ + "0a149138-5e8c-41e5-b70e-6ad2207f4a78" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192143Z:0a149138-5e8c-41e5-b70e-6ad2207f4a78" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7b701b63-3a40-48f2-a655-15c7de0d6deb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13598" + ], + "x-ms-request-id": [ + "b2dbc437-7d14-45cf-98bc-f2aca5a566c1" + ], + "x-ms-correlation-request-id": [ + "b2dbc437-7d14-45cf-98bc-f2aca5a566c1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192143Z:b2dbc437-7d14-45cf-98bc-f2aca5a566c1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ec506ed7-140b-4c33-8fd0-c89b9497dac6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13596" + ], + "x-ms-request-id": [ + "94458025-77b9-405f-b7ca-74c8cbff53b4" + ], + "x-ms-correlation-request-id": [ + "94458025-77b9-405f-b7ca-74c8cbff53b4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192144Z:94458025-77b9-405f-b7ca-74c8cbff53b4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eb170b8d-b2b1-4121-bec0-add78fe22fef" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13594" + ], + "x-ms-request-id": [ + "39839f5f-36c0-4bc6-a859-f05ecbad5e88" + ], + "x-ms-correlation-request-id": [ + "39839f5f-36c0-4bc6-a859-f05ecbad5e88" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192144Z:39839f5f-36c0-4bc6-a859-f05ecbad5e88" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "59eda643-3b5d-4f01-8bfa-c9758a2923b0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13592" + ], + "x-ms-request-id": [ + "26e891b9-cfe1-4f85-b731-2f8c2f76fb9d" + ], + "x-ms-correlation-request-id": [ + "26e891b9-cfe1-4f85-b731-2f8c2f76fb9d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192144Z:26e891b9-cfe1-4f85-b731-2f8c2f76fb9d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7a8323fe-10f1-45c3-9432-6e5368ca717b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13590" + ], + "x-ms-request-id": [ + "ea3851d2-df47-4f60-80f1-e3aa2cb74e65" + ], + "x-ms-correlation-request-id": [ + "ea3851d2-df47-4f60-80f1-e3aa2cb74e65" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192144Z:ea3851d2-df47-4f60-80f1-e3aa2cb74e65" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a20fae4e-ec59-45b2-b149-061e692838df" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13588" + ], + "x-ms-request-id": [ + "b4d45353-c2b1-4b35-a978-8e391756882b" + ], + "x-ms-correlation-request-id": [ + "b4d45353-c2b1-4b35-a978-8e391756882b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192144Z:b4d45353-c2b1-4b35-a978-8e391756882b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c75b7ae0-6057-4724-a5aa-208251c27c6c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13586" + ], + "x-ms-request-id": [ + "6da8dea9-123a-4c35-b634-652a03fc60d5" + ], + "x-ms-correlation-request-id": [ + "6da8dea9-123a-4c35-b634-652a03fc60d5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192145Z:6da8dea9-123a-4c35-b634-652a03fc60d5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "417bf8cf-ccbf-4e9e-9e59-0b5440d23964" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13584" + ], + "x-ms-request-id": [ + "ce68f84a-821d-4920-bac3-3a53bf97d39e" + ], + "x-ms-correlation-request-id": [ + "ce68f84a-821d-4920-bac3-3a53bf97d39e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192145Z:ce68f84a-821d-4920-bac3-3a53bf97d39e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f1b474b1-aca0-4463-a774-08068141ddde" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13582" + ], + "x-ms-request-id": [ + "0095c9f2-a877-4008-9b61-da2b997f0e08" + ], + "x-ms-correlation-request-id": [ + "0095c9f2-a877-4008-9b61-da2b997f0e08" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192145Z:0095c9f2-a877-4008-9b61-da2b997f0e08" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7c6b50dc-e245-44f9-aa50-f4f983207f5b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13580" + ], + "x-ms-request-id": [ + "4e2d983f-030e-41ca-a104-9165199380d6" + ], + "x-ms-correlation-request-id": [ + "4e2d983f-030e-41ca-a104-9165199380d6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192145Z:4e2d983f-030e-41ca-a104-9165199380d6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ec44c679-c465-43c1-b0c7-9019f22e6013" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13578" + ], + "x-ms-request-id": [ + "6dba7ff5-a3e6-4e33-8373-0171d7af626e" + ], + "x-ms-correlation-request-id": [ + "6dba7ff5-a3e6-4e33-8373-0171d7af626e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192145Z:6dba7ff5-a3e6-4e33-8373-0171d7af626e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "689dab12-8808-48d1-82bb-fe2b8fa201f2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13576" + ], + "x-ms-request-id": [ + "1d2da7be-eb97-4f09-8f1b-1d4724776119" + ], + "x-ms-correlation-request-id": [ + "1d2da7be-eb97-4f09-8f1b-1d4724776119" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192146Z:1d2da7be-eb97-4f09-8f1b-1d4724776119" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4043d638-1941-467b-a206-70ebab465b19" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13574" + ], + "x-ms-request-id": [ + "b3b01491-69a2-4af1-a4d7-0caef7494abb" + ], + "x-ms-correlation-request-id": [ + "b3b01491-69a2-4af1-a4d7-0caef7494abb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192146Z:b3b01491-69a2-4af1-a4d7-0caef7494abb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7435cce6-d612-4c02-9274-508feae6ddb6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13572" + ], + "x-ms-request-id": [ + "a903a58d-f8ee-4c87-a86b-dd4dedb1a3de" + ], + "x-ms-correlation-request-id": [ + "a903a58d-f8ee-4c87-a86b-dd4dedb1a3de" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192146Z:a903a58d-f8ee-4c87-a86b-dd4dedb1a3de" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b226170b-3b94-4b2d-a9dd-33dc21e32965" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13570" + ], + "x-ms-request-id": [ + "c55b6cd9-b61b-4e4e-be27-4d05c252a18d" + ], + "x-ms-correlation-request-id": [ + "c55b6cd9-b61b-4e4e-be27-4d05c252a18d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192146Z:c55b6cd9-b61b-4e4e-be27-4d05c252a18d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "12e5614c-1bf5-4464-9aea-e54f38191356" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13568" + ], + "x-ms-request-id": [ + "d48bdb26-c208-4bdd-a4cd-5337d3d79259" + ], + "x-ms-correlation-request-id": [ + "d48bdb26-c208-4bdd-a4cd-5337d3d79259" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192146Z:d48bdb26-c208-4bdd-a4cd-5337d3d79259" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ed3551c7-2f00-4075-b23d-45422a10a10d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13566" + ], + "x-ms-request-id": [ + "5c97a929-8942-48e5-b0ff-80aee9ea76ff" + ], + "x-ms-correlation-request-id": [ + "5c97a929-8942-48e5-b0ff-80aee9ea76ff" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192147Z:5c97a929-8942-48e5-b0ff-80aee9ea76ff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "16ed8a56-f337-4be1-be3e-39ff394be5bf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13564" + ], + "x-ms-request-id": [ + "25753feb-dd4a-4f1c-803f-3a852365ca7a" + ], + "x-ms-correlation-request-id": [ + "25753feb-dd4a-4f1c-803f-3a852365ca7a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192147Z:25753feb-dd4a-4f1c-803f-3a852365ca7a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c4304b95-8d23-4c0f-b029-e9ab8b9ae087" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13562" + ], + "x-ms-request-id": [ + "f433a0f1-fd9e-40b7-b162-f57efe89d269" + ], + "x-ms-correlation-request-id": [ + "f433a0f1-fd9e-40b7-b162-f57efe89d269" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192147Z:f433a0f1-fd9e-40b7-b162-f57efe89d269" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5ff80d04-a813-41ca-a9ae-1d584b2b9df4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13560" + ], + "x-ms-request-id": [ + "ffcfb798-2c3c-4d0d-bdc9-8a747a8b398a" + ], + "x-ms-correlation-request-id": [ + "ffcfb798-2c3c-4d0d-bdc9-8a747a8b398a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192147Z:ffcfb798-2c3c-4d0d-bdc9-8a747a8b398a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "318cc96b-6650-4dcc-8715-51adc76c3e75" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13558" + ], + "x-ms-request-id": [ + "8963403b-d727-47ff-b489-82be08917f93" + ], + "x-ms-correlation-request-id": [ + "8963403b-d727-47ff-b489-82be08917f93" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192147Z:8963403b-d727-47ff-b489-82be08917f93" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8402847f-d65d-4af4-b0cb-b603668ed70d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13556" + ], + "x-ms-request-id": [ + "54ebb7d4-2cfa-4c9e-8ba5-28aff3e2a73e" + ], + "x-ms-correlation-request-id": [ + "54ebb7d4-2cfa-4c9e-8ba5-28aff3e2a73e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192148Z:54ebb7d4-2cfa-4c9e-8ba5-28aff3e2a73e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "315e958c-0f89-42e5-bf50-1e3907f8f6bd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13554" + ], + "x-ms-request-id": [ + "1d34a212-f148-4ae4-9723-3331742aeaf5" + ], + "x-ms-correlation-request-id": [ + "1d34a212-f148-4ae4-9723-3331742aeaf5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192148Z:1d34a212-f148-4ae4-9723-3331742aeaf5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e5fc7c43-fbdf-4621-a53e-fa15c7d07dd2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13552" + ], + "x-ms-request-id": [ + "86d9342e-1792-46b0-8f9d-e44c9cfd6e40" + ], + "x-ms-correlation-request-id": [ + "86d9342e-1792-46b0-8f9d-e44c9cfd6e40" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192148Z:86d9342e-1792-46b0-8f9d-e44c9cfd6e40" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "53ec3182-bd5b-46eb-b0aa-8d217201b013" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13550" + ], + "x-ms-request-id": [ + "781211d4-263e-4111-83fd-037c06c584a2" + ], + "x-ms-correlation-request-id": [ + "781211d4-263e-4111-83fd-037c06c584a2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192148Z:781211d4-263e-4111-83fd-037c06c584a2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1c0c4a41-7f63-4afd-9183-20ed323eb360" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13548" + ], + "x-ms-request-id": [ + "db5c6aa9-457d-4e06-ace5-02dd515d08c2" + ], + "x-ms-correlation-request-id": [ + "db5c6aa9-457d-4e06-ace5-02dd515d08c2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192149Z:db5c6aa9-457d-4e06-ace5-02dd515d08c2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5e3d4d8b-0008-4689-936b-bfcf7eb3b405" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13546" + ], + "x-ms-request-id": [ + "f8fe8e5f-52e6-4d72-adaa-cd9acdb89da5" + ], + "x-ms-correlation-request-id": [ + "f8fe8e5f-52e6-4d72-adaa-cd9acdb89da5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192149Z:f8fe8e5f-52e6-4d72-adaa-cd9acdb89da5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fa37c31d-9c91-4136-b95a-07a2f51cb46d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13544" + ], + "x-ms-request-id": [ + "dc154cd8-7275-4183-89e4-c58ab7ad4aac" + ], + "x-ms-correlation-request-id": [ + "dc154cd8-7275-4183-89e4-c58ab7ad4aac" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192149Z:dc154cd8-7275-4183-89e4-c58ab7ad4aac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ab9e20c4-609a-4806-9056-c5ebb9715018" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13542" + ], + "x-ms-request-id": [ + "14bcbea1-92de-41cc-8ebe-841cdd32abd9" + ], + "x-ms-correlation-request-id": [ + "14bcbea1-92de-41cc-8ebe-841cdd32abd9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192149Z:14bcbea1-92de-41cc-8ebe-841cdd32abd9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7567aa9c-305f-487f-ac5a-490cf8357f4c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13540" + ], + "x-ms-request-id": [ + "e6554b7c-84a5-4fec-8670-9e124f1cff39" + ], + "x-ms-correlation-request-id": [ + "e6554b7c-84a5-4fec-8670-9e124f1cff39" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192149Z:e6554b7c-84a5-4fec-8670-9e124f1cff39" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6ff8b1b1-4188-4efc-85fc-c00ba4493389" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13538" + ], + "x-ms-request-id": [ + "7f3d390a-2af1-41d1-8ea4-7c34fcd149f6" + ], + "x-ms-correlation-request-id": [ + "7f3d390a-2af1-41d1-8ea4-7c34fcd149f6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192150Z:7f3d390a-2af1-41d1-8ea4-7c34fcd149f6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "97eba9cc-f2d4-4034-9b8e-daa8776f3397" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13536" + ], + "x-ms-request-id": [ + "57754913-d16b-4daa-be8c-2f781989cc5c" + ], + "x-ms-correlation-request-id": [ + "57754913-d16b-4daa-be8c-2f781989cc5c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192150Z:57754913-d16b-4daa-be8c-2f781989cc5c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1a6b4a49-3335-44a7-84b5-2a90bd56fe20" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13534" + ], + "x-ms-request-id": [ + "4750bd8b-c4fa-43f9-bdf8-7bcfd1051617" + ], + "x-ms-correlation-request-id": [ + "4750bd8b-c4fa-43f9-bdf8-7bcfd1051617" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192150Z:4750bd8b-c4fa-43f9-bdf8-7bcfd1051617" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f97b11d7-8547-4d3b-8cd5-871fddeba4c6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13532" + ], + "x-ms-request-id": [ + "0ebcb2dd-9b35-4033-8088-5f98e2979cb4" + ], + "x-ms-correlation-request-id": [ + "0ebcb2dd-9b35-4033-8088-5f98e2979cb4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192150Z:0ebcb2dd-9b35-4033-8088-5f98e2979cb4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1053ac4f-9811-4117-8b7e-dbbc3be9007f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13530" + ], + "x-ms-request-id": [ + "66b320b8-bf00-43f5-8fdb-530983abc140" + ], + "x-ms-correlation-request-id": [ + "66b320b8-bf00-43f5-8fdb-530983abc140" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192150Z:66b320b8-bf00-43f5-8fdb-530983abc140" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cdb05bc0-c675-4503-99c4-5003299fe953" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13528" + ], + "x-ms-request-id": [ + "535e6945-5d15-4928-b0ee-796cee50eb70" + ], + "x-ms-correlation-request-id": [ + "535e6945-5d15-4928-b0ee-796cee50eb70" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192151Z:535e6945-5d15-4928-b0ee-796cee50eb70" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8da669ce-0a23-4fc7-8270-51603eb94dd3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13526" + ], + "x-ms-request-id": [ + "0e5ea501-be1e-408e-ba7f-a1a3f2958673" + ], + "x-ms-correlation-request-id": [ + "0e5ea501-be1e-408e-ba7f-a1a3f2958673" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192151Z:0e5ea501-be1e-408e-ba7f-a1a3f2958673" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f9cd2761-9397-4602-be23-a204bdef7ee7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13524" + ], + "x-ms-request-id": [ + "b10cf96c-df1a-4da4-b950-9f639b34969a" + ], + "x-ms-correlation-request-id": [ + "b10cf96c-df1a-4da4-b950-9f639b34969a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192151Z:b10cf96c-df1a-4da4-b950-9f639b34969a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ff08707e-19d0-43dd-aeca-9902fd427959" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13522" + ], + "x-ms-request-id": [ + "96667790-78cd-488e-91a5-a42cef49ad86" + ], + "x-ms-correlation-request-id": [ + "96667790-78cd-488e-91a5-a42cef49ad86" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192151Z:96667790-78cd-488e-91a5-a42cef49ad86" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9b001f8e-28d8-464b-aac5-0430c8514e05" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13520" + ], + "x-ms-request-id": [ + "0520ccdb-0679-4542-983d-ee65c9a216b7" + ], + "x-ms-correlation-request-id": [ + "0520ccdb-0679-4542-983d-ee65c9a216b7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192151Z:0520ccdb-0679-4542-983d-ee65c9a216b7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a41d9c17-ba4f-444f-8787-b9264b20afe1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13518" + ], + "x-ms-request-id": [ + "36fc8278-ccbf-463e-b417-e76ce18d049d" + ], + "x-ms-correlation-request-id": [ + "36fc8278-ccbf-463e-b417-e76ce18d049d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192152Z:36fc8278-ccbf-463e-b417-e76ce18d049d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6f7dd958-5dd9-4fe8-a061-6d3afc19dd37" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13516" + ], + "x-ms-request-id": [ + "3b4ea911-c26b-4d3e-be16-f0707a0e56a6" + ], + "x-ms-correlation-request-id": [ + "3b4ea911-c26b-4d3e-be16-f0707a0e56a6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192152Z:3b4ea911-c26b-4d3e-be16-f0707a0e56a6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "097d675a-9e4e-434f-a8ec-304132590296" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13514" + ], + "x-ms-request-id": [ + "fa19ef64-c2a6-426d-b2a6-15bd387a1cca" + ], + "x-ms-correlation-request-id": [ + "fa19ef64-c2a6-426d-b2a6-15bd387a1cca" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192152Z:fa19ef64-c2a6-426d-b2a6-15bd387a1cca" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "af203d41-23ee-4a54-b63d-eced58f11aec" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13512" + ], + "x-ms-request-id": [ + "f56f0c70-5261-4de2-8130-d6bd9ad4f864" + ], + "x-ms-correlation-request-id": [ + "f56f0c70-5261-4de2-8130-d6bd9ad4f864" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192152Z:f56f0c70-5261-4de2-8130-d6bd9ad4f864" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5ca9646a-6824-47d9-ad34-1f2a8a2e8901" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13510" + ], + "x-ms-request-id": [ + "45ce8dfa-b9e4-4f1e-9e5c-a3a18eb0dd9c" + ], + "x-ms-correlation-request-id": [ + "45ce8dfa-b9e4-4f1e-9e5c-a3a18eb0dd9c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192152Z:45ce8dfa-b9e4-4f1e-9e5c-a3a18eb0dd9c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "87ca209f-e7c6-4d3d-9321-8c5e592587e8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13508" + ], + "x-ms-request-id": [ + "f3fdb1a7-1f4d-4d01-a421-896c5ffa15ed" + ], + "x-ms-correlation-request-id": [ + "f3fdb1a7-1f4d-4d01-a421-896c5ffa15ed" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192153Z:f3fdb1a7-1f4d-4d01-a421-896c5ffa15ed" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cce98c8b-c636-4cc9-a267-ade94586ab5a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13506" + ], + "x-ms-request-id": [ + "eb3bc2d0-b295-41ff-b616-b16a68e8b1a4" + ], + "x-ms-correlation-request-id": [ + "eb3bc2d0-b295-41ff-b616-b16a68e8b1a4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192153Z:eb3bc2d0-b295-41ff-b616-b16a68e8b1a4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a60ded42-56c4-4333-a48c-08dd5df73897" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13504" + ], + "x-ms-request-id": [ + "4243c316-2de2-4c19-afec-594ffdf0517c" + ], + "x-ms-correlation-request-id": [ + "4243c316-2de2-4c19-afec-594ffdf0517c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192153Z:4243c316-2de2-4c19-afec-594ffdf0517c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bd21fca1-a899-4377-a878-d94d10403c7b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13502" + ], + "x-ms-request-id": [ + "11661819-26a7-440d-bfa5-2f7dd87b78a7" + ], + "x-ms-correlation-request-id": [ + "11661819-26a7-440d-bfa5-2f7dd87b78a7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192153Z:11661819-26a7-440d-bfa5-2f7dd87b78a7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8ebbda17-3c1d-4ce9-bbaf-90b244d1d9ca" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13500" + ], + "x-ms-request-id": [ + "9151ce33-2481-4d1f-8b7d-158e40fecd18" + ], + "x-ms-correlation-request-id": [ + "9151ce33-2481-4d1f-8b7d-158e40fecd18" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192153Z:9151ce33-2481-4d1f-8b7d-158e40fecd18" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d6a6e4ef-7889-43d2-8a67-c954f8d0cd67" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13498" + ], + "x-ms-request-id": [ + "71a21d91-acaa-4511-9894-27909dc2116c" + ], + "x-ms-correlation-request-id": [ + "71a21d91-acaa-4511-9894-27909dc2116c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192154Z:71a21d91-acaa-4511-9894-27909dc2116c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "49e8a320-a963-4fb9-a38e-4ce4fa2b0ce4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13496" + ], + "x-ms-request-id": [ + "a521d20f-156c-4255-bf81-f0a3f1a2945a" + ], + "x-ms-correlation-request-id": [ + "a521d20f-156c-4255-bf81-f0a3f1a2945a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192154Z:a521d20f-156c-4255-bf81-f0a3f1a2945a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "03dd3eb9-bdc8-467a-a332-4e85887db1cb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13494" + ], + "x-ms-request-id": [ + "a4926e55-25f3-4dd4-84ed-94bc0d15a8b5" + ], + "x-ms-correlation-request-id": [ + "a4926e55-25f3-4dd4-84ed-94bc0d15a8b5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192154Z:a4926e55-25f3-4dd4-84ed-94bc0d15a8b5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "30e9bda0-6d96-469f-b0d6-d86a06b77ca8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13492" + ], + "x-ms-request-id": [ + "bc864a65-f686-4eef-8777-03b64fa4ca3e" + ], + "x-ms-correlation-request-id": [ + "bc864a65-f686-4eef-8777-03b64fa4ca3e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192154Z:bc864a65-f686-4eef-8777-03b64fa4ca3e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "288cd6d5-40df-4e0b-aa1f-75bf90142768" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13490" + ], + "x-ms-request-id": [ + "83d8c293-5eb0-4755-94e0-ec5a69f68553" + ], + "x-ms-correlation-request-id": [ + "83d8c293-5eb0-4755-94e0-ec5a69f68553" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192154Z:83d8c293-5eb0-4755-94e0-ec5a69f68553" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "904f03ad-bd9e-4be4-bcf9-5032ef281575" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13488" + ], + "x-ms-request-id": [ + "117eb5a0-181c-4825-91c3-63abaf787b43" + ], + "x-ms-correlation-request-id": [ + "117eb5a0-181c-4825-91c3-63abaf787b43" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192154Z:117eb5a0-181c-4825-91c3-63abaf787b43" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d5127455-f573-4723-a5f2-77e5c86c847d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13486" + ], + "x-ms-request-id": [ + "9af768b0-92ea-4dc7-aa7d-45c6c4335660" + ], + "x-ms-correlation-request-id": [ + "9af768b0-92ea-4dc7-aa7d-45c6c4335660" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192155Z:9af768b0-92ea-4dc7-aa7d-45c6c4335660" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4dda95cb-e9e0-42fe-90cb-ad1441da237c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13484" + ], + "x-ms-request-id": [ + "4c76463f-6d96-4023-bba7-86b9c33bad4a" + ], + "x-ms-correlation-request-id": [ + "4c76463f-6d96-4023-bba7-86b9c33bad4a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192155Z:4c76463f-6d96-4023-bba7-86b9c33bad4a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "605b95aa-9ed4-4b11-9a1b-a5758d4503db" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13482" + ], + "x-ms-request-id": [ + "c5febf3b-95f0-49fd-a5d8-6aa8dab6fe04" + ], + "x-ms-correlation-request-id": [ + "c5febf3b-95f0-49fd-a5d8-6aa8dab6fe04" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192155Z:c5febf3b-95f0-49fd-a5d8-6aa8dab6fe04" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "36a88ae6-e788-4c71-8143-053fdb21b34c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13480" + ], + "x-ms-request-id": [ + "3b92260c-92c4-4f78-bdd0-0a6a8e67a0ae" + ], + "x-ms-correlation-request-id": [ + "3b92260c-92c4-4f78-bdd0-0a6a8e67a0ae" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192155Z:3b92260c-92c4-4f78-bdd0-0a6a8e67a0ae" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0ebef12a-1723-4f48-9197-7ab4c16b7aae" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13478" + ], + "x-ms-request-id": [ + "478dbab3-be2c-415f-9cae-36a328a95ea3" + ], + "x-ms-correlation-request-id": [ + "478dbab3-be2c-415f-9cae-36a328a95ea3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192156Z:478dbab3-be2c-415f-9cae-36a328a95ea3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3002f295-ab77-4666-81c7-67c7b148cfda" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13476" + ], + "x-ms-request-id": [ + "788f299f-8aff-46a2-9dd2-4ca206036141" + ], + "x-ms-correlation-request-id": [ + "788f299f-8aff-46a2-9dd2-4ca206036141" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192156Z:788f299f-8aff-46a2-9dd2-4ca206036141" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "df32995a-9483-4a07-b2fc-53b9ec5935ab" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13474" + ], + "x-ms-request-id": [ + "69cb9df4-e8a1-4282-a11c-62048a9f0643" + ], + "x-ms-correlation-request-id": [ + "69cb9df4-e8a1-4282-a11c-62048a9f0643" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192156Z:69cb9df4-e8a1-4282-a11c-62048a9f0643" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "29985e50-a2a8-4868-964d-5b73dddaa48a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13472" + ], + "x-ms-request-id": [ + "47b5183a-c7a6-4182-9576-92e155629e9f" + ], + "x-ms-correlation-request-id": [ + "47b5183a-c7a6-4182-9576-92e155629e9f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192156Z:47b5183a-c7a6-4182-9576-92e155629e9f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d543fc25-2f64-46c9-b548-8e8bef747e40" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13470" + ], + "x-ms-request-id": [ + "ea873500-6c30-4839-924e-b1864d16ccf3" + ], + "x-ms-correlation-request-id": [ + "ea873500-6c30-4839-924e-b1864d16ccf3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192156Z:ea873500-6c30-4839-924e-b1864d16ccf3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "25516f6f-9820-4de8-8001-3c614372d0e1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13468" + ], + "x-ms-request-id": [ + "1bac5154-be27-4992-8b38-765d1e6e8482" + ], + "x-ms-correlation-request-id": [ + "1bac5154-be27-4992-8b38-765d1e6e8482" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192157Z:1bac5154-be27-4992-8b38-765d1e6e8482" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aa53ff23-8cc5-4601-b560-ecaee5251545" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13466" + ], + "x-ms-request-id": [ + "2f1c2aff-3185-4e01-9985-6a713b449f49" + ], + "x-ms-correlation-request-id": [ + "2f1c2aff-3185-4e01-9985-6a713b449f49" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192157Z:2f1c2aff-3185-4e01-9985-6a713b449f49" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "23756294-083c-441f-9d65-6fa94f6c4996" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13464" + ], + "x-ms-request-id": [ + "dd3af564-aa3c-48cd-a7f7-200cb3dadb11" + ], + "x-ms-correlation-request-id": [ + "dd3af564-aa3c-48cd-a7f7-200cb3dadb11" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192158Z:dd3af564-aa3c-48cd-a7f7-200cb3dadb11" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5d71114c-fd37-446f-a8cf-6283a0a072f4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13462" + ], + "x-ms-request-id": [ + "129a67fb-42a2-4121-b19b-c65fb32aeae2" + ], + "x-ms-correlation-request-id": [ + "129a67fb-42a2-4121-b19b-c65fb32aeae2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192158Z:129a67fb-42a2-4121-b19b-c65fb32aeae2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b9ebdbd2-d292-4cec-93ea-20a61f43f90f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13460" + ], + "x-ms-request-id": [ + "48adca34-fe5c-41fb-81cc-524c79acefb6" + ], + "x-ms-correlation-request-id": [ + "48adca34-fe5c-41fb-81cc-524c79acefb6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192159Z:48adca34-fe5c-41fb-81cc-524c79acefb6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8fc4ac52-613e-4fac-ba5d-88246f98b30b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13458" + ], + "x-ms-request-id": [ + "57dd9676-4825-413d-97cb-0033ef050fc2" + ], + "x-ms-correlation-request-id": [ + "57dd9676-4825-413d-97cb-0033ef050fc2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192159Z:57dd9676-4825-413d-97cb-0033ef050fc2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fe8e8b85-923b-498d-8852-adb43f3c8460" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13456" + ], + "x-ms-request-id": [ + "1ea34936-2d18-4c37-80c8-f73fb1f2d94f" + ], + "x-ms-correlation-request-id": [ + "1ea34936-2d18-4c37-80c8-f73fb1f2d94f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192159Z:1ea34936-2d18-4c37-80c8-f73fb1f2d94f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e2fa8312-1db4-4013-a815-4b76ec65b8a7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13454" + ], + "x-ms-request-id": [ + "943bd620-cbef-45d5-98a4-26612905f587" + ], + "x-ms-correlation-request-id": [ + "943bd620-cbef-45d5-98a4-26612905f587" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192159Z:943bd620-cbef-45d5-98a4-26612905f587" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5d85e16a-394c-4237-aa99-bf6a298cd05f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13452" + ], + "x-ms-request-id": [ + "8edc5ed2-67bc-4edd-8e66-fc807754e4a8" + ], + "x-ms-correlation-request-id": [ + "8edc5ed2-67bc-4edd-8e66-fc807754e4a8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192159Z:8edc5ed2-67bc-4edd-8e66-fc807754e4a8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "04fd6df0-4408-416f-9b8a-4b7a22377f9a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13450" + ], + "x-ms-request-id": [ + "d736df9a-66e8-4b28-8bf2-d9c24d69a3bc" + ], + "x-ms-correlation-request-id": [ + "d736df9a-66e8-4b28-8bf2-d9c24d69a3bc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192159Z:d736df9a-66e8-4b28-8bf2-d9c24d69a3bc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:21:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "095de9c9-fc78-448c-a6ed-acf901ed0076" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13448" + ], + "x-ms-request-id": [ + "59454410-cf29-42ea-8186-479956ba771a" + ], + "x-ms-correlation-request-id": [ + "59454410-cf29-42ea-8186-479956ba771a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192200Z:59454410-cf29-42ea-8186-479956ba771a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "db157d33-d2fe-448d-ad69-e4273188af27" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13446" + ], + "x-ms-request-id": [ + "42361d29-edbb-45a3-9275-2da83a0cd872" + ], + "x-ms-correlation-request-id": [ + "42361d29-edbb-45a3-9275-2da83a0cd872" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192200Z:42361d29-edbb-45a3-9275-2da83a0cd872" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d65e680a-2790-4be7-896a-542b99a9a3a6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13444" + ], + "x-ms-request-id": [ + "f61c5559-1757-4d77-9f81-110e90cac757" + ], + "x-ms-correlation-request-id": [ + "f61c5559-1757-4d77-9f81-110e90cac757" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192200Z:f61c5559-1757-4d77-9f81-110e90cac757" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "94f7d715-ec11-45fb-80be-7726c0bca51c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13442" + ], + "x-ms-request-id": [ + "c6ff043f-70ee-4793-b7b0-2592e4b994e9" + ], + "x-ms-correlation-request-id": [ + "c6ff043f-70ee-4793-b7b0-2592e4b994e9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192200Z:c6ff043f-70ee-4793-b7b0-2592e4b994e9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8838e828-dc50-4a84-8b25-44eb7a76108b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13440" + ], + "x-ms-request-id": [ + "3601f6c4-8ed2-49ec-9a66-9b0324936adf" + ], + "x-ms-correlation-request-id": [ + "3601f6c4-8ed2-49ec-9a66-9b0324936adf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192200Z:3601f6c4-8ed2-49ec-9a66-9b0324936adf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "521e43d0-16ce-4cbd-a734-f2ca26d7e057" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13438" + ], + "x-ms-request-id": [ + "7ae39fbf-6ff2-4653-bf3e-717a7f2e6e22" + ], + "x-ms-correlation-request-id": [ + "7ae39fbf-6ff2-4653-bf3e-717a7f2e6e22" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192201Z:7ae39fbf-6ff2-4653-bf3e-717a7f2e6e22" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6f3d5986-7c61-4bc0-a936-8634f0a9368d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13436" + ], + "x-ms-request-id": [ + "7c783c41-b7ed-4413-a875-9171235304fb" + ], + "x-ms-correlation-request-id": [ + "7c783c41-b7ed-4413-a875-9171235304fb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192201Z:7c783c41-b7ed-4413-a875-9171235304fb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "42c77e76-4fc7-4d91-8129-3f99de3f23ac" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13434" + ], + "x-ms-request-id": [ + "5d3a00a9-d2fb-4456-ba99-a64475e6c9fa" + ], + "x-ms-correlation-request-id": [ + "5d3a00a9-d2fb-4456-ba99-a64475e6c9fa" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192201Z:5d3a00a9-d2fb-4456-ba99-a64475e6c9fa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "008adc77-b22a-49e4-ae54-9e0f538182d4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13432" + ], + "x-ms-request-id": [ + "6d11e3f8-75f5-425f-bfc2-9c71d7e04e40" + ], + "x-ms-correlation-request-id": [ + "6d11e3f8-75f5-425f-bfc2-9c71d7e04e40" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192201Z:6d11e3f8-75f5-425f-bfc2-9c71d7e04e40" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2d406dda-6244-4fe2-8b6a-08d8b507eac6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13430" + ], + "x-ms-request-id": [ + "4a3aa93f-2608-4ae3-b52e-79238c340a95" + ], + "x-ms-correlation-request-id": [ + "4a3aa93f-2608-4ae3-b52e-79238c340a95" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192201Z:4a3aa93f-2608-4ae3-b52e-79238c340a95" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "36e65446-a87e-4ea4-9fe6-d2d685d54c49" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13428" + ], + "x-ms-request-id": [ + "ca9a00ae-7503-46e8-b39b-dd0b0c4e4c23" + ], + "x-ms-correlation-request-id": [ + "ca9a00ae-7503-46e8-b39b-dd0b0c4e4c23" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192202Z:ca9a00ae-7503-46e8-b39b-dd0b0c4e4c23" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f668e01d-a692-4763-869d-5448c2a8d0d5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13426" + ], + "x-ms-request-id": [ + "6a5c8f05-f6df-45b2-944c-d039310d1162" + ], + "x-ms-correlation-request-id": [ + "6a5c8f05-f6df-45b2-944c-d039310d1162" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192202Z:6a5c8f05-f6df-45b2-944c-d039310d1162" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "07e62802-bc17-400e-bfa5-da56b8f1a086" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13424" + ], + "x-ms-request-id": [ + "5bd47929-3b6a-4d34-93ea-425b0f4f4c9f" + ], + "x-ms-correlation-request-id": [ + "5bd47929-3b6a-4d34-93ea-425b0f4f4c9f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192202Z:5bd47929-3b6a-4d34-93ea-425b0f4f4c9f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ec683294-3e20-4636-a03b-a1a42736df01" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13422" + ], + "x-ms-request-id": [ + "e734e17c-c020-4400-bf6f-ddd2513ebfa0" + ], + "x-ms-correlation-request-id": [ + "e734e17c-c020-4400-bf6f-ddd2513ebfa0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192202Z:e734e17c-c020-4400-bf6f-ddd2513ebfa0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "154c6d1d-1dae-4d1d-96d0-18232298ac99" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13420" + ], + "x-ms-request-id": [ + "4aca99f7-5b66-4622-8a5b-4e7a14851504" + ], + "x-ms-correlation-request-id": [ + "4aca99f7-5b66-4622-8a5b-4e7a14851504" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192202Z:4aca99f7-5b66-4622-8a5b-4e7a14851504" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "76374d3d-c962-4a60-bcc9-ac30e7b92900" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13418" + ], + "x-ms-request-id": [ + "ad5455a7-1a6c-431d-94ff-c0f512296176" + ], + "x-ms-correlation-request-id": [ + "ad5455a7-1a6c-431d-94ff-c0f512296176" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192203Z:ad5455a7-1a6c-431d-94ff-c0f512296176" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:02 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8d4dd5f8-dd82-4896-9a4e-d8f9a72d6a3a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13416" + ], + "x-ms-request-id": [ + "4dc8dcf9-70c6-4eef-a417-f3b7d73d658b" + ], + "x-ms-correlation-request-id": [ + "4dc8dcf9-70c6-4eef-a417-f3b7d73d658b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192203Z:4dc8dcf9-70c6-4eef-a417-f3b7d73d658b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b7b7eb2d-7d46-4c1e-9c1b-7737e050fd89" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13414" + ], + "x-ms-request-id": [ + "f1834ef7-e1ba-4a92-9665-90f8bcf9616b" + ], + "x-ms-correlation-request-id": [ + "f1834ef7-e1ba-4a92-9665-90f8bcf9616b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192203Z:f1834ef7-e1ba-4a92-9665-90f8bcf9616b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "33686ad7-e75c-4b83-833c-0c7a51495ede" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13412" + ], + "x-ms-request-id": [ + "f3e0bde2-38c5-41a3-8937-dcb2476def2e" + ], + "x-ms-correlation-request-id": [ + "f3e0bde2-38c5-41a3-8937-dcb2476def2e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192203Z:f3e0bde2-38c5-41a3-8937-dcb2476def2e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8445b6ed-2ab3-437a-9bc2-70f4a48cc995" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13410" + ], + "x-ms-request-id": [ + "d329b6b4-7304-497c-b06e-461af7692f8c" + ], + "x-ms-correlation-request-id": [ + "d329b6b4-7304-497c-b06e-461af7692f8c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192203Z:d329b6b4-7304-497c-b06e-461af7692f8c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "28b68a2e-45c9-4805-9b4e-4e58eacb3b70" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13408" + ], + "x-ms-request-id": [ + "d6a89178-ec98-4f0f-b020-5e8f1b62cef7" + ], + "x-ms-correlation-request-id": [ + "d6a89178-ec98-4f0f-b020-5e8f1b62cef7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192204Z:d6a89178-ec98-4f0f-b020-5e8f1b62cef7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ce016679-0df8-46ca-92ff-63dd456a33f5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13406" + ], + "x-ms-request-id": [ + "0366e23c-080b-4008-8bc8-c1c18a580951" + ], + "x-ms-correlation-request-id": [ + "0366e23c-080b-4008-8bc8-c1c18a580951" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192204Z:0366e23c-080b-4008-8bc8-c1c18a580951" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "42d9e408-541e-4743-913e-4f3dd9eb4923" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13404" + ], + "x-ms-request-id": [ + "e2ac1535-7234-4efb-ac86-ab887f65c8d7" + ], + "x-ms-correlation-request-id": [ + "e2ac1535-7234-4efb-ac86-ab887f65c8d7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192204Z:e2ac1535-7234-4efb-ac86-ab887f65c8d7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "df044c82-4c82-452b-9204-6c6d550dda9a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13402" + ], + "x-ms-request-id": [ + "f1de2e49-6db3-4de4-a17c-c05c03479be9" + ], + "x-ms-correlation-request-id": [ + "f1de2e49-6db3-4de4-a17c-c05c03479be9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192204Z:f1de2e49-6db3-4de4-a17c-c05c03479be9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "87656296-1304-4f27-bb37-6ceefd6c6def" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13400" + ], + "x-ms-request-id": [ + "5c1d2c72-ea75-4007-8901-70b635bfeb75" + ], + "x-ms-correlation-request-id": [ + "5c1d2c72-ea75-4007-8901-70b635bfeb75" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192204Z:5c1d2c72-ea75-4007-8901-70b635bfeb75" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ca4a8caf-9685-4d7d-8548-19ec407524d4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13398" + ], + "x-ms-request-id": [ + "53e9ec66-b67d-4fc0-927b-85cb4f924727" + ], + "x-ms-correlation-request-id": [ + "53e9ec66-b67d-4fc0-927b-85cb4f924727" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192205Z:53e9ec66-b67d-4fc0-927b-85cb4f924727" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c6ae0c17-47c8-4a10-a5bc-c7b324f6bd1d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13396" + ], + "x-ms-request-id": [ + "4f1059b7-e3de-403f-883c-077799ac1204" + ], + "x-ms-correlation-request-id": [ + "4f1059b7-e3de-403f-883c-077799ac1204" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192205Z:4f1059b7-e3de-403f-883c-077799ac1204" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d40df2d2-65a2-4b0e-89e6-f792354774f6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13394" + ], + "x-ms-request-id": [ + "a86c253c-8e09-4892-8525-4f5f731ea1ce" + ], + "x-ms-correlation-request-id": [ + "a86c253c-8e09-4892-8525-4f5f731ea1ce" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192205Z:a86c253c-8e09-4892-8525-4f5f731ea1ce" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "17268f7f-5337-442a-ae93-5c9967194783" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13392" + ], + "x-ms-request-id": [ + "9be50502-be81-457e-a3a2-8d3478061c94" + ], + "x-ms-correlation-request-id": [ + "9be50502-be81-457e-a3a2-8d3478061c94" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192205Z:9be50502-be81-457e-a3a2-8d3478061c94" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a71e9fb4-4b3c-4082-b581-96daf1ca9f6a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13390" + ], + "x-ms-request-id": [ + "93d0bf5b-cc81-42b0-994f-ae6f99f0a701" + ], + "x-ms-correlation-request-id": [ + "93d0bf5b-cc81-42b0-994f-ae6f99f0a701" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192205Z:93d0bf5b-cc81-42b0-994f-ae6f99f0a701" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6ce7a8de-64d6-464d-89a9-74c8b193dec3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13388" + ], + "x-ms-request-id": [ + "a591f3f3-8951-45b8-a106-48a5c4c3f56e" + ], + "x-ms-correlation-request-id": [ + "a591f3f3-8951-45b8-a106-48a5c4c3f56e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192206Z:a591f3f3-8951-45b8-a106-48a5c4c3f56e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "acba7210-57d7-4392-b10a-c1c0571b4944" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13386" + ], + "x-ms-request-id": [ + "b9948610-595c-45a2-9891-18bd7cb5b769" + ], + "x-ms-correlation-request-id": [ + "b9948610-595c-45a2-9891-18bd7cb5b769" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192206Z:b9948610-595c-45a2-9891-18bd7cb5b769" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5312739f-a477-4ef1-94a9-45eb8a351b3b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13384" + ], + "x-ms-request-id": [ + "ac7f2634-6e67-4ec2-8507-2660680db1d5" + ], + "x-ms-correlation-request-id": [ + "ac7f2634-6e67-4ec2-8507-2660680db1d5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192206Z:ac7f2634-6e67-4ec2-8507-2660680db1d5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "460087bc-e12c-42f6-a86e-bf8153ad943d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13382" + ], + "x-ms-request-id": [ + "64637f45-eb63-4e91-8982-7656c53a10b5" + ], + "x-ms-correlation-request-id": [ + "64637f45-eb63-4e91-8982-7656c53a10b5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192206Z:64637f45-eb63-4e91-8982-7656c53a10b5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e559f269-b9ee-4757-9d79-b55f6bc78059" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13380" + ], + "x-ms-request-id": [ + "d82cb0ed-1f04-4e3d-abe3-51c23be3d0bb" + ], + "x-ms-correlation-request-id": [ + "d82cb0ed-1f04-4e3d-abe3-51c23be3d0bb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192206Z:d82cb0ed-1f04-4e3d-abe3-51c23be3d0bb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1f249b70-4a61-4fbe-8ed8-281248f8f272" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13378" + ], + "x-ms-request-id": [ + "70d8aec5-01f5-4c52-a0b2-6f8b5004e8aa" + ], + "x-ms-correlation-request-id": [ + "70d8aec5-01f5-4c52-a0b2-6f8b5004e8aa" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192206Z:70d8aec5-01f5-4c52-a0b2-6f8b5004e8aa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4674980e-5e82-41dc-bc7d-496ab949b28c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13376" + ], + "x-ms-request-id": [ + "eb9be0ae-b0b9-4455-8ccb-c6374052f956" + ], + "x-ms-correlation-request-id": [ + "eb9be0ae-b0b9-4455-8ccb-c6374052f956" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192207Z:eb9be0ae-b0b9-4455-8ccb-c6374052f956" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4c3cc6eb-54c3-4f67-b6bc-7b0b4a6dae28" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13374" + ], + "x-ms-request-id": [ + "021bae1d-7b6d-4218-852f-3c1f0432f689" + ], + "x-ms-correlation-request-id": [ + "021bae1d-7b6d-4218-852f-3c1f0432f689" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192207Z:021bae1d-7b6d-4218-852f-3c1f0432f689" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9cdedd1a-d9bd-42de-911c-b00eab3d2bdc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13372" + ], + "x-ms-request-id": [ + "d55ebc5b-fd6b-4670-8bf9-e7f4a826b600" + ], + "x-ms-correlation-request-id": [ + "d55ebc5b-fd6b-4670-8bf9-e7f4a826b600" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192207Z:d55ebc5b-fd6b-4670-8bf9-e7f4a826b600" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a8bcfa26-80d2-4117-93f7-fdf296fa38b0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13370" + ], + "x-ms-request-id": [ + "c6f1770f-70e6-44ae-ac49-cf58b7c6da3f" + ], + "x-ms-correlation-request-id": [ + "c6f1770f-70e6-44ae-ac49-cf58b7c6da3f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192207Z:c6f1770f-70e6-44ae-ac49-cf58b7c6da3f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "edc590f1-b5c6-4826-9501-338637d02bc2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13368" + ], + "x-ms-request-id": [ + "2ef0b08f-30a8-4366-81a4-a49f62368d32" + ], + "x-ms-correlation-request-id": [ + "2ef0b08f-30a8-4366-81a4-a49f62368d32" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192208Z:2ef0b08f-30a8-4366-81a4-a49f62368d32" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eda6063e-5a9c-4b65-a1bb-67c16cbc5042" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13366" + ], + "x-ms-request-id": [ + "1709ed05-12eb-4637-bea7-d6f31668f6a7" + ], + "x-ms-correlation-request-id": [ + "1709ed05-12eb-4637-bea7-d6f31668f6a7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192208Z:1709ed05-12eb-4637-bea7-d6f31668f6a7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c603e815-2e72-4fe3-92a9-943e20c6b9ea" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13364" + ], + "x-ms-request-id": [ + "c5004494-a9b8-483c-8b39-16556a1bcb5f" + ], + "x-ms-correlation-request-id": [ + "c5004494-a9b8-483c-8b39-16556a1bcb5f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192208Z:c5004494-a9b8-483c-8b39-16556a1bcb5f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aebe6896-01bc-4929-a3a8-d37ef77a8aa8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13362" + ], + "x-ms-request-id": [ + "e498b41e-12f2-4e6d-b922-6fca9886c405" + ], + "x-ms-correlation-request-id": [ + "e498b41e-12f2-4e6d-b922-6fca9886c405" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192208Z:e498b41e-12f2-4e6d-b922-6fca9886c405" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "589050e9-68ae-44d0-988c-b05910009c33" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13360" + ], + "x-ms-request-id": [ + "87fba78a-38a8-4475-852d-56c19a3db018" + ], + "x-ms-correlation-request-id": [ + "87fba78a-38a8-4475-852d-56c19a3db018" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192208Z:87fba78a-38a8-4475-852d-56c19a3db018" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "29a07fb3-6119-4254-9679-7e6b9123bbd6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13358" + ], + "x-ms-request-id": [ + "7d363068-619d-4c61-8965-1d8269e11eb5" + ], + "x-ms-correlation-request-id": [ + "7d363068-619d-4c61-8965-1d8269e11eb5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192209Z:7d363068-619d-4c61-8965-1d8269e11eb5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "174d600c-c6a0-4cec-8655-0c3e8d6dc4dd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13356" + ], + "x-ms-request-id": [ + "b918bd0d-fa0e-4bab-82be-38dda38656f8" + ], + "x-ms-correlation-request-id": [ + "b918bd0d-fa0e-4bab-82be-38dda38656f8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192209Z:b918bd0d-fa0e-4bab-82be-38dda38656f8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6df91f2c-d3af-462a-b855-1c0ed96d1d1f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13354" + ], + "x-ms-request-id": [ + "d5234207-7ad1-4225-bd28-514a13ba2f96" + ], + "x-ms-correlation-request-id": [ + "d5234207-7ad1-4225-bd28-514a13ba2f96" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192209Z:d5234207-7ad1-4225-bd28-514a13ba2f96" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2d9b720a-0188-4d1d-8691-c77eec4be1ce" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13352" + ], + "x-ms-request-id": [ + "e8be1c92-5bff-4a67-9de1-89c1512503fe" + ], + "x-ms-correlation-request-id": [ + "e8be1c92-5bff-4a67-9de1-89c1512503fe" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192209Z:e8be1c92-5bff-4a67-9de1-89c1512503fe" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4e0c6d8e-779f-4a7e-928e-f8e5f05d6e08" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13350" + ], + "x-ms-request-id": [ + "54688c31-2059-4e28-9ff6-12b8f5633bc3" + ], + "x-ms-correlation-request-id": [ + "54688c31-2059-4e28-9ff6-12b8f5633bc3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192209Z:54688c31-2059-4e28-9ff6-12b8f5633bc3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3d3357f6-7e8f-4b5a-b2b4-24f3943382b0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13348" + ], + "x-ms-request-id": [ + "a435039b-8457-4503-bcbc-389455be166f" + ], + "x-ms-correlation-request-id": [ + "a435039b-8457-4503-bcbc-389455be166f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192209Z:a435039b-8457-4503-bcbc-389455be166f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2e1a2d89-65a8-4a82-9fd5-906da90c90b2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13346" + ], + "x-ms-request-id": [ + "35b0c6cb-d724-4d93-b046-575b60e8be13" + ], + "x-ms-correlation-request-id": [ + "35b0c6cb-d724-4d93-b046-575b60e8be13" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192210Z:35b0c6cb-d724-4d93-b046-575b60e8be13" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1e806a4f-9d3f-4f3b-95ff-69a3ccde7a6b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13344" + ], + "x-ms-request-id": [ + "301b6d01-5f89-4c54-914a-fdcd9a668c38" + ], + "x-ms-correlation-request-id": [ + "301b6d01-5f89-4c54-914a-fdcd9a668c38" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192210Z:301b6d01-5f89-4c54-914a-fdcd9a668c38" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3095d8bc-a8e5-4aaa-b029-ec72850b65a8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13342" + ], + "x-ms-request-id": [ + "2b320fc4-56a6-4408-a741-61a529c60a5a" + ], + "x-ms-correlation-request-id": [ + "2b320fc4-56a6-4408-a741-61a529c60a5a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192210Z:2b320fc4-56a6-4408-a741-61a529c60a5a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b4f1ac20-9a92-4f13-9b75-b7d6e489d6f2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13340" + ], + "x-ms-request-id": [ + "9a43067b-2ad1-4dba-88d6-218cfd617aec" + ], + "x-ms-correlation-request-id": [ + "9a43067b-2ad1-4dba-88d6-218cfd617aec" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192210Z:9a43067b-2ad1-4dba-88d6-218cfd617aec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "50484099-8bf9-4998-8fc2-c68a1dbd1cd5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13338" + ], + "x-ms-request-id": [ + "a107e3c9-3efb-4668-a41a-bb4f12a7d5c1" + ], + "x-ms-correlation-request-id": [ + "a107e3c9-3efb-4668-a41a-bb4f12a7d5c1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192210Z:a107e3c9-3efb-4668-a41a-bb4f12a7d5c1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1ed58fe9-2ec5-4088-ac37-9439482d26ca" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13336" + ], + "x-ms-request-id": [ + "5c2889ae-94e9-43bb-b3f4-0ca7bbaaeb95" + ], + "x-ms-correlation-request-id": [ + "5c2889ae-94e9-43bb-b3f4-0ca7bbaaeb95" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192211Z:5c2889ae-94e9-43bb-b3f4-0ca7bbaaeb95" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dedeaeab-fd70-41b3-beaa-509ad7f809e2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13334" + ], + "x-ms-request-id": [ + "79efd470-30e4-45b3-a80b-6462f68603e2" + ], + "x-ms-correlation-request-id": [ + "79efd470-30e4-45b3-a80b-6462f68603e2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192211Z:79efd470-30e4-45b3-a80b-6462f68603e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "79a392fe-0463-4432-8757-c898863e760a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13332" + ], + "x-ms-request-id": [ + "aa178aca-aa07-4a82-83c6-6c60c076a859" + ], + "x-ms-correlation-request-id": [ + "aa178aca-aa07-4a82-83c6-6c60c076a859" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192211Z:aa178aca-aa07-4a82-83c6-6c60c076a859" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0eccf0cc-abd1-466b-850d-fa4aea16fec6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13330" + ], + "x-ms-request-id": [ + "fa8edb17-eef4-4329-af03-c16daacfc71c" + ], + "x-ms-correlation-request-id": [ + "fa8edb17-eef4-4329-af03-c16daacfc71c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192211Z:fa8edb17-eef4-4329-af03-c16daacfc71c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "51345a67-bd83-44d6-87d9-35ecb3caf038" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13328" + ], + "x-ms-request-id": [ + "c1ef9a77-c714-4e9f-8505-cfbc9376524f" + ], + "x-ms-correlation-request-id": [ + "c1ef9a77-c714-4e9f-8505-cfbc9376524f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192211Z:c1ef9a77-c714-4e9f-8505-cfbc9376524f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "94872780-b121-49c4-b69d-8bf30e951950" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13326" + ], + "x-ms-request-id": [ + "b22bd66a-9a21-4850-92ce-a36908482d05" + ], + "x-ms-correlation-request-id": [ + "b22bd66a-9a21-4850-92ce-a36908482d05" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192212Z:b22bd66a-9a21-4850-92ce-a36908482d05" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c89e9202-05cf-41aa-9664-49284a035549" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13324" + ], + "x-ms-request-id": [ + "ab2248dd-9cf0-4d40-a34c-1f5d669d9194" + ], + "x-ms-correlation-request-id": [ + "ab2248dd-9cf0-4d40-a34c-1f5d669d9194" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192212Z:ab2248dd-9cf0-4d40-a34c-1f5d669d9194" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4cff4696-1c42-4b75-9e21-25debb171828" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13322" + ], + "x-ms-request-id": [ + "c4b8cfe7-fe98-4e39-86e7-cab0f036dd7e" + ], + "x-ms-correlation-request-id": [ + "c4b8cfe7-fe98-4e39-86e7-cab0f036dd7e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192212Z:c4b8cfe7-fe98-4e39-86e7-cab0f036dd7e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e74e4509-0110-4d83-918b-f03683a13999" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13320" + ], + "x-ms-request-id": [ + "238ab245-a9bf-460d-8023-ff3bcfd48c3a" + ], + "x-ms-correlation-request-id": [ + "238ab245-a9bf-460d-8023-ff3bcfd48c3a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192212Z:238ab245-a9bf-460d-8023-ff3bcfd48c3a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b7a33971-8fa1-4bf1-a483-b92fbf3d6c5c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13318" + ], + "x-ms-request-id": [ + "766c941a-d04c-4ff1-809e-ce9b4fec718e" + ], + "x-ms-correlation-request-id": [ + "766c941a-d04c-4ff1-809e-ce9b4fec718e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192212Z:766c941a-d04c-4ff1-809e-ce9b4fec718e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a71cd373-eaae-4417-bd0f-d8438ee39bb8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13316" + ], + "x-ms-request-id": [ + "1994a8b4-85bc-4e83-aaf6-9dd1504f5577" + ], + "x-ms-correlation-request-id": [ + "1994a8b4-85bc-4e83-aaf6-9dd1504f5577" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192213Z:1994a8b4-85bc-4e83-aaf6-9dd1504f5577" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c8b05ee5-dfc5-46b6-997d-e223acaaa72b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13314" + ], + "x-ms-request-id": [ + "6cb281ac-77fb-48cb-b38c-47293a367312" + ], + "x-ms-correlation-request-id": [ + "6cb281ac-77fb-48cb-b38c-47293a367312" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192213Z:6cb281ac-77fb-48cb-b38c-47293a367312" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "769d5a75-d24d-4b08-968d-d25d2a065370" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13312" + ], + "x-ms-request-id": [ + "7e102177-4294-48c1-91ad-9b3999bf02f7" + ], + "x-ms-correlation-request-id": [ + "7e102177-4294-48c1-91ad-9b3999bf02f7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192213Z:7e102177-4294-48c1-91ad-9b3999bf02f7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7710b68a-c731-4a6a-b2c3-6b983872823b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13310" + ], + "x-ms-request-id": [ + "dce3c7c5-bc53-4a45-a14b-b7cc2238bd6b" + ], + "x-ms-correlation-request-id": [ + "dce3c7c5-bc53-4a45-a14b-b7cc2238bd6b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192213Z:dce3c7c5-bc53-4a45-a14b-b7cc2238bd6b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e1e43b4b-6c69-4b15-a7da-c3004aac2cfe" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13308" + ], + "x-ms-request-id": [ + "4f137b8a-652f-4b93-bc78-8c2bb13ac207" + ], + "x-ms-correlation-request-id": [ + "4f137b8a-652f-4b93-bc78-8c2bb13ac207" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192214Z:4f137b8a-652f-4b93-bc78-8c2bb13ac207" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "73b48b1a-77ee-47ed-8b73-91c9a1df770b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13306" + ], + "x-ms-request-id": [ + "7d315143-3cb5-43c7-b689-de63eb012efa" + ], + "x-ms-correlation-request-id": [ + "7d315143-3cb5-43c7-b689-de63eb012efa" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192214Z:7d315143-3cb5-43c7-b689-de63eb012efa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e13b2b81-ac14-42a0-af39-4ab033d7b2a0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13304" + ], + "x-ms-request-id": [ + "aac8077a-6932-49cd-8dcd-2a66d0c6e97a" + ], + "x-ms-correlation-request-id": [ + "aac8077a-6932-49cd-8dcd-2a66d0c6e97a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192214Z:aac8077a-6932-49cd-8dcd-2a66d0c6e97a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "09a760eb-a4bc-462d-91a4-946b4dfcdd4f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13302" + ], + "x-ms-request-id": [ + "f80f3542-ac17-4551-a1cc-a2771711d0a2" + ], + "x-ms-correlation-request-id": [ + "f80f3542-ac17-4551-a1cc-a2771711d0a2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192214Z:f80f3542-ac17-4551-a1cc-a2771711d0a2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5fc91a9d-9cb7-4d42-b369-81f21b6edcb5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13300" + ], + "x-ms-request-id": [ + "be9a699b-bf7e-4fee-aa36-8ad0bf8fc604" + ], + "x-ms-correlation-request-id": [ + "be9a699b-bf7e-4fee-aa36-8ad0bf8fc604" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192214Z:be9a699b-bf7e-4fee-aa36-8ad0bf8fc604" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "96417162-b529-4a57-a418-5bbae3a6d82c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13298" + ], + "x-ms-request-id": [ + "2eedbe92-b3ff-49bf-914e-a73be53db65b" + ], + "x-ms-correlation-request-id": [ + "2eedbe92-b3ff-49bf-914e-a73be53db65b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192215Z:2eedbe92-b3ff-49bf-914e-a73be53db65b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "96a056c6-d8c0-46c2-8006-8c039c8fa4d9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13296" + ], + "x-ms-request-id": [ + "943256cc-6f2e-4e49-b14d-210c1682c4ef" + ], + "x-ms-correlation-request-id": [ + "943256cc-6f2e-4e49-b14d-210c1682c4ef" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192215Z:943256cc-6f2e-4e49-b14d-210c1682c4ef" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "49b41a7c-594c-4fed-8cef-92b5659dc20b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13294" + ], + "x-ms-request-id": [ + "df22c4bb-99bf-4205-8a20-4cf5d1df9333" + ], + "x-ms-correlation-request-id": [ + "df22c4bb-99bf-4205-8a20-4cf5d1df9333" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192215Z:df22c4bb-99bf-4205-8a20-4cf5d1df9333" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5d47bd5e-5d24-4e8a-868f-a1a4eb271d57" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13292" + ], + "x-ms-request-id": [ + "d6744255-f9c7-4556-a5b9-1ca15175e50d" + ], + "x-ms-correlation-request-id": [ + "d6744255-f9c7-4556-a5b9-1ca15175e50d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192215Z:d6744255-f9c7-4556-a5b9-1ca15175e50d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6f67eea1-3f25-4ea1-a98b-b38b9a902d92" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13290" + ], + "x-ms-request-id": [ + "bacf2940-0f5b-4bfd-8722-c10b132d2dce" + ], + "x-ms-correlation-request-id": [ + "bacf2940-0f5b-4bfd-8722-c10b132d2dce" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192215Z:bacf2940-0f5b-4bfd-8722-c10b132d2dce" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f09850b4-5643-44d1-a7e7-785e3337630d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13288" + ], + "x-ms-request-id": [ + "8efab93c-8c76-48f5-a23a-834a35d9f72a" + ], + "x-ms-correlation-request-id": [ + "8efab93c-8c76-48f5-a23a-834a35d9f72a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192216Z:8efab93c-8c76-48f5-a23a-834a35d9f72a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ee16cbce-8fd0-4145-a800-7384ecf13285" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13286" + ], + "x-ms-request-id": [ + "668f3d24-6bd9-4c38-bf15-a7af446b3b46" + ], + "x-ms-correlation-request-id": [ + "668f3d24-6bd9-4c38-bf15-a7af446b3b46" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192216Z:668f3d24-6bd9-4c38-bf15-a7af446b3b46" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9c7b651b-7180-4588-9e44-51d2f7c0f77f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13284" + ], + "x-ms-request-id": [ + "640dc467-1ee0-47cb-bd8f-3dd48ace1cba" + ], + "x-ms-correlation-request-id": [ + "640dc467-1ee0-47cb-bd8f-3dd48ace1cba" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192216Z:640dc467-1ee0-47cb-bd8f-3dd48ace1cba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "18e0657a-04c6-4144-966e-7d0d6889db20" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13282" + ], + "x-ms-request-id": [ + "18c30035-f7f8-4163-9b17-269abfa984ba" + ], + "x-ms-correlation-request-id": [ + "18c30035-f7f8-4163-9b17-269abfa984ba" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192216Z:18c30035-f7f8-4163-9b17-269abfa984ba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef360982-9252-4080-8478-827947ee4eac" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13280" + ], + "x-ms-request-id": [ + "0a0d3d17-9b88-48ca-b4ca-81d745f5fd87" + ], + "x-ms-correlation-request-id": [ + "0a0d3d17-9b88-48ca-b4ca-81d745f5fd87" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192216Z:0a0d3d17-9b88-48ca-b4ca-81d745f5fd87" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a01128db-5e79-4018-bad6-e6adccf268aa" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13278" + ], + "x-ms-request-id": [ + "e53b0d7f-9ad2-4648-9dbf-6ac0f3243228" + ], + "x-ms-correlation-request-id": [ + "e53b0d7f-9ad2-4648-9dbf-6ac0f3243228" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192217Z:e53b0d7f-9ad2-4648-9dbf-6ac0f3243228" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6402af26-8a56-487f-9e7a-e97cbd4f9a90" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13276" + ], + "x-ms-request-id": [ + "66ff025e-13ae-4704-a2e1-35eab33bf7e4" + ], + "x-ms-correlation-request-id": [ + "66ff025e-13ae-4704-a2e1-35eab33bf7e4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192217Z:66ff025e-13ae-4704-a2e1-35eab33bf7e4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d033e2d7-5f83-49fa-a67f-6bdaf59367e5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13274" + ], + "x-ms-request-id": [ + "0d510bc6-e2ef-4f9c-9ac6-ac3e97ad4f3c" + ], + "x-ms-correlation-request-id": [ + "0d510bc6-e2ef-4f9c-9ac6-ac3e97ad4f3c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192217Z:0d510bc6-e2ef-4f9c-9ac6-ac3e97ad4f3c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "21ff482f-3d1c-43c8-b771-ec81b1337e14" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13272" + ], + "x-ms-request-id": [ + "2b4707b2-4e86-43fa-be34-d83e668b254d" + ], + "x-ms-correlation-request-id": [ + "2b4707b2-4e86-43fa-be34-d83e668b254d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192217Z:2b4707b2-4e86-43fa-be34-d83e668b254d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5962718b-9156-487b-a4d9-3fb1221a3be4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13270" + ], + "x-ms-request-id": [ + "c44399c7-52e6-4c2f-b38f-bdfcb4e4ea43" + ], + "x-ms-correlation-request-id": [ + "c44399c7-52e6-4c2f-b38f-bdfcb4e4ea43" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192217Z:c44399c7-52e6-4c2f-b38f-bdfcb4e4ea43" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "69e33ec7-cd88-4d46-bbf6-2cfed8015a20" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13268" + ], + "x-ms-request-id": [ + "86235f9b-3ca9-4779-8436-05a3396f0d3e" + ], + "x-ms-correlation-request-id": [ + "86235f9b-3ca9-4779-8436-05a3396f0d3e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192218Z:86235f9b-3ca9-4779-8436-05a3396f0d3e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b118e280-031e-4fa3-8c4d-c48883c68ee2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13266" + ], + "x-ms-request-id": [ + "c5fb77f2-0fcf-4253-ae54-997b4d64439b" + ], + "x-ms-correlation-request-id": [ + "c5fb77f2-0fcf-4253-ae54-997b4d64439b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192218Z:c5fb77f2-0fcf-4253-ae54-997b4d64439b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d8eb9be8-c7ef-4175-9725-46908abfdbbd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13264" + ], + "x-ms-request-id": [ + "717fe688-bc18-4290-874e-4cf2899682fe" + ], + "x-ms-correlation-request-id": [ + "717fe688-bc18-4290-874e-4cf2899682fe" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192218Z:717fe688-bc18-4290-874e-4cf2899682fe" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4fb1358c-bc26-471a-b9f2-0eee4c2bbdb1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13262" + ], + "x-ms-request-id": [ + "e76a9d4c-fba5-4dea-888b-a77c77ca089b" + ], + "x-ms-correlation-request-id": [ + "e76a9d4c-fba5-4dea-888b-a77c77ca089b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192218Z:e76a9d4c-fba5-4dea-888b-a77c77ca089b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5335ef64-cffd-46ca-8a42-39cf88494355" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13260" + ], + "x-ms-request-id": [ + "c231a9e4-b178-4247-802b-0b40efafeccc" + ], + "x-ms-correlation-request-id": [ + "c231a9e4-b178-4247-802b-0b40efafeccc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192218Z:c231a9e4-b178-4247-802b-0b40efafeccc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7eae0bc8-8017-4320-bf54-5b99051f299f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13258" + ], + "x-ms-request-id": [ + "9bef721e-a454-43ad-bdcc-0b211a183713" + ], + "x-ms-correlation-request-id": [ + "9bef721e-a454-43ad-bdcc-0b211a183713" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192219Z:9bef721e-a454-43ad-bdcc-0b211a183713" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "325656b5-4ca5-4f15-afda-12a55335b1f6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13256" + ], + "x-ms-request-id": [ + "316a955c-2d1c-473f-8d70-79cef0c7c5e1" + ], + "x-ms-correlation-request-id": [ + "316a955c-2d1c-473f-8d70-79cef0c7c5e1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192219Z:316a955c-2d1c-473f-8d70-79cef0c7c5e1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3b1770d0-4324-4b22-80c5-ae106a82aa4d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13254" + ], + "x-ms-request-id": [ + "fe367472-a996-456b-acd9-63903ae5bf53" + ], + "x-ms-correlation-request-id": [ + "fe367472-a996-456b-acd9-63903ae5bf53" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192219Z:fe367472-a996-456b-acd9-63903ae5bf53" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eceebb0f-599d-4b46-8273-f9bdee68b9ba" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13252" + ], + "x-ms-request-id": [ + "88969201-d5c3-4a64-bfad-4b91a8cfbeb8" + ], + "x-ms-correlation-request-id": [ + "88969201-d5c3-4a64-bfad-4b91a8cfbeb8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192219Z:88969201-d5c3-4a64-bfad-4b91a8cfbeb8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "935c143b-f546-43c3-b0bf-4a289d180484" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13250" + ], + "x-ms-request-id": [ + "0098e1e5-bfd8-4baa-b80d-db8b28db69e3" + ], + "x-ms-correlation-request-id": [ + "0098e1e5-bfd8-4baa-b80d-db8b28db69e3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192219Z:0098e1e5-bfd8-4baa-b80d-db8b28db69e3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "579a1a39-ae1c-432c-95b7-70ea3003325a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13248" + ], + "x-ms-request-id": [ + "fb8dc4bc-d602-441b-bc41-b8c25d8f7b55" + ], + "x-ms-correlation-request-id": [ + "fb8dc4bc-d602-441b-bc41-b8c25d8f7b55" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192220Z:fb8dc4bc-d602-441b-bc41-b8c25d8f7b55" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a436e815-9919-4738-88c5-849fe1910409" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13246" + ], + "x-ms-request-id": [ + "39d51b24-c6bf-4271-8beb-4752e0dfe091" + ], + "x-ms-correlation-request-id": [ + "39d51b24-c6bf-4271-8beb-4752e0dfe091" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192220Z:39d51b24-c6bf-4271-8beb-4752e0dfe091" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d24ae467-1932-450c-b676-24475a3c8303" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13244" + ], + "x-ms-request-id": [ + "4086fd2d-554a-43eb-a4b4-54b88ca7e5bd" + ], + "x-ms-correlation-request-id": [ + "4086fd2d-554a-43eb-a4b4-54b88ca7e5bd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192220Z:4086fd2d-554a-43eb-a4b4-54b88ca7e5bd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a4eab3f0-0d37-4372-b704-f6d8121b5c53" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13242" + ], + "x-ms-request-id": [ + "d43f9ec4-aebd-4fd8-877c-073ead0170ff" + ], + "x-ms-correlation-request-id": [ + "d43f9ec4-aebd-4fd8-877c-073ead0170ff" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192220Z:d43f9ec4-aebd-4fd8-877c-073ead0170ff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1b9dc759-d119-422e-b880-120842ea7dcb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13240" + ], + "x-ms-request-id": [ + "33b99281-ee10-4c27-8124-9bf83afc84a3" + ], + "x-ms-correlation-request-id": [ + "33b99281-ee10-4c27-8124-9bf83afc84a3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192220Z:33b99281-ee10-4c27-8124-9bf83afc84a3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "588bd1af-569b-4e83-917d-9ccc4e9b7647" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13238" + ], + "x-ms-request-id": [ + "853c8eac-459b-423a-81a1-0999f1b4e5fa" + ], + "x-ms-correlation-request-id": [ + "853c8eac-459b-423a-81a1-0999f1b4e5fa" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192221Z:853c8eac-459b-423a-81a1-0999f1b4e5fa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a13022d6-97de-4909-8b74-1934531a6b02" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13236" + ], + "x-ms-request-id": [ + "460ad637-4cf8-416f-98e9-41c888fa300d" + ], + "x-ms-correlation-request-id": [ + "460ad637-4cf8-416f-98e9-41c888fa300d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192221Z:460ad637-4cf8-416f-98e9-41c888fa300d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9bb7e6e3-ce32-44ad-98d9-c5f35b4d7bad" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13234" + ], + "x-ms-request-id": [ + "450b8304-7a07-472d-ad1e-54e2c64f95af" + ], + "x-ms-correlation-request-id": [ + "450b8304-7a07-472d-ad1e-54e2c64f95af" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192221Z:450b8304-7a07-472d-ad1e-54e2c64f95af" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2888aaf0-8d68-4dc8-839a-39ad2c0c6a8b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13232" + ], + "x-ms-request-id": [ + "ef15b81c-cee9-482f-8ad3-d3bfe41ab65a" + ], + "x-ms-correlation-request-id": [ + "ef15b81c-cee9-482f-8ad3-d3bfe41ab65a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192221Z:ef15b81c-cee9-482f-8ad3-d3bfe41ab65a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ffa4429a-cebb-4b19-b1b6-b202bdedaf19" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13230" + ], + "x-ms-request-id": [ + "7149cb23-9b0b-4cb7-abb0-cc2131ac7e3f" + ], + "x-ms-correlation-request-id": [ + "7149cb23-9b0b-4cb7-abb0-cc2131ac7e3f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192221Z:7149cb23-9b0b-4cb7-abb0-cc2131ac7e3f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d10556a4-0aef-400b-b3b8-1528c375d767" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13228" + ], + "x-ms-request-id": [ + "03f04dfd-a7e7-48e7-8584-91e4a8f50a72" + ], + "x-ms-correlation-request-id": [ + "03f04dfd-a7e7-48e7-8584-91e4a8f50a72" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192222Z:03f04dfd-a7e7-48e7-8584-91e4a8f50a72" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d3275dac-7cf2-4e2b-b001-c67af9da6a30" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13226" + ], + "x-ms-request-id": [ + "908ab76f-866b-491f-8827-88f35ce13013" + ], + "x-ms-correlation-request-id": [ + "908ab76f-866b-491f-8827-88f35ce13013" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192222Z:908ab76f-866b-491f-8827-88f35ce13013" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f8a01fc-b367-4e79-b7e5-7fc3178e9924" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13224" + ], + "x-ms-request-id": [ + "ccc0bae8-3efc-4a92-a95f-a4da38b24411" + ], + "x-ms-correlation-request-id": [ + "ccc0bae8-3efc-4a92-a95f-a4da38b24411" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192222Z:ccc0bae8-3efc-4a92-a95f-a4da38b24411" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a3f5ca6b-10a9-498f-a293-0e3835151b1b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13222" + ], + "x-ms-request-id": [ + "ede73982-060c-4bab-bb13-d1da274936ab" + ], + "x-ms-correlation-request-id": [ + "ede73982-060c-4bab-bb13-d1da274936ab" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192222Z:ede73982-060c-4bab-bb13-d1da274936ab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "995941e4-9fb6-45e4-bb6c-a6e7e6cb9fd4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13220" + ], + "x-ms-request-id": [ + "f241513d-9ae3-46e8-bbca-29288909c65e" + ], + "x-ms-correlation-request-id": [ + "f241513d-9ae3-46e8-bbca-29288909c65e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192222Z:f241513d-9ae3-46e8-bbca-29288909c65e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cfcd01fa-6175-40a9-820b-3e434a9fa80d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13218" + ], + "x-ms-request-id": [ + "cb2979b0-a48a-415e-b6b0-c91e69c34300" + ], + "x-ms-correlation-request-id": [ + "cb2979b0-a48a-415e-b6b0-c91e69c34300" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192223Z:cb2979b0-a48a-415e-b6b0-c91e69c34300" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:22 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "20452a4b-aef4-47c3-bfc8-a93c1c7b7996" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13216" + ], + "x-ms-request-id": [ + "7f06e4cf-5230-473d-bee2-da4db9df7c9e" + ], + "x-ms-correlation-request-id": [ + "7f06e4cf-5230-473d-bee2-da4db9df7c9e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192223Z:7f06e4cf-5230-473d-bee2-da4db9df7c9e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "702d63ae-ff17-4155-b782-80b28dd29876" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13214" + ], + "x-ms-request-id": [ + "6f5bb553-1ea1-4d3e-a2fe-920760dba1cc" + ], + "x-ms-correlation-request-id": [ + "6f5bb553-1ea1-4d3e-a2fe-920760dba1cc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192223Z:6f5bb553-1ea1-4d3e-a2fe-920760dba1cc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b0091015-a349-485a-a9b6-631e6614b60e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13212" + ], + "x-ms-request-id": [ + "d7d8f3b2-7695-4eb0-9380-ac0978004bc1" + ], + "x-ms-correlation-request-id": [ + "d7d8f3b2-7695-4eb0-9380-ac0978004bc1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192223Z:d7d8f3b2-7695-4eb0-9380-ac0978004bc1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "00e4d5ed-74a1-437e-8e59-b34c4a3de3b5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13210" + ], + "x-ms-request-id": [ + "5d5502b4-341e-4757-96a1-ab1704157a45" + ], + "x-ms-correlation-request-id": [ + "5d5502b4-341e-4757-96a1-ab1704157a45" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192223Z:5d5502b4-341e-4757-96a1-ab1704157a45" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e50cc441-598a-4faa-87fb-1923d3ed6ec0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13208" + ], + "x-ms-request-id": [ + "ab19f5b1-9fcc-46c4-8584-78c547981bd2" + ], + "x-ms-correlation-request-id": [ + "ab19f5b1-9fcc-46c4-8584-78c547981bd2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192224Z:ab19f5b1-9fcc-46c4-8584-78c547981bd2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:23 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8ba41378-e1c3-4955-b60d-850efb29a1ab" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13206" + ], + "x-ms-request-id": [ + "af6e3e26-e281-47ec-adb1-d7ae65858400" + ], + "x-ms-correlation-request-id": [ + "af6e3e26-e281-47ec-adb1-d7ae65858400" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192224Z:af6e3e26-e281-47ec-adb1-d7ae65858400" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "509fca05-ab8a-48b5-b3d8-1b92eed09fd9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13204" + ], + "x-ms-request-id": [ + "48c34f14-39ab-4688-9adb-0bc9f585e17c" + ], + "x-ms-correlation-request-id": [ + "48c34f14-39ab-4688-9adb-0bc9f585e17c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192224Z:48c34f14-39ab-4688-9adb-0bc9f585e17c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3ff7e061-f170-45bf-864e-a6a81c2f2e73" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13202" + ], + "x-ms-request-id": [ + "65d05f84-9e44-46bc-ae91-43197ae10e2b" + ], + "x-ms-correlation-request-id": [ + "65d05f84-9e44-46bc-ae91-43197ae10e2b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192224Z:65d05f84-9e44-46bc-ae91-43197ae10e2b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "60758658-28d1-4ec1-87b4-eec6bece59ff" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13200" + ], + "x-ms-request-id": [ + "e18e7847-2199-44c5-ae16-a41faba4d050" + ], + "x-ms-correlation-request-id": [ + "e18e7847-2199-44c5-ae16-a41faba4d050" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192224Z:e18e7847-2199-44c5-ae16-a41faba4d050" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bd4a243d-eb0e-494d-a719-bf27732b9910" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13198" + ], + "x-ms-request-id": [ + "70d6eae4-296e-4d15-8560-763bc7ffb5dd" + ], + "x-ms-correlation-request-id": [ + "70d6eae4-296e-4d15-8560-763bc7ffb5dd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192225Z:70d6eae4-296e-4d15-8560-763bc7ffb5dd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b5c4f700-571e-4bd0-a3d6-15acadd02d24" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13196" + ], + "x-ms-request-id": [ + "691ce382-7ac4-4305-861e-065c8e17934d" + ], + "x-ms-correlation-request-id": [ + "691ce382-7ac4-4305-861e-065c8e17934d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192225Z:691ce382-7ac4-4305-861e-065c8e17934d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "363ebce3-730a-4e85-833d-88fa1e825bb5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13194" + ], + "x-ms-request-id": [ + "76deaf2a-4232-41e0-b3dc-234ac8af7e84" + ], + "x-ms-correlation-request-id": [ + "76deaf2a-4232-41e0-b3dc-234ac8af7e84" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192225Z:76deaf2a-4232-41e0-b3dc-234ac8af7e84" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "60bb9e8d-f9e5-4539-b7c7-46629aeef4c9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13192" + ], + "x-ms-request-id": [ + "50dc357a-4cd9-4720-b271-17fd741021d1" + ], + "x-ms-correlation-request-id": [ + "50dc357a-4cd9-4720-b271-17fd741021d1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192225Z:50dc357a-4cd9-4720-b271-17fd741021d1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "071eae5b-8ccb-4590-bada-1870e49d1175" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13190" + ], + "x-ms-request-id": [ + "c6d0a7f6-96d6-4a5d-a2b5-1f5521ab4caf" + ], + "x-ms-correlation-request-id": [ + "c6d0a7f6-96d6-4a5d-a2b5-1f5521ab4caf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192225Z:c6d0a7f6-96d6-4a5d-a2b5-1f5521ab4caf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4b642d7b-5011-406d-ae34-7dd7929486ae" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13188" + ], + "x-ms-request-id": [ + "c5164419-132e-48c0-b8e8-167ee75c6f3a" + ], + "x-ms-correlation-request-id": [ + "c5164419-132e-48c0-b8e8-167ee75c6f3a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192226Z:c5164419-132e-48c0-b8e8-167ee75c6f3a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3388d9d7-5294-4b8a-97ef-7b836997d363" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13186" + ], + "x-ms-request-id": [ + "230eb907-095c-42f2-8e5a-7fd2ab4277f2" + ], + "x-ms-correlation-request-id": [ + "230eb907-095c-42f2-8e5a-7fd2ab4277f2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192226Z:230eb907-095c-42f2-8e5a-7fd2ab4277f2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0471de0a-2ae2-48e4-bb9a-f31dc5239885" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13184" + ], + "x-ms-request-id": [ + "9f97dae4-e56b-4f3f-aed6-a32fecf70427" + ], + "x-ms-correlation-request-id": [ + "9f97dae4-e56b-4f3f-aed6-a32fecf70427" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192226Z:9f97dae4-e56b-4f3f-aed6-a32fecf70427" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "36aacef6-287f-4169-af7f-79deaee5ffd5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13182" + ], + "x-ms-request-id": [ + "2d70c57f-838e-4088-881a-d7863302fc8c" + ], + "x-ms-correlation-request-id": [ + "2d70c57f-838e-4088-881a-d7863302fc8c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192226Z:2d70c57f-838e-4088-881a-d7863302fc8c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "27f1fc0d-66a0-4be0-84f2-ed8b977da229" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13180" + ], + "x-ms-request-id": [ + "78323d75-30e7-4744-9be9-874964463bc8" + ], + "x-ms-correlation-request-id": [ + "78323d75-30e7-4744-9be9-874964463bc8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192227Z:78323d75-30e7-4744-9be9-874964463bc8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c2bbf5e0-571e-41c6-9127-576f368d88dd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13178" + ], + "x-ms-request-id": [ + "24ca7e9e-0faf-44c7-9a02-58f22b58a7d7" + ], + "x-ms-correlation-request-id": [ + "24ca7e9e-0faf-44c7-9a02-58f22b58a7d7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192227Z:24ca7e9e-0faf-44c7-9a02-58f22b58a7d7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e4b19e26-d0fb-4b5f-8c7d-dd3344e8b1dd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13176" + ], + "x-ms-request-id": [ + "567d91f0-f108-43ec-ae87-94e9f76457db" + ], + "x-ms-correlation-request-id": [ + "567d91f0-f108-43ec-ae87-94e9f76457db" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192227Z:567d91f0-f108-43ec-ae87-94e9f76457db" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1b6450ae-084d-465b-9455-466c921d8137" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13174" + ], + "x-ms-request-id": [ + "7b5d53bd-4f72-4bea-9cf5-043184542684" + ], + "x-ms-correlation-request-id": [ + "7b5d53bd-4f72-4bea-9cf5-043184542684" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192227Z:7b5d53bd-4f72-4bea-9cf5-043184542684" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "873d2f68-41a5-4a13-a29e-c20ba86e57c9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13172" + ], + "x-ms-request-id": [ + "2015a107-ebb9-4da7-bb19-b816a5531ab2" + ], + "x-ms-correlation-request-id": [ + "2015a107-ebb9-4da7-bb19-b816a5531ab2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192227Z:2015a107-ebb9-4da7-bb19-b816a5531ab2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e24dadfc-19d2-4c66-9225-5a52886cb615" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13170" + ], + "x-ms-request-id": [ + "b88a35b6-94c0-4b9f-bc93-19dcb7170290" + ], + "x-ms-correlation-request-id": [ + "b88a35b6-94c0-4b9f-bc93-19dcb7170290" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192227Z:b88a35b6-94c0-4b9f-bc93-19dcb7170290" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "09603a59-a27f-4d36-8eea-a1ae879ff8f2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13168" + ], + "x-ms-request-id": [ + "041921b5-0a7b-44ab-bb75-24a86a226b1b" + ], + "x-ms-correlation-request-id": [ + "041921b5-0a7b-44ab-bb75-24a86a226b1b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192228Z:041921b5-0a7b-44ab-bb75-24a86a226b1b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ed67bac4-144a-43e9-b8bb-d707732beb96" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13166" + ], + "x-ms-request-id": [ + "b1e8637d-dcef-4f0b-9dbc-239fb79c66c6" + ], + "x-ms-correlation-request-id": [ + "b1e8637d-dcef-4f0b-9dbc-239fb79c66c6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192228Z:b1e8637d-dcef-4f0b-9dbc-239fb79c66c6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:27 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b26a667a-b61e-41ce-99d8-20b602d8fcd8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13164" + ], + "x-ms-request-id": [ + "e0b8b0b5-7cfa-4acf-b247-4d7d9c754271" + ], + "x-ms-correlation-request-id": [ + "e0b8b0b5-7cfa-4acf-b247-4d7d9c754271" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192228Z:e0b8b0b5-7cfa-4acf-b247-4d7d9c754271" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c515c0f0-22e7-4a7e-8f05-84c9ddf7c8a6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13162" + ], + "x-ms-request-id": [ + "8dd04f72-dc23-4ff6-af1d-8f8616ed66c8" + ], + "x-ms-correlation-request-id": [ + "8dd04f72-dc23-4ff6-af1d-8f8616ed66c8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192228Z:8dd04f72-dc23-4ff6-af1d-8f8616ed66c8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4b46a9c1-72c4-4fbb-bbae-ec04ec8a6460" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13160" + ], + "x-ms-request-id": [ + "882f01d5-2221-4802-bf68-40ebc526a4ca" + ], + "x-ms-correlation-request-id": [ + "882f01d5-2221-4802-bf68-40ebc526a4ca" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192228Z:882f01d5-2221-4802-bf68-40ebc526a4ca" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f5afc4f4-f02b-4aff-81e0-8f97285b7e0c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13158" + ], + "x-ms-request-id": [ + "cdb5ad8d-58cb-4d31-b399-6056eecae5b2" + ], + "x-ms-correlation-request-id": [ + "cdb5ad8d-58cb-4d31-b399-6056eecae5b2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192229Z:cdb5ad8d-58cb-4d31-b399-6056eecae5b2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "31d53ff8-cd22-4f67-b41f-9642c8920268" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13156" + ], + "x-ms-request-id": [ + "6684e8a1-622e-4e8d-862c-b2aa838edf76" + ], + "x-ms-correlation-request-id": [ + "6684e8a1-622e-4e8d-862c-b2aa838edf76" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192229Z:6684e8a1-622e-4e8d-862c-b2aa838edf76" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:28 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "58dcdeff-59c2-4ab3-ab41-4db4c2f26e35" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13154" + ], + "x-ms-request-id": [ + "fdb0863f-0874-43c4-b380-79f16411ab83" + ], + "x-ms-correlation-request-id": [ + "fdb0863f-0874-43c4-b380-79f16411ab83" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192229Z:fdb0863f-0874-43c4-b380-79f16411ab83" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0f34e4ef-32bb-4ad7-89ef-740118fff666" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13152" + ], + "x-ms-request-id": [ + "eabae394-4df9-40c0-bc0b-9667b777a1e2" + ], + "x-ms-correlation-request-id": [ + "eabae394-4df9-40c0-bc0b-9667b777a1e2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192229Z:eabae394-4df9-40c0-bc0b-9667b777a1e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5d28ba68-7a13-4099-8e3a-ce4ac4da48f7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13150" + ], + "x-ms-request-id": [ + "edf5397e-58ad-4466-882a-27e9fb7e1926" + ], + "x-ms-correlation-request-id": [ + "edf5397e-58ad-4466-882a-27e9fb7e1926" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192229Z:edf5397e-58ad-4466-882a-27e9fb7e1926" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7e0dbdbf-123d-4f92-9716-d7bf15e9d282" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13148" + ], + "x-ms-request-id": [ + "dc3d859d-540d-4c46-be77-fda7d319afbc" + ], + "x-ms-correlation-request-id": [ + "dc3d859d-540d-4c46-be77-fda7d319afbc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192230Z:dc3d859d-540d-4c46-be77-fda7d319afbc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "15c4bd99-fa77-4c5d-abcf-b790f233839e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13146" + ], + "x-ms-request-id": [ + "48cf258c-b72b-4227-8a37-2bd2c6b82b2e" + ], + "x-ms-correlation-request-id": [ + "48cf258c-b72b-4227-8a37-2bd2c6b82b2e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192230Z:48cf258c-b72b-4227-8a37-2bd2c6b82b2e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3814ca41-735d-4cdc-b6eb-f63a5284252b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13144" + ], + "x-ms-request-id": [ + "ef4f42be-2b98-45e3-8eeb-08cca0a5a74f" + ], + "x-ms-correlation-request-id": [ + "ef4f42be-2b98-45e3-8eeb-08cca0a5a74f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192230Z:ef4f42be-2b98-45e3-8eeb-08cca0a5a74f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5228cccf-65d9-4c08-a3ab-8324dd53737c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13142" + ], + "x-ms-request-id": [ + "f6e4c8da-a213-445b-82ca-79477c7c193b" + ], + "x-ms-correlation-request-id": [ + "f6e4c8da-a213-445b-82ca-79477c7c193b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192230Z:f6e4c8da-a213-445b-82ca-79477c7c193b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ad350893-84cb-434f-8db4-f1c50e202033" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13140" + ], + "x-ms-request-id": [ + "f550d4fe-23ac-4182-aa45-b84146bb21fd" + ], + "x-ms-correlation-request-id": [ + "f550d4fe-23ac-4182-aa45-b84146bb21fd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192230Z:f550d4fe-23ac-4182-aa45-b84146bb21fd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b14b7999-5c59-4341-96d7-3d5e746356ec" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13138" + ], + "x-ms-request-id": [ + "bf6a16b8-9cb5-4b15-a647-0fd25110065e" + ], + "x-ms-correlation-request-id": [ + "bf6a16b8-9cb5-4b15-a647-0fd25110065e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192231Z:bf6a16b8-9cb5-4b15-a647-0fd25110065e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "569afecf-6da0-4c3c-95b6-7819a695cf82" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13136" + ], + "x-ms-request-id": [ + "991c80eb-758d-4b05-900b-e103434688fe" + ], + "x-ms-correlation-request-id": [ + "991c80eb-758d-4b05-900b-e103434688fe" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192231Z:991c80eb-758d-4b05-900b-e103434688fe" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1af05238-9210-43bf-87c7-fb9876c64ef7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13134" + ], + "x-ms-request-id": [ + "0c739a4f-9abf-4e26-bf31-01fcafad577c" + ], + "x-ms-correlation-request-id": [ + "0c739a4f-9abf-4e26-bf31-01fcafad577c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192231Z:0c739a4f-9abf-4e26-bf31-01fcafad577c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:30 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "14dfa035-2d99-44ca-bb35-317344856e19" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13132" + ], + "x-ms-request-id": [ + "9f58a3ee-cb6b-4c92-9f05-14d545b9d212" + ], + "x-ms-correlation-request-id": [ + "9f58a3ee-cb6b-4c92-9f05-14d545b9d212" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192231Z:9f58a3ee-cb6b-4c92-9f05-14d545b9d212" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "58e09794-d4c1-45ce-bc6b-097aa9e30087" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13130" + ], + "x-ms-request-id": [ + "921d8e6c-b949-4fce-84f4-6476c2b99269" + ], + "x-ms-correlation-request-id": [ + "921d8e6c-b949-4fce-84f4-6476c2b99269" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192231Z:921d8e6c-b949-4fce-84f4-6476c2b99269" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8dea8c13-e6f2-41ce-abba-3bcc55c37138" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13128" + ], + "x-ms-request-id": [ + "02558cad-2cf2-4913-83cf-952a306cf9a3" + ], + "x-ms-correlation-request-id": [ + "02558cad-2cf2-4913-83cf-952a306cf9a3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192232Z:02558cad-2cf2-4913-83cf-952a306cf9a3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "217dfea8-7e71-47e5-8cf0-b531d1e02aef" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13126" + ], + "x-ms-request-id": [ + "a01b1450-28e2-407a-b629-cb4cabdd5980" + ], + "x-ms-correlation-request-id": [ + "a01b1450-28e2-407a-b629-cb4cabdd5980" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192232Z:a01b1450-28e2-407a-b629-cb4cabdd5980" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8688ffbb-a2e8-451a-b4ff-1bb7f754246c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13124" + ], + "x-ms-request-id": [ + "1a093527-024c-4ad9-b03b-13277e8e3469" + ], + "x-ms-correlation-request-id": [ + "1a093527-024c-4ad9-b03b-13277e8e3469" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192232Z:1a093527-024c-4ad9-b03b-13277e8e3469" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:31 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a98e96be-7e40-474b-a047-1b944a129b48" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13122" + ], + "x-ms-request-id": [ + "9e32eab7-881a-4486-a3d4-975ead02ded5" + ], + "x-ms-correlation-request-id": [ + "9e32eab7-881a-4486-a3d4-975ead02ded5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192232Z:9e32eab7-881a-4486-a3d4-975ead02ded5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ecfc1e29-b37d-497c-872d-5a4ca94796aa" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13120" + ], + "x-ms-request-id": [ + "96100286-68e8-4de8-85c2-0894717d973e" + ], + "x-ms-correlation-request-id": [ + "96100286-68e8-4de8-85c2-0894717d973e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192232Z:96100286-68e8-4de8-85c2-0894717d973e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9d99eafb-d9de-46fc-a1be-6572aec2e6d0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13118" + ], + "x-ms-request-id": [ + "71e0efce-63ea-4714-b118-4e9f8b2897a1" + ], + "x-ms-correlation-request-id": [ + "71e0efce-63ea-4714-b118-4e9f8b2897a1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192233Z:71e0efce-63ea-4714-b118-4e9f8b2897a1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "26498687-c301-4b31-9d59-afb9a0b06eac" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13116" + ], + "x-ms-request-id": [ + "3b8ee711-1c44-4f65-9f2e-75ed797710af" + ], + "x-ms-correlation-request-id": [ + "3b8ee711-1c44-4f65-9f2e-75ed797710af" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192233Z:3b8ee711-1c44-4f65-9f2e-75ed797710af" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3b0f19c5-e3f2-4966-bc42-e0a88da67d8d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13114" + ], + "x-ms-request-id": [ + "432fdf52-e44e-49a2-bb34-f4ae50308d52" + ], + "x-ms-correlation-request-id": [ + "432fdf52-e44e-49a2-bb34-f4ae50308d52" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192233Z:432fdf52-e44e-49a2-bb34-f4ae50308d52" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:32 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "13f7640b-b5ff-4e67-8f5e-b3938e2a4d26" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13112" + ], + "x-ms-request-id": [ + "49b1beef-d230-4d56-bb04-45d39bafbc2b" + ], + "x-ms-correlation-request-id": [ + "49b1beef-d230-4d56-bb04-45d39bafbc2b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192233Z:49b1beef-d230-4d56-bb04-45d39bafbc2b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "341358eb-b743-431e-99eb-6c41216e418e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13110" + ], + "x-ms-request-id": [ + "67daf5e1-7e06-4989-b60b-113bf56aa392" + ], + "x-ms-correlation-request-id": [ + "67daf5e1-7e06-4989-b60b-113bf56aa392" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192233Z:67daf5e1-7e06-4989-b60b-113bf56aa392" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "70c0de71-181f-4fdb-882d-cde7f2637883" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13108" + ], + "x-ms-request-id": [ + "bc3f5773-46d9-4ae1-8aac-f91078a4e688" + ], + "x-ms-correlation-request-id": [ + "bc3f5773-46d9-4ae1-8aac-f91078a4e688" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192234Z:bc3f5773-46d9-4ae1-8aac-f91078a4e688" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8d77432c-6a6c-4283-8cc3-cefe082f47be" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13106" + ], + "x-ms-request-id": [ + "5ccd3d44-14ba-4efb-a651-4d84214e95ec" + ], + "x-ms-correlation-request-id": [ + "5ccd3d44-14ba-4efb-a651-4d84214e95ec" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192234Z:5ccd3d44-14ba-4efb-a651-4d84214e95ec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "97fa8cfe-fcba-404c-9418-37efc35ad35c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13104" + ], + "x-ms-request-id": [ + "f7f6ce70-f6bf-44c7-bad4-9a24d483a1e8" + ], + "x-ms-correlation-request-id": [ + "f7f6ce70-f6bf-44c7-bad4-9a24d483a1e8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192234Z:f7f6ce70-f6bf-44c7-bad4-9a24d483a1e8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:33 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f7e4637c-0b6c-4b66-9bc9-4cb648e6ffcf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13102" + ], + "x-ms-request-id": [ + "00d62de2-ad7e-4e83-86c1-4a1b0acdeab9" + ], + "x-ms-correlation-request-id": [ + "00d62de2-ad7e-4e83-86c1-4a1b0acdeab9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192234Z:00d62de2-ad7e-4e83-86c1-4a1b0acdeab9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1f884443-a703-4536-91a3-239e050083f7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13100" + ], + "x-ms-request-id": [ + "3ccb499d-cabf-4c64-8b6c-2f70bdcb361c" + ], + "x-ms-correlation-request-id": [ + "3ccb499d-cabf-4c64-8b6c-2f70bdcb361c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192235Z:3ccb499d-cabf-4c64-8b6c-2f70bdcb361c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "973c76f6-61e3-4ce0-8b31-3792ae8564cd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13098" + ], + "x-ms-request-id": [ + "e9e3b1dc-9b87-4e41-aafb-f4ee571327a3" + ], + "x-ms-correlation-request-id": [ + "e9e3b1dc-9b87-4e41-aafb-f4ee571327a3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192235Z:e9e3b1dc-9b87-4e41-aafb-f4ee571327a3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:34 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "355d5ed1-cce3-4b01-ab09-ae95ef7b4e1a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13096" + ], + "x-ms-request-id": [ + "ef5a7517-cde5-43c8-9b31-e50ff50925fe" + ], + "x-ms-correlation-request-id": [ + "ef5a7517-cde5-43c8-9b31-e50ff50925fe" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192235Z:ef5a7517-cde5-43c8-9b31-e50ff50925fe" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c6d203e8-f781-413f-aba7-df7548eac009" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13094" + ], + "x-ms-request-id": [ + "448a4d4e-0f6b-4888-bdab-029dfc783758" + ], + "x-ms-correlation-request-id": [ + "448a4d4e-0f6b-4888-bdab-029dfc783758" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192235Z:448a4d4e-0f6b-4888-bdab-029dfc783758" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7891ac5c-54ba-434e-b71d-c56c4d865aff" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13092" + ], + "x-ms-request-id": [ + "1388771a-86da-4f28-ba70-bf312cd60352" + ], + "x-ms-correlation-request-id": [ + "1388771a-86da-4f28-ba70-bf312cd60352" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192236Z:1388771a-86da-4f28-ba70-bf312cd60352" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c12db049-5cff-4ec9-b45d-1f39a786e7d2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13090" + ], + "x-ms-request-id": [ + "313d33e1-16c2-48a0-94f3-a29f50737977" + ], + "x-ms-correlation-request-id": [ + "313d33e1-16c2-48a0-94f3-a29f50737977" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192236Z:313d33e1-16c2-48a0-94f3-a29f50737977" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:35 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7cc33405-19d9-4523-8055-c709623131be" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13088" + ], + "x-ms-request-id": [ + "cc96b7e8-1f1e-4ea8-ad14-af214aabd67c" + ], + "x-ms-correlation-request-id": [ + "cc96b7e8-1f1e-4ea8-ad14-af214aabd67c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192236Z:cc96b7e8-1f1e-4ea8-ad14-af214aabd67c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "27aabeb9-0338-4fd7-b20f-7680a0d2894f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13086" + ], + "x-ms-request-id": [ + "ffadad21-2f68-4935-b3fa-b2c2ee83dfa5" + ], + "x-ms-correlation-request-id": [ + "ffadad21-2f68-4935-b3fa-b2c2ee83dfa5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192236Z:ffadad21-2f68-4935-b3fa-b2c2ee83dfa5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d85b347b-1146-4e9c-9e6c-04cf47752569" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13084" + ], + "x-ms-request-id": [ + "933f7ff8-ed76-4421-813b-22902aaa634b" + ], + "x-ms-correlation-request-id": [ + "933f7ff8-ed76-4421-813b-22902aaa634b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192237Z:933f7ff8-ed76-4421-813b-22902aaa634b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1bc9f4b6-eacf-41b0-bb2e-45138b95b8b1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13082" + ], + "x-ms-request-id": [ + "38ca29be-09bb-47c7-93df-708cb8826080" + ], + "x-ms-correlation-request-id": [ + "38ca29be-09bb-47c7-93df-708cb8826080" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192237Z:38ca29be-09bb-47c7-93df-708cb8826080" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "89984e83-209a-4deb-9e20-1026f41b06ed" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13080" + ], + "x-ms-request-id": [ + "28d66287-4955-4a64-a09c-ee8028a54b00" + ], + "x-ms-correlation-request-id": [ + "28d66287-4955-4a64-a09c-ee8028a54b00" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192237Z:28d66287-4955-4a64-a09c-ee8028a54b00" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "29c4cf19-b420-4412-9dac-0620048a083a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13078" + ], + "x-ms-request-id": [ + "10a374df-51bf-4136-b914-320514e61ae9" + ], + "x-ms-correlation-request-id": [ + "10a374df-51bf-4136-b914-320514e61ae9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192237Z:10a374df-51bf-4136-b914-320514e61ae9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:36 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a625f6f8-a505-4a97-9f26-04d2b3f1deae" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13076" + ], + "x-ms-request-id": [ + "409e4dca-a401-48dc-a7e0-a245a4ef5986" + ], + "x-ms-correlation-request-id": [ + "409e4dca-a401-48dc-a7e0-a245a4ef5986" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192237Z:409e4dca-a401-48dc-a7e0-a245a4ef5986" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "41a301ee-72b5-4b2f-82be-bd8c41b6c34c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13074" + ], + "x-ms-request-id": [ + "49d88592-4456-407e-807a-1e03a2085d4d" + ], + "x-ms-correlation-request-id": [ + "49d88592-4456-407e-807a-1e03a2085d4d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192237Z:49d88592-4456-407e-807a-1e03a2085d4d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1c66e8e7-483d-4c67-b689-c32bcd18ab10" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13072" + ], + "x-ms-request-id": [ + "78c7c0f8-7c0e-4c13-9eee-31af7adcb5d8" + ], + "x-ms-correlation-request-id": [ + "78c7c0f8-7c0e-4c13-9eee-31af7adcb5d8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192238Z:78c7c0f8-7c0e-4c13-9eee-31af7adcb5d8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "062d04de-702c-4687-8452-13e7b25385de" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13070" + ], + "x-ms-request-id": [ + "fd5a964d-8df1-4542-8e41-da593a9baccf" + ], + "x-ms-correlation-request-id": [ + "fd5a964d-8df1-4542-8e41-da593a9baccf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192238Z:fd5a964d-8df1-4542-8e41-da593a9baccf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "970c1e1a-5f8b-4fd3-87cc-697a6109b3cf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13068" + ], + "x-ms-request-id": [ + "8a86da92-179d-45ee-a5fb-40faaca13ce7" + ], + "x-ms-correlation-request-id": [ + "8a86da92-179d-45ee-a5fb-40faaca13ce7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192238Z:8a86da92-179d-45ee-a5fb-40faaca13ce7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:37 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6702339a-3fa0-4ac2-a7a0-600cca5abaa5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13066" + ], + "x-ms-request-id": [ + "c813d6ad-8b34-44e3-a410-68ae595ec6a1" + ], + "x-ms-correlation-request-id": [ + "c813d6ad-8b34-44e3-a410-68ae595ec6a1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192238Z:c813d6ad-8b34-44e3-a410-68ae595ec6a1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d3df65cf-c98a-4ad2-9417-82899631b6f6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13064" + ], + "x-ms-request-id": [ + "5f637d2c-656b-4cf1-adf7-727232d95bf4" + ], + "x-ms-correlation-request-id": [ + "5f637d2c-656b-4cf1-adf7-727232d95bf4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192238Z:5f637d2c-656b-4cf1-adf7-727232d95bf4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1cc88725-432d-47fe-a304-2c9ec1b3c1ee" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13062" + ], + "x-ms-request-id": [ + "820a75f5-5d51-4f76-869f-901653a664ea" + ], + "x-ms-correlation-request-id": [ + "820a75f5-5d51-4f76-869f-901653a664ea" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192239Z:820a75f5-5d51-4f76-869f-901653a664ea" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "305d4a6d-ac18-4bc9-9b78-e9158970adb1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13060" + ], + "x-ms-request-id": [ + "8b0262c0-2ec9-4214-8736-d8a618b3b1b7" + ], + "x-ms-correlation-request-id": [ + "8b0262c0-2ec9-4214-8736-d8a618b3b1b7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192239Z:8b0262c0-2ec9-4214-8736-d8a618b3b1b7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8b41de3e-3e3f-4f73-bede-f7f6c3ec67a9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13058" + ], + "x-ms-request-id": [ + "f713e458-a690-4c0a-b0bc-af8e68691239" + ], + "x-ms-correlation-request-id": [ + "f713e458-a690-4c0a-b0bc-af8e68691239" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192239Z:f713e458-a690-4c0a-b0bc-af8e68691239" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:38 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a40205d9-b659-4f4e-a5ca-89871d1e8533" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13056" + ], + "x-ms-request-id": [ + "871519f4-34a1-425f-b99c-aceeebe26add" + ], + "x-ms-correlation-request-id": [ + "871519f4-34a1-425f-b99c-aceeebe26add" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192239Z:871519f4-34a1-425f-b99c-aceeebe26add" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f376d4cb-126f-47f4-bb3b-e9d176f345db" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13054" + ], + "x-ms-request-id": [ + "cda3c55a-c5ed-4419-9081-1a598e3f7f0c" + ], + "x-ms-correlation-request-id": [ + "cda3c55a-c5ed-4419-9081-1a598e3f7f0c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192239Z:cda3c55a-c5ed-4419-9081-1a598e3f7f0c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9a3d35f1-260e-4ad9-9308-19f70f2c04ff" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13052" + ], + "x-ms-request-id": [ + "3a63a24f-429e-487b-a940-88d57ce6aeb1" + ], + "x-ms-correlation-request-id": [ + "3a63a24f-429e-487b-a940-88d57ce6aeb1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192240Z:3a63a24f-429e-487b-a940-88d57ce6aeb1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "82f1a9d3-a1c0-456d-bc48-d2b751542b06" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13050" + ], + "x-ms-request-id": [ + "86403d93-ede9-4c8c-9ab8-b54624128f5e" + ], + "x-ms-correlation-request-id": [ + "86403d93-ede9-4c8c-9ab8-b54624128f5e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192240Z:86403d93-ede9-4c8c-9ab8-b54624128f5e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b6a6640b-9b72-4d6f-97fb-fb8731c79223" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13048" + ], + "x-ms-request-id": [ + "9b348693-6a2b-4a64-9ec6-63c945133471" + ], + "x-ms-correlation-request-id": [ + "9b348693-6a2b-4a64-9ec6-63c945133471" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192240Z:9b348693-6a2b-4a64-9ec6-63c945133471" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:39 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a9e56bec-727b-40b7-a375-d951fafedbfb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13046" + ], + "x-ms-request-id": [ + "a880aced-400f-472d-9bda-477f76523ab2" + ], + "x-ms-correlation-request-id": [ + "a880aced-400f-472d-9bda-477f76523ab2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192240Z:a880aced-400f-472d-9bda-477f76523ab2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "40eef715-bf69-498b-aa0f-d0aad8145f89" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13044" + ], + "x-ms-request-id": [ + "0846e18f-98c5-443b-a36d-2a9551a16cb3" + ], + "x-ms-correlation-request-id": [ + "0846e18f-98c5-443b-a36d-2a9551a16cb3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192240Z:0846e18f-98c5-443b-a36d-2a9551a16cb3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d860c489-8a64-49e4-a93e-74841c05e9ac" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13042" + ], + "x-ms-request-id": [ + "113a827d-8406-4af7-8eba-09b0e5a733af" + ], + "x-ms-correlation-request-id": [ + "113a827d-8406-4af7-8eba-09b0e5a733af" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192241Z:113a827d-8406-4af7-8eba-09b0e5a733af" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f5e85a61-7974-42f9-a857-a2c9d27d2d0b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13040" + ], + "x-ms-request-id": [ + "08b9ed4e-8404-4798-9202-2cebc9292c66" + ], + "x-ms-correlation-request-id": [ + "08b9ed4e-8404-4798-9202-2cebc9292c66" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192241Z:08b9ed4e-8404-4798-9202-2cebc9292c66" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f8cbeb46-b943-4ed2-84f9-7cd2e0474100" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13038" + ], + "x-ms-request-id": [ + "34b23a18-8553-4134-986c-3847a0360d25" + ], + "x-ms-correlation-request-id": [ + "34b23a18-8553-4134-986c-3847a0360d25" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192241Z:34b23a18-8553-4134-986c-3847a0360d25" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:40 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f077e9da-eb92-40ed-957d-49b897d4411d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13036" + ], + "x-ms-request-id": [ + "3648a223-9683-4529-ae87-acac68d7bb1b" + ], + "x-ms-correlation-request-id": [ + "3648a223-9683-4529-ae87-acac68d7bb1b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192241Z:3648a223-9683-4529-ae87-acac68d7bb1b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ddc84a2a-0451-47cf-9cd2-0d60352795b5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13034" + ], + "x-ms-request-id": [ + "15c65bc6-ab88-4b0c-94da-ad42681abf04" + ], + "x-ms-correlation-request-id": [ + "15c65bc6-ab88-4b0c-94da-ad42681abf04" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192241Z:15c65bc6-ab88-4b0c-94da-ad42681abf04" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8f0839bd-b34b-49a7-8a9d-e45122276c3a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13032" + ], + "x-ms-request-id": [ + "4ec765cc-19ba-4985-ad0c-1d9b53d0da4e" + ], + "x-ms-correlation-request-id": [ + "4ec765cc-19ba-4985-ad0c-1d9b53d0da4e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192242Z:4ec765cc-19ba-4985-ad0c-1d9b53d0da4e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e9606697-caf1-4b47-a819-f06d73bb7d62" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13030" + ], + "x-ms-request-id": [ + "bede2b94-4797-4347-9f78-f11c9c57045a" + ], + "x-ms-correlation-request-id": [ + "bede2b94-4797-4347-9f78-f11c9c57045a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192242Z:bede2b94-4797-4347-9f78-f11c9c57045a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7c36de57-af6d-4ec8-99f5-1745af838491" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13028" + ], + "x-ms-request-id": [ + "386bdc93-f99d-4799-a30b-0fb0fbec7760" + ], + "x-ms-correlation-request-id": [ + "386bdc93-f99d-4799-a30b-0fb0fbec7760" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192242Z:386bdc93-f99d-4799-a30b-0fb0fbec7760" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:41 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5d088500-96e0-4e77-95b6-75937a944ddb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13026" + ], + "x-ms-request-id": [ + "e8847a2b-9f52-4fcd-bc2f-d7cfb8066016" + ], + "x-ms-correlation-request-id": [ + "e8847a2b-9f52-4fcd-bc2f-d7cfb8066016" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192242Z:e8847a2b-9f52-4fcd-bc2f-d7cfb8066016" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "56eacdc0-eda4-44b6-b7b6-8ba761ebce21" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13024" + ], + "x-ms-request-id": [ + "afa67e60-d6ad-422b-ab48-0f590d63c0e1" + ], + "x-ms-correlation-request-id": [ + "afa67e60-d6ad-422b-ab48-0f590d63c0e1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192242Z:afa67e60-d6ad-422b-ab48-0f590d63c0e1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c5cbc155-dad8-41da-a297-bec6ac7e5a66" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13022" + ], + "x-ms-request-id": [ + "3cb70880-11f6-4440-a5cb-eac63d163242" + ], + "x-ms-correlation-request-id": [ + "3cb70880-11f6-4440-a5cb-eac63d163242" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192243Z:3cb70880-11f6-4440-a5cb-eac63d163242" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3c9541e8-9749-4851-b3d7-aa08124f190c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13020" + ], + "x-ms-request-id": [ + "ba517a6e-6457-4053-8648-92a23c74c98b" + ], + "x-ms-correlation-request-id": [ + "ba517a6e-6457-4053-8648-92a23c74c98b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192243Z:ba517a6e-6457-4053-8648-92a23c74c98b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d8d97ea2-4504-44d5-8e5f-2d225029e9a6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13018" + ], + "x-ms-request-id": [ + "7218fc6d-236c-44d3-b36b-30ff62c7b4db" + ], + "x-ms-correlation-request-id": [ + "7218fc6d-236c-44d3-b36b-30ff62c7b4db" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192243Z:7218fc6d-236c-44d3-b36b-30ff62c7b4db" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f2e3b9e7-d550-4a06-b79c-513e1d3aac3f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13016" + ], + "x-ms-request-id": [ + "f0e6e582-4285-42ae-ac3d-3e849259649a" + ], + "x-ms-correlation-request-id": [ + "f0e6e582-4285-42ae-ac3d-3e849259649a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192243Z:f0e6e582-4285-42ae-ac3d-3e849259649a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:42 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "94ae7053-8661-440a-8dc6-2460847f2e02" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13014" + ], + "x-ms-request-id": [ + "34d6eb63-ede3-4b12-b069-07e081d21e3a" + ], + "x-ms-correlation-request-id": [ + "34d6eb63-ede3-4b12-b069-07e081d21e3a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192243Z:34d6eb63-ede3-4b12-b069-07e081d21e3a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a633c965-19ad-4c1d-ad67-dd844d03e899" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13012" + ], + "x-ms-request-id": [ + "e1d8b30f-bfcd-4783-bd21-d4adb2493072" + ], + "x-ms-correlation-request-id": [ + "e1d8b30f-bfcd-4783-bd21-d4adb2493072" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192243Z:e1d8b30f-bfcd-4783-bd21-d4adb2493072" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "459dd45c-a0fc-474f-9f80-af02710c38d2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13010" + ], + "x-ms-request-id": [ + "3e477f53-9c8a-4a3c-85a2-6a4227c042bc" + ], + "x-ms-correlation-request-id": [ + "3e477f53-9c8a-4a3c-85a2-6a4227c042bc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192244Z:3e477f53-9c8a-4a3c-85a2-6a4227c042bc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6851c4f7-4b99-49b4-9929-b2fb3e754386" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13008" + ], + "x-ms-request-id": [ + "2bc8a987-d546-4d33-876c-ea8adef11666" + ], + "x-ms-correlation-request-id": [ + "2bc8a987-d546-4d33-876c-ea8adef11666" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192244Z:2bc8a987-d546-4d33-876c-ea8adef11666" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "870ebbb0-dc06-4bd7-a23b-85872fa3632b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13006" + ], + "x-ms-request-id": [ + "a5c422cc-1eba-432a-b4d3-b9094bebcc84" + ], + "x-ms-correlation-request-id": [ + "a5c422cc-1eba-432a-b4d3-b9094bebcc84" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192244Z:a5c422cc-1eba-432a-b4d3-b9094bebcc84" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:43 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8fb7b76f-ceed-4d1b-b6c5-e3a94f280439" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13004" + ], + "x-ms-request-id": [ + "ad7c8d97-e4e7-45f9-8a2f-5d17d72f5549" + ], + "x-ms-correlation-request-id": [ + "ad7c8d97-e4e7-45f9-8a2f-5d17d72f5549" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192244Z:ad7c8d97-e4e7-45f9-8a2f-5d17d72f5549" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5d498d20-165f-46f6-9a3b-d9f436239a45" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13002" + ], + "x-ms-request-id": [ + "6089ec5d-db57-487a-99eb-d959c5185909" + ], + "x-ms-correlation-request-id": [ + "6089ec5d-db57-487a-99eb-d959c5185909" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192244Z:6089ec5d-db57-487a-99eb-d959c5185909" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3ab0ae94-394f-462d-9374-8bcf60730bda" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13000" + ], + "x-ms-request-id": [ + "91389d59-ef65-4f00-a327-081041c61899" + ], + "x-ms-correlation-request-id": [ + "91389d59-ef65-4f00-a327-081041c61899" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192245Z:91389d59-ef65-4f00-a327-081041c61899" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e6b24ba5-a634-4b86-a7ca-79f9d2e32337" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12998" + ], + "x-ms-request-id": [ + "e9c4a857-4c2f-47a3-b421-11e842f79b98" + ], + "x-ms-correlation-request-id": [ + "e9c4a857-4c2f-47a3-b421-11e842f79b98" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192245Z:e9c4a857-4c2f-47a3-b421-11e842f79b98" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "879dcffb-36a4-49e9-9669-5049c28fa002" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12996" + ], + "x-ms-request-id": [ + "4c70833d-58bf-469c-9c1a-f88434acce1c" + ], + "x-ms-correlation-request-id": [ + "4c70833d-58bf-469c-9c1a-f88434acce1c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192245Z:4c70833d-58bf-469c-9c1a-f88434acce1c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:44 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "02ce0d2f-c616-4d91-a516-26ddfab7d34e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12994" + ], + "x-ms-request-id": [ + "120d1e10-6fbe-40e6-9f64-7d4d3be5c422" + ], + "x-ms-correlation-request-id": [ + "120d1e10-6fbe-40e6-9f64-7d4d3be5c422" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192245Z:120d1e10-6fbe-40e6-9f64-7d4d3be5c422" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b00ce3cb-56dc-48f2-9e5a-4e53e73aa43d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12992" + ], + "x-ms-request-id": [ + "8ca63a87-22e3-40e2-8321-83c063e3e886" + ], + "x-ms-correlation-request-id": [ + "8ca63a87-22e3-40e2-8321-83c063e3e886" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192245Z:8ca63a87-22e3-40e2-8321-83c063e3e886" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7fbcb7b5-d63c-4af0-8a12-6cd99a30b18c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12990" + ], + "x-ms-request-id": [ + "b1c4c5a6-b1a6-4a6f-9aa5-030f060a3b32" + ], + "x-ms-correlation-request-id": [ + "b1c4c5a6-b1a6-4a6f-9aa5-030f060a3b32" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192246Z:b1c4c5a6-b1a6-4a6f-9aa5-030f060a3b32" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "01aaf7d3-08ab-4b51-a5eb-468a50b43ef6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12988" + ], + "x-ms-request-id": [ + "3193db87-5829-4164-a3e7-5089cc1a1153" + ], + "x-ms-correlation-request-id": [ + "3193db87-5829-4164-a3e7-5089cc1a1153" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192246Z:3193db87-5829-4164-a3e7-5089cc1a1153" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cee624bc-c3b6-4090-9ec1-03d8c5580d5a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12986" + ], + "x-ms-request-id": [ + "8ef45846-70c1-4582-9416-b9480a4f59a5" + ], + "x-ms-correlation-request-id": [ + "8ef45846-70c1-4582-9416-b9480a4f59a5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192246Z:8ef45846-70c1-4582-9416-b9480a4f59a5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a8ef479e-845e-4166-b6f4-fef76450ce96" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12984" + ], + "x-ms-request-id": [ + "d80dde34-542f-4ebe-b953-1aac37f8a9eb" + ], + "x-ms-correlation-request-id": [ + "d80dde34-542f-4ebe-b953-1aac37f8a9eb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192246Z:d80dde34-542f-4ebe-b953-1aac37f8a9eb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:45 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d1838e23-95ed-4778-abca-9778dcd23883" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12982" + ], + "x-ms-request-id": [ + "9102502e-522b-4a77-85a0-459e12357458" + ], + "x-ms-correlation-request-id": [ + "9102502e-522b-4a77-85a0-459e12357458" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192246Z:9102502e-522b-4a77-85a0-459e12357458" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "57ca31be-dd3f-413d-9293-31d387be11f3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12980" + ], + "x-ms-request-id": [ + "29343b73-437a-433e-9ece-fc4069ae2f0d" + ], + "x-ms-correlation-request-id": [ + "29343b73-437a-433e-9ece-fc4069ae2f0d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192247Z:29343b73-437a-433e-9ece-fc4069ae2f0d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "78c6a4b8-d204-4905-8e15-077bdbca4e86" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12978" + ], + "x-ms-request-id": [ + "4d078324-e4d2-4ca1-a1b6-d2218f0bf986" + ], + "x-ms-correlation-request-id": [ + "4d078324-e4d2-4ca1-a1b6-d2218f0bf986" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192247Z:4d078324-e4d2-4ca1-a1b6-d2218f0bf986" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8cb63b61-199c-429e-8298-56d0c7235ffa" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12976" + ], + "x-ms-request-id": [ + "1717cdaf-e613-43f6-95b8-68ef2c9ea999" + ], + "x-ms-correlation-request-id": [ + "1717cdaf-e613-43f6-95b8-68ef2c9ea999" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192247Z:1717cdaf-e613-43f6-95b8-68ef2c9ea999" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "755eebdc-9cf4-4d81-ae6b-a5a0390c7ec1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12974" + ], + "x-ms-request-id": [ + "0497c105-f44d-4f46-9615-cc1adb05adc9" + ], + "x-ms-correlation-request-id": [ + "0497c105-f44d-4f46-9615-cc1adb05adc9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192247Z:0497c105-f44d-4f46-9615-cc1adb05adc9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:46 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "76458016-ef3f-44c0-b0e1-6d339076101f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12972" + ], + "x-ms-request-id": [ + "d5680513-d591-4f64-b9f9-082f8f785fe9" + ], + "x-ms-correlation-request-id": [ + "d5680513-d591-4f64-b9f9-082f8f785fe9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192247Z:d5680513-d591-4f64-b9f9-082f8f785fe9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4109a728-1424-4a64-8c16-56e14c37409f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12970" + ], + "x-ms-request-id": [ + "fa445eb0-8099-4533-8943-41850bc58a02" + ], + "x-ms-correlation-request-id": [ + "fa445eb0-8099-4533-8943-41850bc58a02" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192248Z:fa445eb0-8099-4533-8943-41850bc58a02" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "09da507a-71b9-4655-8488-73c56ac438b2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12968" + ], + "x-ms-request-id": [ + "e0f524c7-6695-46c7-9511-d03dd0252847" + ], + "x-ms-correlation-request-id": [ + "e0f524c7-6695-46c7-9511-d03dd0252847" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192248Z:e0f524c7-6695-46c7-9511-d03dd0252847" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e7b57a8e-00e7-47d7-8fc7-774682cd4227" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12966" + ], + "x-ms-request-id": [ + "b8c42c10-0b5b-49b1-9899-d875509a5e52" + ], + "x-ms-correlation-request-id": [ + "b8c42c10-0b5b-49b1-9899-d875509a5e52" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192248Z:b8c42c10-0b5b-49b1-9899-d875509a5e52" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aaa2a81a-b92f-41ea-8dc0-95c7ba5c5528" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12964" + ], + "x-ms-request-id": [ + "12c02f0a-a965-4b84-975a-bf4ca55abc50" + ], + "x-ms-correlation-request-id": [ + "12c02f0a-a965-4b84-975a-bf4ca55abc50" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192248Z:12c02f0a-a965-4b84-975a-bf4ca55abc50" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:47 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6cb3012d-87ec-4e00-ace5-7b4e741c656d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12962" + ], + "x-ms-request-id": [ + "2bbe58fa-1b33-47d6-972e-748f37195807" + ], + "x-ms-correlation-request-id": [ + "2bbe58fa-1b33-47d6-972e-748f37195807" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192248Z:2bbe58fa-1b33-47d6-972e-748f37195807" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f4e976d2-79a0-4294-be52-54a68b56b79c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12960" + ], + "x-ms-request-id": [ + "a491d88e-6590-4f5e-9282-bbe6dfc32eab" + ], + "x-ms-correlation-request-id": [ + "a491d88e-6590-4f5e-9282-bbe6dfc32eab" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192249Z:a491d88e-6590-4f5e-9282-bbe6dfc32eab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3b6ad951-6133-40b9-9df5-79a93b210209" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12958" + ], + "x-ms-request-id": [ + "1600a25f-ea79-4000-b5a9-e1222642b327" + ], + "x-ms-correlation-request-id": [ + "1600a25f-ea79-4000-b5a9-e1222642b327" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192249Z:1600a25f-ea79-4000-b5a9-e1222642b327" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "68e0dfbe-f09d-4579-baa9-c607d7138746" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12956" + ], + "x-ms-request-id": [ + "d7b42d8a-c4a8-42f9-9f5d-7b76b8d1c826" + ], + "x-ms-correlation-request-id": [ + "d7b42d8a-c4a8-42f9-9f5d-7b76b8d1c826" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192249Z:d7b42d8a-c4a8-42f9-9f5d-7b76b8d1c826" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "575051bf-9016-4340-ad14-298bf7affe85" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12954" + ], + "x-ms-request-id": [ + "cdf2cedd-1c68-4a87-b084-b18f5183f7a3" + ], + "x-ms-correlation-request-id": [ + "cdf2cedd-1c68-4a87-b084-b18f5183f7a3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192249Z:cdf2cedd-1c68-4a87-b084-b18f5183f7a3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:48 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5bd484f1-ba7b-4157-bd97-03c07263911e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12952" + ], + "x-ms-request-id": [ + "a553485f-fbad-490a-9932-bea354fd628d" + ], + "x-ms-correlation-request-id": [ + "a553485f-fbad-490a-9932-bea354fd628d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192249Z:a553485f-fbad-490a-9932-bea354fd628d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b7edd71c-0645-4e7c-8fa6-56df4f1470ba" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12950" + ], + "x-ms-request-id": [ + "be61cc20-5193-4463-8c3e-7218f64805d5" + ], + "x-ms-correlation-request-id": [ + "be61cc20-5193-4463-8c3e-7218f64805d5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192250Z:be61cc20-5193-4463-8c3e-7218f64805d5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f5707201-a229-4634-80e1-d2b0b8ceea54" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12948" + ], + "x-ms-request-id": [ + "36cd13bf-e472-4bb1-8613-cd7b55b8e631" + ], + "x-ms-correlation-request-id": [ + "36cd13bf-e472-4bb1-8613-cd7b55b8e631" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192250Z:36cd13bf-e472-4bb1-8613-cd7b55b8e631" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "86649e5e-5181-4a60-9701-bead0360a901" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12946" + ], + "x-ms-request-id": [ + "f2dd318c-cd10-4c9e-a979-d84032ecd4a7" + ], + "x-ms-correlation-request-id": [ + "f2dd318c-cd10-4c9e-a979-d84032ecd4a7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192250Z:f2dd318c-cd10-4c9e-a979-d84032ecd4a7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "07954f79-1725-45cc-8941-10733401c1b9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12944" + ], + "x-ms-request-id": [ + "aa705988-7629-476e-a6c7-955220424886" + ], + "x-ms-correlation-request-id": [ + "aa705988-7629-476e-a6c7-955220424886" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192250Z:aa705988-7629-476e-a6c7-955220424886" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:49 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "430a6028-7825-42b9-b7eb-b88d19fa78aa" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12942" + ], + "x-ms-request-id": [ + "6854af9e-455b-4898-9ea5-5abb472e218a" + ], + "x-ms-correlation-request-id": [ + "6854af9e-455b-4898-9ea5-5abb472e218a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192250Z:6854af9e-455b-4898-9ea5-5abb472e218a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3e7a6da8-c040-4437-9f46-7b2b63059811" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12940" + ], + "x-ms-request-id": [ + "0738cbef-8fc7-4f7f-8974-8cdbdb9f957b" + ], + "x-ms-correlation-request-id": [ + "0738cbef-8fc7-4f7f-8974-8cdbdb9f957b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192251Z:0738cbef-8fc7-4f7f-8974-8cdbdb9f957b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f3c601e-6954-4a29-b4ed-e200bc752077" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12938" + ], + "x-ms-request-id": [ + "b186262b-2263-4df0-a448-526ef2148fc7" + ], + "x-ms-correlation-request-id": [ + "b186262b-2263-4df0-a448-526ef2148fc7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192251Z:b186262b-2263-4df0-a448-526ef2148fc7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "413f3af2-e809-4584-baa7-bb4a5702efeb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12936" + ], + "x-ms-request-id": [ + "147c45a4-e62d-4365-bf49-f1015ded9440" + ], + "x-ms-correlation-request-id": [ + "147c45a4-e62d-4365-bf49-f1015ded9440" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192251Z:147c45a4-e62d-4365-bf49-f1015ded9440" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b5154a8f-4f05-4da2-b425-10c25f7cd508" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12934" + ], + "x-ms-request-id": [ + "34d6edaf-c0de-4652-bad0-29b2e2260483" + ], + "x-ms-correlation-request-id": [ + "34d6edaf-c0de-4652-bad0-29b2e2260483" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192251Z:34d6edaf-c0de-4652-bad0-29b2e2260483" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:50 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a71b9790-0c4e-4db4-9c94-1bf3b7580d44" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12932" + ], + "x-ms-request-id": [ + "081aa32d-6ffe-47e0-b198-57caa39513b7" + ], + "x-ms-correlation-request-id": [ + "081aa32d-6ffe-47e0-b198-57caa39513b7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192251Z:081aa32d-6ffe-47e0-b198-57caa39513b7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "601257d3-b1e9-4602-853e-e8d41b73a159" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12930" + ], + "x-ms-request-id": [ + "c9c64eab-825b-440a-9858-d1a871f1cef5" + ], + "x-ms-correlation-request-id": [ + "c9c64eab-825b-440a-9858-d1a871f1cef5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192251Z:c9c64eab-825b-440a-9858-d1a871f1cef5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0aba4ef1-c5d7-4888-b536-9205273c1f09" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12928" + ], + "x-ms-request-id": [ + "23bd0e7c-83d4-4fc0-892e-9fb6111dc9ba" + ], + "x-ms-correlation-request-id": [ + "23bd0e7c-83d4-4fc0-892e-9fb6111dc9ba" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192252Z:23bd0e7c-83d4-4fc0-892e-9fb6111dc9ba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "655c5b1c-5871-42e2-94ae-c183f4f6f2c9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12926" + ], + "x-ms-request-id": [ + "cc29d99f-6f92-4928-89bf-04c3bc7e2aec" + ], + "x-ms-correlation-request-id": [ + "cc29d99f-6f92-4928-89bf-04c3bc7e2aec" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192252Z:cc29d99f-6f92-4928-89bf-04c3bc7e2aec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b8013ad3-b64e-4e73-b40b-52122154c0f1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12924" + ], + "x-ms-request-id": [ + "c1002b82-9cb0-4dab-b922-cf1d05ca62c8" + ], + "x-ms-correlation-request-id": [ + "c1002b82-9cb0-4dab-b922-cf1d05ca62c8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192252Z:c1002b82-9cb0-4dab-b922-cf1d05ca62c8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f6fa60a6-a836-4fde-92d5-900ed815c8b4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12922" + ], + "x-ms-request-id": [ + "8090d110-e07d-4b5f-ad7c-8a2421d01838" + ], + "x-ms-correlation-request-id": [ + "8090d110-e07d-4b5f-ad7c-8a2421d01838" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192252Z:8090d110-e07d-4b5f-ad7c-8a2421d01838" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:51 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "30692335-a020-414c-bb82-4a51653e8e67" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12920" + ], + "x-ms-request-id": [ + "3ba050a3-6242-4a8b-bf35-e2f1fedcd99e" + ], + "x-ms-correlation-request-id": [ + "3ba050a3-6242-4a8b-bf35-e2f1fedcd99e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192252Z:3ba050a3-6242-4a8b-bf35-e2f1fedcd99e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0793375-787a-4080-8233-bb92d5cddde8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12918" + ], + "x-ms-request-id": [ + "400723e1-23b5-47a4-8413-3b3d6e35b1de" + ], + "x-ms-correlation-request-id": [ + "400723e1-23b5-47a4-8413-3b3d6e35b1de" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192253Z:400723e1-23b5-47a4-8413-3b3d6e35b1de" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "10520fd9-ed2b-4f53-80ed-17737387de85" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12916" + ], + "x-ms-request-id": [ + "432a3ad5-8fea-440b-baa9-45b613c8e7bf" + ], + "x-ms-correlation-request-id": [ + "432a3ad5-8fea-440b-baa9-45b613c8e7bf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192253Z:432a3ad5-8fea-440b-baa9-45b613c8e7bf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6e5cc378-46bc-423a-a466-c156d0a4acdd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12914" + ], + "x-ms-request-id": [ + "dd05e60a-5b53-4fc3-a8ca-ab4ec3f445ac" + ], + "x-ms-correlation-request-id": [ + "dd05e60a-5b53-4fc3-a8ca-ab4ec3f445ac" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192253Z:dd05e60a-5b53-4fc3-a8ca-ab4ec3f445ac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e94cd99d-a56a-4811-8ce5-c732df5889a8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12912" + ], + "x-ms-request-id": [ + "af79038b-8b51-40eb-8d48-2acb125598ce" + ], + "x-ms-correlation-request-id": [ + "af79038b-8b51-40eb-8d48-2acb125598ce" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192253Z:af79038b-8b51-40eb-8d48-2acb125598ce" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:52 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8bb72aef-8591-4ef0-931e-f072f5d1fbc1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12910" + ], + "x-ms-request-id": [ + "20a41483-87b5-4fd5-9fb8-2db75acf1332" + ], + "x-ms-correlation-request-id": [ + "20a41483-87b5-4fd5-9fb8-2db75acf1332" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192253Z:20a41483-87b5-4fd5-9fb8-2db75acf1332" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "40d397ef-1f9b-404b-bd1d-0ecf20dc9938" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12908" + ], + "x-ms-request-id": [ + "b61c4f18-baa1-478d-ac09-89cb6b87c823" + ], + "x-ms-correlation-request-id": [ + "b61c4f18-baa1-478d-ac09-89cb6b87c823" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192254Z:b61c4f18-baa1-478d-ac09-89cb6b87c823" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7168f455-5c0a-434c-b58a-bbe9ab379267" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12906" + ], + "x-ms-request-id": [ + "c6b85764-f396-4c1b-90e4-5dc87105dba8" + ], + "x-ms-correlation-request-id": [ + "c6b85764-f396-4c1b-90e4-5dc87105dba8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192254Z:c6b85764-f396-4c1b-90e4-5dc87105dba8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "df7100a6-79e8-4a4e-a043-aa36db0ab8b7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12904" + ], + "x-ms-request-id": [ + "dd25756d-e44b-44e5-951c-ee25866d2e7c" + ], + "x-ms-correlation-request-id": [ + "dd25756d-e44b-44e5-951c-ee25866d2e7c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192254Z:dd25756d-e44b-44e5-951c-ee25866d2e7c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d8533029-0597-4e8f-b2e8-6f2c93e14c85" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12902" + ], + "x-ms-request-id": [ + "3d6a8e50-2bf8-4c67-9342-477b8d0a3e3f" + ], + "x-ms-correlation-request-id": [ + "3d6a8e50-2bf8-4c67-9342-477b8d0a3e3f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192254Z:3d6a8e50-2bf8-4c67-9342-477b8d0a3e3f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:53 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "18a62ff1-6dec-4744-8f14-b566f2a488ec" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12900" + ], + "x-ms-request-id": [ + "87bf96e7-b1c3-4a8c-a011-53db8cecd0ff" + ], + "x-ms-correlation-request-id": [ + "87bf96e7-b1c3-4a8c-a011-53db8cecd0ff" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192254Z:87bf96e7-b1c3-4a8c-a011-53db8cecd0ff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "76ccc7da-2b88-45a7-a3a6-45bd6b20a03c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12898" + ], + "x-ms-request-id": [ + "a0a1c9f7-9fa8-4e2f-9702-63df3cdc66a7" + ], + "x-ms-correlation-request-id": [ + "a0a1c9f7-9fa8-4e2f-9702-63df3cdc66a7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192255Z:a0a1c9f7-9fa8-4e2f-9702-63df3cdc66a7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "50abfda7-0bec-42b8-b76c-968a6c90dae3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12896" + ], + "x-ms-request-id": [ + "7431358e-faa6-4a88-b0e3-b1a42ca0a888" + ], + "x-ms-correlation-request-id": [ + "7431358e-faa6-4a88-b0e3-b1a42ca0a888" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192255Z:7431358e-faa6-4a88-b0e3-b1a42ca0a888" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "740b333b-4066-4c53-b577-153ab739210e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12894" + ], + "x-ms-request-id": [ + "2f315154-3ddb-44c6-86d2-079de3687821" + ], + "x-ms-correlation-request-id": [ + "2f315154-3ddb-44c6-86d2-079de3687821" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192255Z:2f315154-3ddb-44c6-86d2-079de3687821" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "89d18b81-2fec-4ef2-a840-6c97ef29ca4a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12892" + ], + "x-ms-request-id": [ + "da292461-4c99-4a00-9db5-54ebaf3b835e" + ], + "x-ms-correlation-request-id": [ + "da292461-4c99-4a00-9db5-54ebaf3b835e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192255Z:da292461-4c99-4a00-9db5-54ebaf3b835e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:54 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3864b905-9b78-422a-a19e-98a43dd286b6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12890" + ], + "x-ms-request-id": [ + "ac9c23b2-e82d-470f-8c1c-b05f4796dc8f" + ], + "x-ms-correlation-request-id": [ + "ac9c23b2-e82d-470f-8c1c-b05f4796dc8f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192255Z:ac9c23b2-e82d-470f-8c1c-b05f4796dc8f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f801eae4-25ec-41f2-82a6-ad85ba2fdfcf" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12888" + ], + "x-ms-request-id": [ + "51b50d1f-b043-4a63-96d1-e6a6cbd2017c" + ], + "x-ms-correlation-request-id": [ + "51b50d1f-b043-4a63-96d1-e6a6cbd2017c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192256Z:51b50d1f-b043-4a63-96d1-e6a6cbd2017c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8f6e299f-a018-4769-b2bc-990eac79b774" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12886" + ], + "x-ms-request-id": [ + "c4541e4d-6736-4091-96a7-a842d52973e3" + ], + "x-ms-correlation-request-id": [ + "c4541e4d-6736-4091-96a7-a842d52973e3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192256Z:c4541e4d-6736-4091-96a7-a842d52973e3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "454e3335-6665-4712-b237-5b9fbeca78c1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12884" + ], + "x-ms-request-id": [ + "0b10a722-e4a8-4d41-a8d8-18e831afd052" + ], + "x-ms-correlation-request-id": [ + "0b10a722-e4a8-4d41-a8d8-18e831afd052" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192256Z:0b10a722-e4a8-4d41-a8d8-18e831afd052" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "012bb9b1-99b5-4e07-97f3-8a824ec916fc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12882" + ], + "x-ms-request-id": [ + "13e62fa6-401c-4d42-adc3-309231321b52" + ], + "x-ms-correlation-request-id": [ + "13e62fa6-401c-4d42-adc3-309231321b52" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192256Z:13e62fa6-401c-4d42-adc3-309231321b52" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9c3a0f5d-6a90-4a09-834e-22622cbe255b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12880" + ], + "x-ms-request-id": [ + "6c90821a-50fb-40ab-95af-a9f56c2ec2c3" + ], + "x-ms-correlation-request-id": [ + "6c90821a-50fb-40ab-95af-a9f56c2ec2c3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192256Z:6c90821a-50fb-40ab-95af-a9f56c2ec2c3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:55 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c5e4df91-6cda-4bab-ad54-060a5daf3e68" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12878" + ], + "x-ms-request-id": [ + "845e4327-6886-415b-8105-24426530dce0" + ], + "x-ms-correlation-request-id": [ + "845e4327-6886-415b-8105-24426530dce0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192257Z:845e4327-6886-415b-8105-24426530dce0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "09b89ba5-5421-4b20-84c7-0a9770c518a4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12876" + ], + "x-ms-request-id": [ + "45678808-ae90-4e91-a1f2-3870ebe555f6" + ], + "x-ms-correlation-request-id": [ + "45678808-ae90-4e91-a1f2-3870ebe555f6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192257Z:45678808-ae90-4e91-a1f2-3870ebe555f6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "beb681e7-6ab7-4612-a3f5-584b12cacd4a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12874" + ], + "x-ms-request-id": [ + "ba38421c-6c56-4183-9264-df702d972fa7" + ], + "x-ms-correlation-request-id": [ + "ba38421c-6c56-4183-9264-df702d972fa7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192257Z:ba38421c-6c56-4183-9264-df702d972fa7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "36c61f77-7546-4bc5-ad09-5d445d5e5c19" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12872" + ], + "x-ms-request-id": [ + "b5c6593e-63bf-4d62-8918-ca241e9f9eb1" + ], + "x-ms-correlation-request-id": [ + "b5c6593e-63bf-4d62-8918-ca241e9f9eb1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192257Z:b5c6593e-63bf-4d62-8918-ca241e9f9eb1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bf2a88c6-e00f-4daa-aa74-1958f2520ac4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12870" + ], + "x-ms-request-id": [ + "dd7e260b-99b7-4d4c-bd4a-2e842a9cfbb1" + ], + "x-ms-correlation-request-id": [ + "dd7e260b-99b7-4d4c-bd4a-2e842a9cfbb1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192257Z:dd7e260b-99b7-4d4c-bd4a-2e842a9cfbb1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b4c031dc-a93a-4b12-a814-8235bafab8e2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12868" + ], + "x-ms-request-id": [ + "79e33d2c-ea49-4e3a-b954-9bb3179b711b" + ], + "x-ms-correlation-request-id": [ + "79e33d2c-ea49-4e3a-b954-9bb3179b711b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192258Z:79e33d2c-ea49-4e3a-b954-9bb3179b711b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f3c4dc4b-74f1-4ed7-803c-1efc1ebd2908" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12866" + ], + "x-ms-request-id": [ + "09443010-0a75-4002-9c3d-c59a3af33ff3" + ], + "x-ms-correlation-request-id": [ + "09443010-0a75-4002-9c3d-c59a3af33ff3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192258Z:09443010-0a75-4002-9c3d-c59a3af33ff3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "904fb5d9-aa90-43eb-b604-5242d0c75f25" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12864" + ], + "x-ms-request-id": [ + "ff5e2eda-6ed7-489a-9f6b-8a731fd63c64" + ], + "x-ms-correlation-request-id": [ + "ff5e2eda-6ed7-489a-9f6b-8a731fd63c64" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192258Z:ff5e2eda-6ed7-489a-9f6b-8a731fd63c64" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "93b44221-1366-46f6-8c7e-5fea4f2e8874" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12862" + ], + "x-ms-request-id": [ + "404b8703-4325-4ab4-ab5e-007dbcb7553e" + ], + "x-ms-correlation-request-id": [ + "404b8703-4325-4ab4-ab5e-007dbcb7553e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192258Z:404b8703-4325-4ab4-ab5e-007dbcb7553e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f1cc6a65-1b4b-4810-83f1-8b49840c3ed9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12860" + ], + "x-ms-request-id": [ + "31726537-6626-43df-b6d2-02bdcad31f9e" + ], + "x-ms-correlation-request-id": [ + "31726537-6626-43df-b6d2-02bdcad31f9e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192258Z:31726537-6626-43df-b6d2-02bdcad31f9e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:57 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f91f8681-aba5-4ea9-8e44-01ca9103ea3c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12858" + ], + "x-ms-request-id": [ + "318b754a-3a32-448f-b439-f61df8db555b" + ], + "x-ms-correlation-request-id": [ + "318b754a-3a32-448f-b439-f61df8db555b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192258Z:318b754a-3a32-448f-b439-f61df8db555b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0fe79f74-1dfb-4d52-9c63-f24ec0a84489" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12856" + ], + "x-ms-request-id": [ + "1fc5c91b-7fb8-4739-b9d6-0341d95ba400" + ], + "x-ms-correlation-request-id": [ + "1fc5c91b-7fb8-4739-b9d6-0341d95ba400" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192259Z:1fc5c91b-7fb8-4739-b9d6-0341d95ba400" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6749be15-3f5e-4bf3-8cc5-9796d8deac47" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12854" + ], + "x-ms-request-id": [ + "acfae86f-8b49-45a1-95f8-c90fde630ce2" + ], + "x-ms-correlation-request-id": [ + "acfae86f-8b49-45a1-95f8-c90fde630ce2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192259Z:acfae86f-8b49-45a1-95f8-c90fde630ce2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fb573968-5d8a-4494-be33-67bc4dd5e016" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12852" + ], + "x-ms-request-id": [ + "99927265-6aed-491c-a964-1699753b07e2" + ], + "x-ms-correlation-request-id": [ + "99927265-6aed-491c-a964-1699753b07e2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192259Z:99927265-6aed-491c-a964-1699753b07e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a04a8080-48ea-4cde-a9d0-cb56d6351ef0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12850" + ], + "x-ms-request-id": [ + "60d4c17a-6097-4ab7-bfac-37a3c7d271d6" + ], + "x-ms-correlation-request-id": [ + "60d4c17a-6097-4ab7-bfac-37a3c7d271d6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192259Z:60d4c17a-6097-4ab7-bfac-37a3c7d271d6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3c28cefb-f8c5-4ad7-b503-cae2409c64a9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12848" + ], + "x-ms-request-id": [ + "9ca3f739-dc02-467b-8a28-91e376633ec2" + ], + "x-ms-correlation-request-id": [ + "9ca3f739-dc02-467b-8a28-91e376633ec2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192259Z:9ca3f739-dc02-467b-8a28-91e376633ec2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:58 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3e88302d-ee44-44e7-b959-d8f11ec12cc3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12846" + ], + "x-ms-request-id": [ + "d28b1c04-853c-4930-95ac-811e5ef0d014" + ], + "x-ms-correlation-request-id": [ + "d28b1c04-853c-4930-95ac-811e5ef0d014" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192300Z:d28b1c04-853c-4930-95ac-811e5ef0d014" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cfe5c7e0-6d38-429f-8ff5-156c9da8967e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12844" + ], + "x-ms-request-id": [ + "4a4007b7-3a7f-4311-8aa6-f41b18d70c6f" + ], + "x-ms-correlation-request-id": [ + "4a4007b7-3a7f-4311-8aa6-f41b18d70c6f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192300Z:4a4007b7-3a7f-4311-8aa6-f41b18d70c6f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2b4cefd4-94f7-4d2a-838c-d4bba7383505" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12842" + ], + "x-ms-request-id": [ + "33d397d7-e127-44e0-a581-75fcd5615e95" + ], + "x-ms-correlation-request-id": [ + "33d397d7-e127-44e0-a581-75fcd5615e95" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192300Z:33d397d7-e127-44e0-a581-75fcd5615e95" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "39d47c04-9626-4cf9-89f2-e5a622364813" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12840" + ], + "x-ms-request-id": [ + "1d3c31bc-d769-40d7-baa6-ebf4518975f0" + ], + "x-ms-correlation-request-id": [ + "1d3c31bc-d769-40d7-baa6-ebf4518975f0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192300Z:1d3c31bc-d769-40d7-baa6-ebf4518975f0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a8882d87-25ca-49ec-aa3d-875bf40ea161" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12838" + ], + "x-ms-request-id": [ + "b3e98a6d-599f-46f2-9f4b-cb04021b233c" + ], + "x-ms-correlation-request-id": [ + "b3e98a6d-599f-46f2-9f4b-cb04021b233c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192300Z:b3e98a6d-599f-46f2-9f4b-cb04021b233c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:22:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1c79d6a1-ee9f-4595-a1df-dbd910fa7c06" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12836" + ], + "x-ms-request-id": [ + "2f44f7dc-a4b7-4339-bcf6-ef0abf83ebb1" + ], + "x-ms-correlation-request-id": [ + "2f44f7dc-a4b7-4339-bcf6-ef0abf83ebb1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192301Z:2f44f7dc-a4b7-4339-bcf6-ef0abf83ebb1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "036b0051-08ae-4cce-baac-6b91625a8668" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12834" + ], + "x-ms-request-id": [ + "578eab0d-24f4-4ff4-93f8-bee861efc0d2" + ], + "x-ms-correlation-request-id": [ + "578eab0d-24f4-4ff4-93f8-bee861efc0d2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192301Z:578eab0d-24f4-4ff4-93f8-bee861efc0d2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ac0d96f3-8807-422e-b934-da2b83a509ed" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12832" + ], + "x-ms-request-id": [ + "8e7fec4a-4f5c-4f14-973d-b19efc25c862" + ], + "x-ms-correlation-request-id": [ + "8e7fec4a-4f5c-4f14-973d-b19efc25c862" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192301Z:8e7fec4a-4f5c-4f14-973d-b19efc25c862" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "87231a7d-d8e2-4ac0-b968-04ad1eedc03f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12830" + ], + "x-ms-request-id": [ + "4187a815-16de-4338-9cc6-2ba69e48f02f" + ], + "x-ms-correlation-request-id": [ + "4187a815-16de-4338-9cc6-2ba69e48f02f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192301Z:4187a815-16de-4338-9cc6-2ba69e48f02f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4c73aea6-c0f8-47ae-881c-d002837613b0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12828" + ], + "x-ms-request-id": [ + "9a96631a-3e7d-43f5-9be8-a2c63b119a83" + ], + "x-ms-correlation-request-id": [ + "9a96631a-3e7d-43f5-9be8-a2c63b119a83" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192301Z:9a96631a-3e7d-43f5-9be8-a2c63b119a83" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "73f0c844-aebb-4c1a-adb5-dc9dc2060634" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12826" + ], + "x-ms-request-id": [ + "bf769dab-f8ed-4d9e-95d4-3a369cacb6e1" + ], + "x-ms-correlation-request-id": [ + "bf769dab-f8ed-4d9e-95d4-3a369cacb6e1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192302Z:bf769dab-f8ed-4d9e-95d4-3a369cacb6e1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bb119311-1c64-4995-bb5b-9ad6fe256466" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12824" + ], + "x-ms-request-id": [ + "e340ea66-9d94-4981-b2c9-bc32320f1401" + ], + "x-ms-correlation-request-id": [ + "e340ea66-9d94-4981-b2c9-bc32320f1401" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192302Z:e340ea66-9d94-4981-b2c9-bc32320f1401" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a487fdb1-f145-420d-aea6-002868c20c09" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12822" + ], + "x-ms-request-id": [ + "d2fc9f21-65cd-446b-96cc-713046dc9dbc" + ], + "x-ms-correlation-request-id": [ + "d2fc9f21-65cd-446b-96cc-713046dc9dbc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192302Z:d2fc9f21-65cd-446b-96cc-713046dc9dbc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "49457390-9802-40ed-a886-14c57c33b778" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12820" + ], + "x-ms-request-id": [ + "e4bcb987-fe61-4abc-ac4a-d962f613ca8d" + ], + "x-ms-correlation-request-id": [ + "e4bcb987-fe61-4abc-ac4a-d962f613ca8d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192302Z:e4bcb987-fe61-4abc-ac4a-d962f613ca8d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "43db0d53-07bb-4c29-8dbf-0711bd3f6159" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12818" + ], + "x-ms-request-id": [ + "aef86b1d-cb65-41b9-89af-2071eaf05efe" + ], + "x-ms-correlation-request-id": [ + "aef86b1d-cb65-41b9-89af-2071eaf05efe" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192302Z:aef86b1d-cb65-41b9-89af-2071eaf05efe" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:01 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6b1d9f95-7c2d-46c5-aa0a-e489f60e49e1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12816" + ], + "x-ms-request-id": [ + "b4c77203-5b44-4788-8e93-1082204fca05" + ], + "x-ms-correlation-request-id": [ + "b4c77203-5b44-4788-8e93-1082204fca05" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192303Z:b4c77203-5b44-4788-8e93-1082204fca05" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fe2ad52e-d4e0-473a-95bd-4c2259ecc38a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12814" + ], + "x-ms-request-id": [ + "5359c4d1-504f-4352-b9ab-ad864c36aa38" + ], + "x-ms-correlation-request-id": [ + "5359c4d1-504f-4352-b9ab-ad864c36aa38" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192303Z:5359c4d1-504f-4352-b9ab-ad864c36aa38" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ac8b7651-1a73-4170-bba9-8b076006830e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12812" + ], + "x-ms-request-id": [ + "c0665c96-f480-40d8-9d43-6ff1592e594a" + ], + "x-ms-correlation-request-id": [ + "c0665c96-f480-40d8-9d43-6ff1592e594a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192303Z:c0665c96-f480-40d8-9d43-6ff1592e594a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6ce7413b-3f85-4f41-905c-a59f67eced3a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12810" + ], + "x-ms-request-id": [ + "159d018c-2dc9-4b40-a723-73e097446459" + ], + "x-ms-correlation-request-id": [ + "159d018c-2dc9-4b40-a723-73e097446459" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192303Z:159d018c-2dc9-4b40-a723-73e097446459" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:03 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6e1421c5-afe9-40ba-baf7-a2017706cadb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12808" + ], + "x-ms-request-id": [ + "d1378a30-dad1-41eb-b5c9-c8aac6bcac33" + ], + "x-ms-correlation-request-id": [ + "d1378a30-dad1-41eb-b5c9-c8aac6bcac33" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192304Z:d1378a30-dad1-41eb-b5c9-c8aac6bcac33" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d22d055a-a1de-4a9e-8ba2-1ed8bfd311dc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12806" + ], + "x-ms-request-id": [ + "2b25c2c7-df14-464e-9f2f-ddc163e16f7c" + ], + "x-ms-correlation-request-id": [ + "2b25c2c7-df14-464e-9f2f-ddc163e16f7c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192304Z:2b25c2c7-df14-464e-9f2f-ddc163e16f7c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bacd7c2d-0bcd-4849-bcdc-0d6eb8bf0729" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12804" + ], + "x-ms-request-id": [ + "05d66237-96b0-455d-996f-74422d9207ed" + ], + "x-ms-correlation-request-id": [ + "05d66237-96b0-455d-996f-74422d9207ed" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192304Z:05d66237-96b0-455d-996f-74422d9207ed" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4dab70ff-6380-4527-a088-092ebd1c769e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12802" + ], + "x-ms-request-id": [ + "e93d1870-c53a-4060-9909-24af998e79f2" + ], + "x-ms-correlation-request-id": [ + "e93d1870-c53a-4060-9909-24af998e79f2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192304Z:e93d1870-c53a-4060-9909-24af998e79f2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:04 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7670b631-cc42-465f-93d3-d0663c0b5ee9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12800" + ], + "x-ms-request-id": [ + "e3a464b0-813c-47c0-aae1-6cf1078f9a6a" + ], + "x-ms-correlation-request-id": [ + "e3a464b0-813c-47c0-aae1-6cf1078f9a6a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192305Z:e3a464b0-813c-47c0-aae1-6cf1078f9a6a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "26afb505-d76b-4f11-a459-328afcf30384" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12798" + ], + "x-ms-request-id": [ + "69a3100e-1164-4803-8ae9-cbbdd8d38c47" + ], + "x-ms-correlation-request-id": [ + "69a3100e-1164-4803-8ae9-cbbdd8d38c47" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192305Z:69a3100e-1164-4803-8ae9-cbbdd8d38c47" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "db71c41e-2c7c-485e-8fa3-8c28f17c1229" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12796" + ], + "x-ms-request-id": [ + "ec0110dc-a789-4aae-945e-77541f906749" + ], + "x-ms-correlation-request-id": [ + "ec0110dc-a789-4aae-945e-77541f906749" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192305Z:ec0110dc-a789-4aae-945e-77541f906749" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "107df27d-cda0-45e7-aaf5-f1101ad92d10" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12794" + ], + "x-ms-request-id": [ + "95c70311-4609-407f-8991-914240d83aa7" + ], + "x-ms-correlation-request-id": [ + "95c70311-4609-407f-8991-914240d83aa7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192305Z:95c70311-4609-407f-8991-914240d83aa7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "735cfd28-0b83-4d62-bef5-c91b1431cc91" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12792" + ], + "x-ms-request-id": [ + "f3e3bdbb-f7cd-4bd6-a5cb-88a86c65a05c" + ], + "x-ms-correlation-request-id": [ + "f3e3bdbb-f7cd-4bd6-a5cb-88a86c65a05c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192305Z:f3e3bdbb-f7cd-4bd6-a5cb-88a86c65a05c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f3bbf39f-d9eb-4a23-b5ae-ef4124ec298b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12790" + ], + "x-ms-request-id": [ + "70f9a900-6dc1-4eba-8cc0-05ad8c393bb1" + ], + "x-ms-correlation-request-id": [ + "70f9a900-6dc1-4eba-8cc0-05ad8c393bb1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192305Z:70f9a900-6dc1-4eba-8cc0-05ad8c393bb1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:05 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8a5f9522-c568-4df8-bd13-3d77234dd9f7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12788" + ], + "x-ms-request-id": [ + "03051f92-fdf4-4936-b9a4-7b569c84a45a" + ], + "x-ms-correlation-request-id": [ + "03051f92-fdf4-4936-b9a4-7b569c84a45a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192306Z:03051f92-fdf4-4936-b9a4-7b569c84a45a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dd0a80c6-bebe-4122-9ecf-8a31332de47c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12786" + ], + "x-ms-request-id": [ + "fd033bf7-e2c3-42e4-add7-50f908e11c01" + ], + "x-ms-correlation-request-id": [ + "fd033bf7-e2c3-42e4-add7-50f908e11c01" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192306Z:fd033bf7-e2c3-42e4-add7-50f908e11c01" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6f8b31ff-d2b3-4f43-a7ee-246d98f56e77" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12784" + ], + "x-ms-request-id": [ + "7ba24615-4a0c-41ee-aa95-de1c7d59b4b5" + ], + "x-ms-correlation-request-id": [ + "7ba24615-4a0c-41ee-aa95-de1c7d59b4b5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192306Z:7ba24615-4a0c-41ee-aa95-de1c7d59b4b5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6bd3f7d7-3d92-4752-a2a6-fd77376a03c6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12782" + ], + "x-ms-request-id": [ + "b60672a8-cf71-4438-83c1-37ef729afdf9" + ], + "x-ms-correlation-request-id": [ + "b60672a8-cf71-4438-83c1-37ef729afdf9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192306Z:b60672a8-cf71-4438-83c1-37ef729afdf9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0b271bd1-ffb1-453b-acb5-6522e88ba3ce" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12780" + ], + "x-ms-request-id": [ + "3a6609b4-9214-4acf-9f79-27d2e3b824f1" + ], + "x-ms-correlation-request-id": [ + "3a6609b4-9214-4acf-9f79-27d2e3b824f1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192307Z:3a6609b4-9214-4acf-9f79-27d2e3b824f1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:06 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e3e637ca-8bc2-4674-8039-b6867e8bb37f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12778" + ], + "x-ms-request-id": [ + "f99a7dff-7dc8-4060-9330-611e226e45eb" + ], + "x-ms-correlation-request-id": [ + "f99a7dff-7dc8-4060-9330-611e226e45eb" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192307Z:f99a7dff-7dc8-4060-9330-611e226e45eb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "74ee54c1-4b30-40e9-92dd-fae450e7dfd7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12776" + ], + "x-ms-request-id": [ + "06abd757-7b8c-4701-b265-533837572b0e" + ], + "x-ms-correlation-request-id": [ + "06abd757-7b8c-4701-b265-533837572b0e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192307Z:06abd757-7b8c-4701-b265-533837572b0e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "94615427-802f-4a7c-8e01-4062fae3de11" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12774" + ], + "x-ms-request-id": [ + "55e04138-a82d-45cb-adb2-1f576abe85a2" + ], + "x-ms-correlation-request-id": [ + "55e04138-a82d-45cb-adb2-1f576abe85a2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192307Z:55e04138-a82d-45cb-adb2-1f576abe85a2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "858511a6-8e9a-4a2f-b1e6-f7d86c401965" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12772" + ], + "x-ms-request-id": [ + "af287158-ee5a-41b3-94ce-0bf3e5381012" + ], + "x-ms-correlation-request-id": [ + "af287158-ee5a-41b3-94ce-0bf3e5381012" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192307Z:af287158-ee5a-41b3-94ce-0bf3e5381012" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "03eeb941-a86b-4a68-ba53-975401959f5e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12770" + ], + "x-ms-request-id": [ + "3f2df749-51b0-4d82-aef2-16f031be5234" + ], + "x-ms-correlation-request-id": [ + "3f2df749-51b0-4d82-aef2-16f031be5234" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192307Z:3f2df749-51b0-4d82-aef2-16f031be5234" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:07 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d8b3a6e0-3fd3-4a75-a092-bd5e2c7c0fe6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12768" + ], + "x-ms-request-id": [ + "8fd6c2f4-fecb-4ad6-adcf-1a5f5a48c8d5" + ], + "x-ms-correlation-request-id": [ + "8fd6c2f4-fecb-4ad6-adcf-1a5f5a48c8d5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192308Z:8fd6c2f4-fecb-4ad6-adcf-1a5f5a48c8d5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2d516e89-6339-4d8f-9921-76ae29d7ab05" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12766" + ], + "x-ms-request-id": [ + "2011bf58-2000-4054-b0bc-7a26575b731b" + ], + "x-ms-correlation-request-id": [ + "2011bf58-2000-4054-b0bc-7a26575b731b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192308Z:2011bf58-2000-4054-b0bc-7a26575b731b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7dde7fc3-4954-4a72-8f37-ca120e9daaa7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12764" + ], + "x-ms-request-id": [ + "a1395f4a-eb3d-48b7-aa2d-314bce64f7c7" + ], + "x-ms-correlation-request-id": [ + "a1395f4a-eb3d-48b7-aa2d-314bce64f7c7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192308Z:a1395f4a-eb3d-48b7-aa2d-314bce64f7c7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d5cd76e7-2706-4f11-ab3e-fce48d831b6a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12762" + ], + "x-ms-request-id": [ + "ffb28af6-6386-4445-b50a-8b4db8c2af39" + ], + "x-ms-correlation-request-id": [ + "ffb28af6-6386-4445-b50a-8b4db8c2af39" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192308Z:ffb28af6-6386-4445-b50a-8b4db8c2af39" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "37d76f8c-f4d2-4298-a2d9-86f99a7c63be" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12760" + ], + "x-ms-request-id": [ + "873cff16-8882-45df-853a-49984d066901" + ], + "x-ms-correlation-request-id": [ + "873cff16-8882-45df-853a-49984d066901" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192308Z:873cff16-8882-45df-853a-49984d066901" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:08 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef6abfb5-6bcb-4044-9095-ea422f57fdfa" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12758" + ], + "x-ms-request-id": [ + "0c631d24-2f06-43b0-9525-3a6a12010c52" + ], + "x-ms-correlation-request-id": [ + "0c631d24-2f06-43b0-9525-3a6a12010c52" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192309Z:0c631d24-2f06-43b0-9525-3a6a12010c52" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d52cad03-24c0-495b-841b-71ac4a68a0a7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12756" + ], + "x-ms-request-id": [ + "6dd64256-5531-4483-928a-94e802ca0afe" + ], + "x-ms-correlation-request-id": [ + "6dd64256-5531-4483-928a-94e802ca0afe" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192309Z:6dd64256-5531-4483-928a-94e802ca0afe" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1966ca00-ecac-487f-b05b-41984a6f6778" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12754" + ], + "x-ms-request-id": [ + "5685842d-c2a5-4a11-8d5b-d79552c5d921" + ], + "x-ms-correlation-request-id": [ + "5685842d-c2a5-4a11-8d5b-d79552c5d921" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192309Z:5685842d-c2a5-4a11-8d5b-d79552c5d921" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "755adcfe-ba0a-4b14-8081-209d947f46ae" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12752" + ], + "x-ms-request-id": [ + "46be597c-b977-41f9-911f-485c5409a5a6" + ], + "x-ms-correlation-request-id": [ + "46be597c-b977-41f9-911f-485c5409a5a6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192309Z:46be597c-b977-41f9-911f-485c5409a5a6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "609b8412-9a42-4d8b-bd3d-4e9f9feeb439" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12750" + ], + "x-ms-request-id": [ + "2f998ab1-038a-474d-a8b7-c9d08440e620" + ], + "x-ms-correlation-request-id": [ + "2f998ab1-038a-474d-a8b7-c9d08440e620" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192309Z:2f998ab1-038a-474d-a8b7-c9d08440e620" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c8fea6b2-c38f-403b-a64d-237392b14be9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12748" + ], + "x-ms-request-id": [ + "6ffda1e8-71a3-4af1-b231-723fadd5dee3" + ], + "x-ms-correlation-request-id": [ + "6ffda1e8-71a3-4af1-b231-723fadd5dee3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192310Z:6ffda1e8-71a3-4af1-b231-723fadd5dee3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3dfaf89a-4fcb-4f40-a313-5efa48305fe8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12746" + ], + "x-ms-request-id": [ + "a57dbc1c-fa37-41bf-b880-4b54aa375fe8" + ], + "x-ms-correlation-request-id": [ + "a57dbc1c-fa37-41bf-b880-4b54aa375fe8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192310Z:a57dbc1c-fa37-41bf-b880-4b54aa375fe8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aa9c5a55-5ecc-4662-b0e9-af986801c58e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12744" + ], + "x-ms-request-id": [ + "4d0e1540-339a-4f85-b94a-825704cb3889" + ], + "x-ms-correlation-request-id": [ + "4d0e1540-339a-4f85-b94a-825704cb3889" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192310Z:4d0e1540-339a-4f85-b94a-825704cb3889" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "af52537c-f50d-46d8-9285-0a95b3e2aa12" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12742" + ], + "x-ms-request-id": [ + "6025df95-94a4-4e8a-bc16-9aba8b7acd0a" + ], + "x-ms-correlation-request-id": [ + "6025df95-94a4-4e8a-bc16-9aba8b7acd0a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192310Z:6025df95-94a4-4e8a-bc16-9aba8b7acd0a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f4b6b78c-8aa7-4541-82d6-fbb78de28a77" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12740" + ], + "x-ms-request-id": [ + "1252ae5d-1d71-4e62-85cb-ec5b4571f7b7" + ], + "x-ms-correlation-request-id": [ + "1252ae5d-1d71-4e62-85cb-ec5b4571f7b7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192310Z:1252ae5d-1d71-4e62-85cb-ec5b4571f7b7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6dca0e38-62e6-4dd8-9969-dd20e4577e89" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12738" + ], + "x-ms-request-id": [ + "b07e2b28-b372-433b-98d8-3f3d3755aca9" + ], + "x-ms-correlation-request-id": [ + "b07e2b28-b372-433b-98d8-3f3d3755aca9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192311Z:b07e2b28-b372-433b-98d8-3f3d3755aca9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:10 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e06f5a62-f7b8-43e6-b243-1e2535a0fad1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12736" + ], + "x-ms-request-id": [ + "d96dc0c7-c2f8-4666-83fd-f3fe056ab05b" + ], + "x-ms-correlation-request-id": [ + "d96dc0c7-c2f8-4666-83fd-f3fe056ab05b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192311Z:d96dc0c7-c2f8-4666-83fd-f3fe056ab05b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "29bfea97-70eb-45b1-adf7-9858a1e13514" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12734" + ], + "x-ms-request-id": [ + "67a9c26a-e3e0-41f2-a5f8-029e2946fda6" + ], + "x-ms-correlation-request-id": [ + "67a9c26a-e3e0-41f2-a5f8-029e2946fda6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192311Z:67a9c26a-e3e0-41f2-a5f8-029e2946fda6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "52b2d669-bc4b-4843-8398-17112fffb3cb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12732" + ], + "x-ms-request-id": [ + "5d0b81ce-c652-4daf-bf58-63d43e9dd03a" + ], + "x-ms-correlation-request-id": [ + "5d0b81ce-c652-4daf-bf58-63d43e9dd03a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192311Z:5d0b81ce-c652-4daf-bf58-63d43e9dd03a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0d3bef05-caca-4d25-9db6-fb8911113327" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12730" + ], + "x-ms-request-id": [ + "aa00d43f-9ecc-4d10-9519-e9fbf4095543" + ], + "x-ms-correlation-request-id": [ + "aa00d43f-9ecc-4d10-9519-e9fbf4095543" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192311Z:aa00d43f-9ecc-4d10-9519-e9fbf4095543" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cb05d969-1b5b-4fbd-9036-ff89f05b8b51" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12728" + ], + "x-ms-request-id": [ + "0ac345e8-75d6-4069-8372-ff574d4a235a" + ], + "x-ms-correlation-request-id": [ + "0ac345e8-75d6-4069-8372-ff574d4a235a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192311Z:0ac345e8-75d6-4069-8372-ff574d4a235a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:11 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "02977321-d2e8-4ac1-8b8c-df50c6452f99" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12726" + ], + "x-ms-request-id": [ + "13e81cb4-0ccf-4801-91d8-d00800dd060e" + ], + "x-ms-correlation-request-id": [ + "13e81cb4-0ccf-4801-91d8-d00800dd060e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192312Z:13e81cb4-0ccf-4801-91d8-d00800dd060e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "12618d79-9f8f-4516-b860-45143a5aaa11" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12724" + ], + "x-ms-request-id": [ + "a28d4ca3-0f46-4848-8e30-5a9c272403d9" + ], + "x-ms-correlation-request-id": [ + "a28d4ca3-0f46-4848-8e30-5a9c272403d9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192312Z:a28d4ca3-0f46-4848-8e30-5a9c272403d9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bc08335a-e608-4c64-b911-01610529724e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12722" + ], + "x-ms-request-id": [ + "983e72c5-929d-4d3a-8e3d-3c382cef1b63" + ], + "x-ms-correlation-request-id": [ + "983e72c5-929d-4d3a-8e3d-3c382cef1b63" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192312Z:983e72c5-929d-4d3a-8e3d-3c382cef1b63" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f77f8e15-3af6-4ed9-8ff9-c709a25dd036" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12720" + ], + "x-ms-request-id": [ + "9e4cf58d-4679-497b-bc58-a944c2c49fb6" + ], + "x-ms-correlation-request-id": [ + "9e4cf58d-4679-497b-bc58-a944c2c49fb6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192312Z:9e4cf58d-4679-497b-bc58-a944c2c49fb6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ac68adb5-88dd-4b87-9e18-9cb5d7b67604" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12718" + ], + "x-ms-request-id": [ + "70680993-c742-415e-a408-4ecd1583f31f" + ], + "x-ms-correlation-request-id": [ + "70680993-c742-415e-a408-4ecd1583f31f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192312Z:70680993-c742-415e-a408-4ecd1583f31f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:12 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a10af37b-9813-4955-8d66-9e4e36ac5179" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12716" + ], + "x-ms-request-id": [ + "83231010-ef37-4b58-9aa0-fcc3ee4c73a8" + ], + "x-ms-correlation-request-id": [ + "83231010-ef37-4b58-9aa0-fcc3ee4c73a8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192313Z:83231010-ef37-4b58-9aa0-fcc3ee4c73a8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f4988e3d-86b4-46eb-bfb4-f01b1c137297" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12714" + ], + "x-ms-request-id": [ + "32793505-37c1-4cb1-b164-b252202a2f19" + ], + "x-ms-correlation-request-id": [ + "32793505-37c1-4cb1-b164-b252202a2f19" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192313Z:32793505-37c1-4cb1-b164-b252202a2f19" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a13fb824-1da7-4904-8f52-6d5c8266f8e2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12712" + ], + "x-ms-request-id": [ + "8974b449-af4a-48eb-a427-b350269663c8" + ], + "x-ms-correlation-request-id": [ + "8974b449-af4a-48eb-a427-b350269663c8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192313Z:8974b449-af4a-48eb-a427-b350269663c8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "607dea23-5ab7-4d61-9795-e984c82371ab" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12710" + ], + "x-ms-request-id": [ + "960b82c5-4a41-4934-97c8-f97ab5144926" + ], + "x-ms-correlation-request-id": [ + "960b82c5-4a41-4934-97c8-f97ab5144926" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192313Z:960b82c5-4a41-4934-97c8-f97ab5144926" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ca9b9c35-5e02-45df-bea3-7f49430ff65e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12708" + ], + "x-ms-request-id": [ + "f949a9f3-a51d-446f-a06c-42f0705472db" + ], + "x-ms-correlation-request-id": [ + "f949a9f3-a51d-446f-a06c-42f0705472db" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192313Z:f949a9f3-a51d-446f-a06c-42f0705472db" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "99d3c338-e08e-4f33-958c-e180c92ad083" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12706" + ], + "x-ms-request-id": [ + "ecdb9549-095e-49ce-85cd-207a25c25d8b" + ], + "x-ms-correlation-request-id": [ + "ecdb9549-095e-49ce-85cd-207a25c25d8b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192314Z:ecdb9549-095e-49ce-85cd-207a25c25d8b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:13 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "85076b24-6f41-41d4-8872-70091566bbdd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12704" + ], + "x-ms-request-id": [ + "a3b30c24-c5f4-49ff-a0a3-1e5aa9bb810f" + ], + "x-ms-correlation-request-id": [ + "a3b30c24-c5f4-49ff-a0a3-1e5aa9bb810f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192314Z:a3b30c24-c5f4-49ff-a0a3-1e5aa9bb810f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e9c74884-55c9-4a61-a8cc-88ee21df9c62" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12702" + ], + "x-ms-request-id": [ + "4256b168-e8c2-4d4f-b94f-d7534ecbd17c" + ], + "x-ms-correlation-request-id": [ + "4256b168-e8c2-4d4f-b94f-d7534ecbd17c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192314Z:4256b168-e8c2-4d4f-b94f-d7534ecbd17c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "75d62e35-4198-4271-a6cb-75e5b9b12478" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12700" + ], + "x-ms-request-id": [ + "d86988da-fa7f-4e7c-829e-af61d8a4f47a" + ], + "x-ms-correlation-request-id": [ + "d86988da-fa7f-4e7c-829e-af61d8a4f47a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192314Z:d86988da-fa7f-4e7c-829e-af61d8a4f47a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aad5e220-4365-49fd-8061-760c28af3533" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12698" + ], + "x-ms-request-id": [ + "2ee41288-ea30-4896-bfe2-90bc48e6dbc3" + ], + "x-ms-correlation-request-id": [ + "2ee41288-ea30-4896-bfe2-90bc48e6dbc3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192314Z:2ee41288-ea30-4896-bfe2-90bc48e6dbc3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7b25c752-5aba-43a8-91b0-81c2daf4ea17" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12696" + ], + "x-ms-request-id": [ + "9dd4a11f-bca5-45f4-87c3-c9b977866647" + ], + "x-ms-correlation-request-id": [ + "9dd4a11f-bca5-45f4-87c3-c9b977866647" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192315Z:9dd4a11f-bca5-45f4-87c3-c9b977866647" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:14 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0180f9c5-3a6a-484b-922b-ca232d7981f9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12694" + ], + "x-ms-request-id": [ + "07ce3afa-8d36-463c-aec9-a353ff8cf23f" + ], + "x-ms-correlation-request-id": [ + "07ce3afa-8d36-463c-aec9-a353ff8cf23f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192315Z:07ce3afa-8d36-463c-aec9-a353ff8cf23f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d7ef5337-4672-47ac-b8f7-fa62f158c856" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12692" + ], + "x-ms-request-id": [ + "7edd9680-c78b-4971-a4b7-22bf52f9c3ef" + ], + "x-ms-correlation-request-id": [ + "7edd9680-c78b-4971-a4b7-22bf52f9c3ef" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192315Z:7edd9680-c78b-4971-a4b7-22bf52f9c3ef" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2b40b534-5e9c-4458-af7c-6d7895aecf26" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12690" + ], + "x-ms-request-id": [ + "e5cbf3cb-bf92-4951-b3e2-bc6829088a04" + ], + "x-ms-correlation-request-id": [ + "e5cbf3cb-bf92-4951-b3e2-bc6829088a04" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192315Z:e5cbf3cb-bf92-4951-b3e2-bc6829088a04" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6a05ee50-feba-48ec-b5b1-57f54df757b6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12688" + ], + "x-ms-request-id": [ + "a2434c22-6c3e-43da-b744-e1e3ad91a978" + ], + "x-ms-correlation-request-id": [ + "a2434c22-6c3e-43da-b744-e1e3ad91a978" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192315Z:a2434c22-6c3e-43da-b744-e1e3ad91a978" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cc5c5a81-971e-4805-97b0-4edea632c9c2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12686" + ], + "x-ms-request-id": [ + "191a2e59-9577-4dab-b1f5-98bd10aefe09" + ], + "x-ms-correlation-request-id": [ + "191a2e59-9577-4dab-b1f5-98bd10aefe09" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192316Z:191a2e59-9577-4dab-b1f5-98bd10aefe09" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:15 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7ea6673e-066d-4f3e-ba41-f9c16129cb54" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12684" + ], + "x-ms-request-id": [ + "0fe68946-1ce0-4236-ac4e-f7ef63c395b8" + ], + "x-ms-correlation-request-id": [ + "0fe68946-1ce0-4236-ac4e-f7ef63c395b8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192316Z:0fe68946-1ce0-4236-ac4e-f7ef63c395b8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "489fdc71-54d7-40f6-bbf4-bc0db1a68c04" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12682" + ], + "x-ms-request-id": [ + "adca8b46-b0e9-4065-8077-72cbafe36f0e" + ], + "x-ms-correlation-request-id": [ + "adca8b46-b0e9-4065-8077-72cbafe36f0e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192316Z:adca8b46-b0e9-4065-8077-72cbafe36f0e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "600a2302-e6ef-43c6-93c6-ecc701170b2c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12680" + ], + "x-ms-request-id": [ + "e9bb7d69-1c69-4421-9d7b-34e208e9ccb2" + ], + "x-ms-correlation-request-id": [ + "e9bb7d69-1c69-4421-9d7b-34e208e9ccb2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192316Z:e9bb7d69-1c69-4421-9d7b-34e208e9ccb2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cffba654-fafa-4dfd-8ba0-1073cceab4fe" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12678" + ], + "x-ms-request-id": [ + "31b42004-c4ed-435b-9436-25421e2a2253" + ], + "x-ms-correlation-request-id": [ + "31b42004-c4ed-435b-9436-25421e2a2253" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192316Z:31b42004-c4ed-435b-9436-25421e2a2253" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b70e2d2c-2812-4539-b4ce-ba73f2ac184a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12676" + ], + "x-ms-request-id": [ + "56f70202-f455-4af7-8a7a-4d87dccd9f1d" + ], + "x-ms-correlation-request-id": [ + "56f70202-f455-4af7-8a7a-4d87dccd9f1d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192316Z:56f70202-f455-4af7-8a7a-4d87dccd9f1d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:16 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0e53b0c2-45bb-43f8-b32e-be420b87ee78" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12674" + ], + "x-ms-request-id": [ + "915053d5-b07d-4c41-81c8-1f42bb8a3ead" + ], + "x-ms-correlation-request-id": [ + "915053d5-b07d-4c41-81c8-1f42bb8a3ead" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192317Z:915053d5-b07d-4c41-81c8-1f42bb8a3ead" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d53be9e1-1604-4d36-907c-bdc96e42968b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12672" + ], + "x-ms-request-id": [ + "b6a95810-fa04-43c3-8435-f05128dea1fd" + ], + "x-ms-correlation-request-id": [ + "b6a95810-fa04-43c3-8435-f05128dea1fd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192317Z:b6a95810-fa04-43c3-8435-f05128dea1fd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6f505673-3173-4914-9fa7-f3daf89287a9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12670" + ], + "x-ms-request-id": [ + "ff8eccc7-4147-479f-9cf4-5c6cc29c2c1c" + ], + "x-ms-correlation-request-id": [ + "ff8eccc7-4147-479f-9cf4-5c6cc29c2c1c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192317Z:ff8eccc7-4147-479f-9cf4-5c6cc29c2c1c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d6b9f4ea-a69c-4491-9607-87c0fa7831e4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12668" + ], + "x-ms-request-id": [ + "f0884ff0-ecfc-409d-be89-a08bd48f3935" + ], + "x-ms-correlation-request-id": [ + "f0884ff0-ecfc-409d-be89-a08bd48f3935" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192317Z:f0884ff0-ecfc-409d-be89-a08bd48f3935" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "11b63efa-8cb1-45fd-95f6-90958c30b32c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12666" + ], + "x-ms-request-id": [ + "e41bc863-2669-43c1-a397-9c4888ed0796" + ], + "x-ms-correlation-request-id": [ + "e41bc863-2669-43c1-a397-9c4888ed0796" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192317Z:e41bc863-2669-43c1-a397-9c4888ed0796" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:17 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a9aea789-0235-4247-922b-4eb7da303cc4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12664" + ], + "x-ms-request-id": [ + "2d96414e-289b-4918-bc54-7614a044b959" + ], + "x-ms-correlation-request-id": [ + "2d96414e-289b-4918-bc54-7614a044b959" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192318Z:2d96414e-289b-4918-bc54-7614a044b959" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cdc32456-ad8a-4185-aa53-a4ed11fd7809" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12662" + ], + "x-ms-request-id": [ + "34baa29c-2faf-4ed6-850d-1f97086ad72e" + ], + "x-ms-correlation-request-id": [ + "34baa29c-2faf-4ed6-850d-1f97086ad72e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192318Z:34baa29c-2faf-4ed6-850d-1f97086ad72e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dc85a962-f4d4-425f-b0ab-2d1097c7a28c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12660" + ], + "x-ms-request-id": [ + "b3211963-0114-497b-aa81-2bf264c40031" + ], + "x-ms-correlation-request-id": [ + "b3211963-0114-497b-aa81-2bf264c40031" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192318Z:b3211963-0114-497b-aa81-2bf264c40031" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "68230a27-d9ee-49b2-ba34-1f9dc48a52c8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12658" + ], + "x-ms-request-id": [ + "1ea856d7-0a02-4c0b-b345-c5563013d850" + ], + "x-ms-correlation-request-id": [ + "1ea856d7-0a02-4c0b-b345-c5563013d850" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192318Z:1ea856d7-0a02-4c0b-b345-c5563013d850" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f3f4bc17-a3b2-42d9-9329-9f6ea73d7495" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12656" + ], + "x-ms-request-id": [ + "f84e852b-bce9-4d42-b1e7-a727ba462a2b" + ], + "x-ms-correlation-request-id": [ + "f84e852b-bce9-4d42-b1e7-a727ba462a2b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192319Z:f84e852b-bce9-4d42-b1e7-a727ba462a2b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:18 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ecbc9980-e7ef-4bbb-b5d8-24a0b157e830" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12654" + ], + "x-ms-request-id": [ + "84f3ea63-8c01-4d7b-96ca-5ee34dfb2170" + ], + "x-ms-correlation-request-id": [ + "84f3ea63-8c01-4d7b-96ca-5ee34dfb2170" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192319Z:84f3ea63-8c01-4d7b-96ca-5ee34dfb2170" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "00a5d4f6-9839-49f6-81c9-5f40f46e4eda" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12652" + ], + "x-ms-request-id": [ + "eaef9437-c59a-430f-ab78-b781381b0d55" + ], + "x-ms-correlation-request-id": [ + "eaef9437-c59a-430f-ab78-b781381b0d55" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192319Z:eaef9437-c59a-430f-ab78-b781381b0d55" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ab6c31d7-c5b3-48cf-8c05-921979a1755e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12650" + ], + "x-ms-request-id": [ + "e21b16d6-a4b0-44c6-9df3-43848f9b9ea9" + ], + "x-ms-correlation-request-id": [ + "e21b16d6-a4b0-44c6-9df3-43848f9b9ea9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192319Z:e21b16d6-a4b0-44c6-9df3-43848f9b9ea9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e40e720b-6e5a-4d5e-a847-3ea2e97e3e89" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12648" + ], + "x-ms-request-id": [ + "6c5acf7f-5149-48c5-b9a8-b6d966283063" + ], + "x-ms-correlation-request-id": [ + "6c5acf7f-5149-48c5-b9a8-b6d966283063" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192319Z:6c5acf7f-5149-48c5-b9a8-b6d966283063" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "321d0448-7fc5-414f-a0bd-0dcd1b09f52f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12646" + ], + "x-ms-request-id": [ + "13fa6840-88f8-4859-be47-d1475b328dda" + ], + "x-ms-correlation-request-id": [ + "13fa6840-88f8-4859-be47-d1475b328dda" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192319Z:13fa6840-88f8-4859-be47-d1475b328dda" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0a4f9858-d7b6-4f47-8ccc-d788c649425c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12644" + ], + "x-ms-request-id": [ + "725f095c-636c-4663-b82a-7b09381c51a6" + ], + "x-ms-correlation-request-id": [ + "725f095c-636c-4663-b82a-7b09381c51a6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192320Z:725f095c-636c-4663-b82a-7b09381c51a6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:19 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "02818a81-25c9-4ce7-9b43-cd794e3f4ebe" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12642" + ], + "x-ms-request-id": [ + "fe691447-219f-4cda-8f36-9305bbef56c7" + ], + "x-ms-correlation-request-id": [ + "fe691447-219f-4cda-8f36-9305bbef56c7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192320Z:fe691447-219f-4cda-8f36-9305bbef56c7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "88617ea1-fa07-428c-80ca-1b65f042b3d8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12640" + ], + "x-ms-request-id": [ + "b7366766-a10e-4f89-9376-be31f7367132" + ], + "x-ms-correlation-request-id": [ + "b7366766-a10e-4f89-9376-be31f7367132" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192320Z:b7366766-a10e-4f89-9376-be31f7367132" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "66847a13-d304-45db-95ad-c02cdab7c3de" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12638" + ], + "x-ms-request-id": [ + "d343b85f-e791-4999-8bf9-3a7c55eec5c2" + ], + "x-ms-correlation-request-id": [ + "d343b85f-e791-4999-8bf9-3a7c55eec5c2" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192320Z:d343b85f-e791-4999-8bf9-3a7c55eec5c2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "14d6434f-bc51-417e-bd4f-42018512151d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12636" + ], + "x-ms-request-id": [ + "435e129d-a61d-4ae6-aee1-c7356c567b39" + ], + "x-ms-correlation-request-id": [ + "435e129d-a61d-4ae6-aee1-c7356c567b39" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192320Z:435e129d-a61d-4ae6-aee1-c7356c567b39" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cd61fddf-e093-4b8a-b2fb-1566eecd7579" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12634" + ], + "x-ms-request-id": [ + "c47f4019-5e93-4fc5-ba20-fd27beafb12e" + ], + "x-ms-correlation-request-id": [ + "c47f4019-5e93-4fc5-ba20-fd27beafb12e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192321Z:c47f4019-5e93-4fc5-ba20-fd27beafb12e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:20 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "42286a9f-2aa9-42f2-b424-f298f5543b94" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12632" + ], + "x-ms-request-id": [ + "47019fd2-d076-4f60-90f0-2db9a6dd78e7" + ], + "x-ms-correlation-request-id": [ + "47019fd2-d076-4f60-90f0-2db9a6dd78e7" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192321Z:47019fd2-d076-4f60-90f0-2db9a6dd78e7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "adf2cada-d8dc-49d0-bff7-bdd1d4025084" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12630" + ], + "x-ms-request-id": [ + "967c8371-9f83-4525-bccd-522ccffa3d37" + ], + "x-ms-correlation-request-id": [ + "967c8371-9f83-4525-bccd-522ccffa3d37" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192321Z:967c8371-9f83-4525-bccd-522ccffa3d37" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b02e0f90-6676-4635-acca-8feccb35a5d5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Running\",\r\n \"timestamp\": \"2018-05-23T19:20:12.8529702Z\",\r\n \"duration\": \"PT49.054775S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "4847" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "5" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12628" + ], + "x-ms-request-id": [ + "2505aacb-0dc0-47b2-b8d8-2c62c89901d6" + ], + "x-ms-correlation-request-id": [ + "2505aacb-0dc0-47b2-b8d8-2c62c89901d6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192321Z:2505aacb-0dc0-47b2-b8d8-2c62c89901d6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803/providers/Microsoft.Resources/deployments/Deployment?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9EZXBsb3ltZW50P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "96ad1e24-d88c-426e-af1f-d3e18981d02e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Resources/deployments/Deployment\",\r\n \"name\": \"Deployment\",\r\n \"properties\": {\r\n \"templateHash\": \"11471291379888079239\",\r\n \"parameters\": {\r\n \"rgName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4803\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westcentralus\"\r\n },\r\n \"virtualMachineName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893\"\r\n },\r\n \"virtualMachineSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_A4\"\r\n },\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n },\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7179\"\r\n },\r\n \"virtualNetworkName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4274\"\r\n },\r\n \"routeTableName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps9899\"\r\n },\r\n \"networkInterfaceName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps4615\"\r\n },\r\n \"networkSecurityGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps1491\"\r\n },\r\n \"adminPassword\": {\r\n \"type\": \"SecureString\"\r\n },\r\n \"storageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"diagnosticsStorageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps7969\"\r\n },\r\n \"diagnosticsStorageAccountId\": {\r\n \"type\": \"String\",\r\n \"value\": \"Microsoft.Storage/storageAccounts/ps7969\"\r\n },\r\n \"diagnosticsStorageAccountType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Standard_LRS\"\r\n },\r\n \"addressPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"subnetName\": {\r\n \"type\": \"String\",\r\n \"value\": \"default\"\r\n },\r\n \"subnetPrefix\": {\r\n \"type\": \"String\",\r\n \"value\": \"10.17.3.0/24\"\r\n },\r\n \"publicIpAddressName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ps2893-ip\"\r\n },\r\n \"publicIpAddressType\": {\r\n \"type\": \"String\",\r\n \"value\": \"Dynamic\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2018-05-23T19:23:21.5737879Z\",\r\n \"duration\": \"PT3M57.7755927S\",\r\n \"correlationId\": \"8eab11cc-3afe-41e5-9a13-5ba59da19d57\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIpAddresses\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7179\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"ps7969\",\r\n \"apiVersion\": \"2015-06-15\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"resourceType\": \"Microsoft.Compute/virtualMachines\",\r\n \"resourceName\": \"ps2893\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\",\r\n \"resourceType\": \"Microsoft.Network/routeTables\",\r\n \"resourceName\": \"ps9899\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\",\r\n \"resourceType\": \"Microsoft.Network/virtualNetworks\",\r\n \"resourceName\": \"ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\",\r\n \"resourceType\": \"Microsoft.Network/publicIpAddresses\",\r\n \"resourceName\": \"ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\",\r\n \"resourceType\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"resourceName\": \"ps1491\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\",\r\n \"resourceType\": \"Microsoft.Network/networkInterfaces\",\r\n \"resourceName\": \"ps4615\"\r\n }\r\n ],\r\n \"outputs\": {\r\n \"adminUsername\": {\r\n \"type\": \"String\",\r\n \"value\": \"netanaytics12\"\r\n }\r\n },\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkSecurityGroups/ps1491\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/publicIpAddresses/ps2893-ip\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/routeTables/ps9899\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/virtualNetworks/ps4274\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7179\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Storage/storageAccounts/ps7969\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "6023" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "12626" + ], + "x-ms-request-id": [ + "1b1f8ba4-8083-4450-be3e-c80348ad900b" + ], + "x-ms-correlation-request-id": [ + "1b1f8ba4-8083-4450-be3e-c80348ad900b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192321Z:1b1f8ba4-8083-4450-be3e-c80348ad900b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps8445?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzODQ0NT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"westcentralus\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "35" + ], + "User-Agent": [ + "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps8445\",\r\n \"name\": \"ps8445\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "172" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "9d1009a2-b9e5-4e98-8b73-c4853f4e0efa" + ], + "x-ms-correlation-request-id": [ + "9d1009a2-b9e5-4e98-8b73-c4853f4e0efa" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192323Z:9d1009a2-b9e5-4e98-8b73-c4853f4e0efa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:22 GMT" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps8445/providers/Microsoft.Network/networkWatchers/ps9407?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlR3JvdXBzL3BzODQ0NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya1dhdGNoZXJzL3BzOTQwNz9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f3dfe053-a4e2-4896-8f56-e8fa7b1cc40c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/networkWatchers/ps9407' under resource group 'ps8445' was not found.\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "150" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "66009b78-aed2-4b50-b578-9ab80a5a7869" + ], + "x-ms-correlation-request-id": [ + "66009b78-aed2-4b50-b578-9ab80a5a7869" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192323Z:66009b78-aed2-4b50-b578-9ab80a5a7869" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:23:23 GMT" + ] + }, + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps8445/providers/Microsoft.Network/networkWatchers/ps9407?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlR3JvdXBzL3BzODQ0NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya1dhdGNoZXJzL3BzOTQwNz9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8007a9c0-eebd-43b5-ab09-45dd17141e5e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps9407\",\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps8445/providers/Microsoft.Network/networkWatchers/ps9407\",\r\n \"etag\": \"W/\\\"8fdc7671-fcca-4ba8-aeef-1f7580776622\\\"\",\r\n \"type\": \"Microsoft.Network/networkWatchers\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"runningOperationIds\": []\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "393" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "cf8ae510-7d56-47dc-9ce4-9e77ddb84311" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Cache-Control": [ + "no-cache" + ], + "ETag": [ + "W/\"8fdc7671-fcca-4ba8-aeef-1f7580776622\"" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "b4146779-d25e-44c9-ab9e-c76368368006" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192325Z:b4146779-d25e-44c9-ab9e-c76368368006" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 23 May 2018 19:23:24 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps8445/providers/Microsoft.Network/networkWatchers/ps9407?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlR3JvdXBzL3BzODQ0NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya1dhdGNoZXJzL3BzOTQwNz9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"westcentralus\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "35" + ], + "x-ms-client-request-id": [ + "7d0b0dbc-5c87-42ad-84ab-aa47247a3d6e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"name\": \"ps9407\",\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps8445/providers/Microsoft.Network/networkWatchers/ps9407\",\r\n \"etag\": \"W/\\\"8fdc7671-fcca-4ba8-aeef-1f7580776622\\\"\",\r\n \"type\": \"Microsoft.Network/networkWatchers\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"runningOperationIds\": []\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "393" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "4b273b5b-0bd7-4d86-bca1-bc71059c1cd4" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Network/locations/westcentralus/operations/4b273b5b-0bd7-4d86-bca1-bc71059c1cd4?api-version=2018-04-01" + ], + "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": [ + "5f0f0797-23c4-4a9d-a803-b0df85ecc5be" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192325Z:5f0f0797-23c4-4a9d-a803-b0df85ecc5be" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 23 May 2018 19:23:24 GMT" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines?api-version=2017-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlR3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzP2FwaS12ZXJzaW9uPTIwMTctMTItMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e8fcfa3d-d93e-420b-b24f-ab222dc3f5b0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/18.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"vmId\": \"0b8dcb4e-be8c-49dd-96f9-8c1301073ea9\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"ps2893\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://ps7179.blob.core.windows.net/vhds/ps289320161217141554.vhd\"\r\n },\r\n \"caching\": \"ReadWrite\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"ps2893\",\r\n \"adminUsername\": \"netanaytics12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true\r\n },\r\n \"secrets\": []\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615\"\r\n }\r\n ]\r\n },\r\n \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": true,\r\n \"storageUri\": \"https://ps7969.blob.core.windows.net/\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westcentralus\",\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"name\": \"ps2893\"\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "1768" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/HighCostGet3Min;159,Microsoft.Compute/HighCostGet30Min;799" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "7110c30b-1262-4ebf-9b05-ba097db10fd6_131710711144336805" + ], + "x-ms-request-id": [ + "8e882d6c-9ec2-478a-adba-dd1a5d018822" + ], + "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": [ + "fe01acf1-a215-437d-aeb8-adb17c91eadf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192325Z:fe01acf1-a215-437d-aeb8-adb17c91eadf" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 23 May 2018 19:23:25 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893/extensions/MyNetworkWatcherAgent?api-version=2017-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlR3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3BzMjg5My9leHRlbnNpb25zL015TmV0d29ya1dhdGNoZXJBZ2VudD9hcGktdmVyc2lvbj0yMDE3LTEyLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.NetworkWatcher\",\r\n \"type\": \"NetworkWatcherAgentWindows\",\r\n \"typeHandlerVersion\": \"1.4\",\r\n \"autoUpgradeMinorVersion\": true\r\n },\r\n \"location\": \"westcentralus\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "226" + ], + "x-ms-client-request-id": [ + "f2806fd3-7d5f-48b1-8d2b-b8df0bce2463" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/18.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.NetworkWatcher\",\r\n \"type\": \"NetworkWatcherAgentWindows\",\r\n \"typeHandlerVersion\": \"1.4\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"westcentralus\",\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893/extensions/MyNetworkWatcherAgent\",\r\n \"name\": \"MyNetworkWatcherAgent\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "529" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Compute/locations/westcentralus/operations/a7c54a4d-f354-44fd-a252-db07beda5a2c?api-version=2017-12-01" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1199" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "7110c30b-1262-4ebf-9b05-ba097db10fd6_131710711144336805" + ], + "x-ms-request-id": [ + "a7c54a4d-f354-44fd-a252-db07beda5a2c" + ], + "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": [ + "be2709ea-a5a2-4309-bc33-ecc02576d961" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192326Z:be2709ea-a5a2-4309-bc33-ecc02576d961" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 23 May 2018 19:23:26 GMT" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Compute/locations/westcentralus/operations/a7c54a4d-f354-44fd-a252-db07beda5a2c?api-version=2017-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2E3YzU0YTRkLWYzNTQtNDRmZC1hMjUyLWRiMDdiZWRhNWEyYz9hcGktdmVyc2lvbj0yMDE3LTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/18.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-05-23T12:23:26.2105082-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a7c54a4d-f354-44fd-a252-db07beda5a2c\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29977" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "7110c30b-1262-4ebf-9b05-ba097db10fd6_131710711144336805" + ], + "x-ms-request-id": [ + "a8250597-c42b-47e4-8c65-8a216be63fca" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14998" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-correlation-request-id": [ + "951f422a-1b6e-4d52-b842-39959cdde301" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192356Z:951f422a-1b6e-4d52-b842-39959cdde301" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 23 May 2018 19:23:56 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Compute/locations/westcentralus/operations/a7c54a4d-f354-44fd-a252-db07beda5a2c?api-version=2017-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2E3YzU0YTRkLWYzNTQtNDRmZC1hMjUyLWRiMDdiZWRhNWEyYz9hcGktdmVyc2lvbj0yMDE3LTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/18.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-05-23T12:23:26.2105082-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a7c54a4d-f354-44fd-a252-db07beda5a2c\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29974" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "7110c30b-1262-4ebf-9b05-ba097db10fd6_131710711144336805" + ], + "x-ms-request-id": [ + "12b23aaf-f19a-4d2f-b302-deda8d726c34" + ], + "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": [ + "454f61cc-942c-41a7-92ba-bc1e1f0c95bf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192426Z:454f61cc-942c-41a7-92ba-bc1e1f0c95bf" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 23 May 2018 19:24:26 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Compute/locations/westcentralus/operations/a7c54a4d-f354-44fd-a252-db07beda5a2c?api-version=2017-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2E3YzU0YTRkLWYzNTQtNDRmZC1hMjUyLWRiMDdiZWRhNWEyYz9hcGktdmVyc2lvbj0yMDE3LTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/18.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-05-23T12:23:26.2105082-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a7c54a4d-f354-44fd-a252-db07beda5a2c\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29971" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "7110c30b-1262-4ebf-9b05-ba097db10fd6_131710711144336805" + ], + "x-ms-request-id": [ + "35b646c9-5339-499b-9b36-22856e7c7a8d" + ], + "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": [ + "371d37dd-baf2-4b5e-90c0-580bb0d8f687" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192459Z:371d37dd-baf2-4b5e-90c0-580bb0d8f687" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 23 May 2018 19:24:59 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Compute/locations/westcentralus/operations/a7c54a4d-f354-44fd-a252-db07beda5a2c?api-version=2017-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2E3YzU0YTRkLWYzNTQtNDRmZC1hMjUyLWRiMDdiZWRhNWEyYz9hcGktdmVyc2lvbj0yMDE3LTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/18.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-05-23T12:23:26.2105082-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a7c54a4d-f354-44fd-a252-db07beda5a2c\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14982,Microsoft.Compute/GetOperation30Min;29968" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "7110c30b-1262-4ebf-9b05-ba097db10fd6_131710711144336805" + ], + "x-ms-request-id": [ + "f8df2c1e-3df8-46a8-be94-139003285203" + ], + "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": [ + "4c920dc8-6e29-4ad3-a1b8-90b677bdfbf4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192530Z:4c920dc8-6e29-4ad3-a1b8-90b677bdfbf4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 23 May 2018 19:25:29 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Compute/locations/westcentralus/operations/a7c54a4d-f354-44fd-a252-db07beda5a2c?api-version=2017-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2E3YzU0YTRkLWYzNTQtNDRmZC1hMjUyLWRiMDdiZWRhNWEyYz9hcGktdmVyc2lvbj0yMDE3LTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/18.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2018-05-23T12:23:26.2105082-07:00\",\r\n \"endTime\": \"2018-05-23T12:25:38.2174994-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a7c54a4d-f354-44fd-a252-db07beda5a2c\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14987,Microsoft.Compute/GetOperation30Min;29966" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "7110c30b-1262-4ebf-9b05-ba097db10fd6_131710711144336805" + ], + "x-ms-request-id": [ + "67a34e58-2780-4ccf-ae6e-d42afc0e751c" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14994" + ], + "Cache-Control": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-correlation-request-id": [ + "e3707cd0-50b3-4c31-a50b-bf4bf4edae9f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192600Z:e3707cd0-50b3-4c31-a50b-bf4bf4edae9f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 23 May 2018 19:26:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893/extensions/MyNetworkWatcherAgent?api-version=2017-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlR3JvdXBzL3BzNDgwMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3BzMjg5My9leHRlbnNpb25zL015TmV0d29ya1dhdGNoZXJBZ2VudD9hcGktdmVyc2lvbj0yMDE3LTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/18.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"properties\": {\r\n \"publisher\": \"Microsoft.Azure.NetworkWatcher\",\r\n \"type\": \"NetworkWatcherAgentWindows\",\r\n \"typeHandlerVersion\": \"1.4\",\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": \"westcentralus\",\r\n \"id\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893/extensions/MyNetworkWatcherAgent\",\r\n \"name\": \"MyNetworkWatcherAgent\"\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "530" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;4195,Microsoft.Compute/LowCostGet30Min;33592" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "7110c30b-1262-4ebf-9b05-ba097db10fd6_131710711144336805" + ], + "x-ms-request-id": [ + "a942c23e-07aa-4f5b-8363-567a1e7afdd1" + ], + "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": [ + "e2ad3b6c-c1f9-40b3-8850-c7c15211aa84" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192601Z:e2ad3b6c-c1f9-40b3-8850-c7c15211aa84" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 23 May 2018 19:26:00 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps8445/providers/Microsoft.Network/networkWatchers/ps9407/connectivityCheck?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlR3JvdXBzL3BzODQ0NS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya1dhdGNoZXJzL3BzOTQwNy9jb25uZWN0aXZpdHlDaGVjaz9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"source\": {\r\n \"resourceId\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Compute/virtualMachines/ps2893\",\r\n \"port\": 0\r\n },\r\n \"destination\": {\r\n \"address\": \"bing.com\",\r\n \"port\": 80\r\n },\r\n \"protocolConfiguration\": {\r\n \"HTTPConfiguration\": {\r\n \"method\": \"Get\",\r\n \"headers\": [\r\n {\r\n \"name\": \"accept\",\r\n \"value\": \"application/json\"\r\n }\r\n ],\r\n \"validStatusCodes\": [\r\n 200,\r\n 202,\r\n 204\r\n ]\r\n }\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "550" + ], + "x-ms-client-request-id": [ + "1dc543f9-6d74-4b32-a551-69f0599ef21d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.0.0.0" + ] + }, + "ResponseBody": "null", + "ResponseHeaders": { + "Content-Length": [ + "4" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "10b6ab20-83aa-45dd-bc17-af0cb9d0931d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Cache-Control": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Network/locations/westcentralus/operationResults/10b6ab20-83aa-45dd-bc17-af0cb9d0931d?api-version=2018-04-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "b2f984a6-a0fd-40e9-9f9d-0bc4a8917e7a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192622Z:b2f984a6-a0fd-40e9-9f9d-0bc4a8917e7a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 23 May 2018 19:26:21 GMT" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Network/locations/westcentralus/operationResults/10b6ab20-83aa-45dd-bc17-af0cb9d0931d?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25SZXN1bHRzLzEwYjZhYjIwLTgzYWEtNDVkZC1iYzE3LWFmMGNiOWQwOTMxZD9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.0.0.0" + ] + }, + "ResponseBody": "null", + "ResponseHeaders": { + "Content-Length": [ + "4" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "10b6ab20-83aa-45dd-bc17-af0cb9d0931d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Cache-Control": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Network/locations/westcentralus/operationResults/10b6ab20-83aa-45dd-bc17-af0cb9d0931d?api-version=2018-04-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "c197b2a4-74a2-4779-937c-d41311a6fa1e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192632Z:c197b2a4-74a2-4779-937c-d41311a6fa1e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 23 May 2018 19:26:31 GMT" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Network/locations/westcentralus/operationResults/10b6ab20-83aa-45dd-bc17-af0cb9d0931d?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25SZXN1bHRzLzEwYjZhYjIwLTgzYWEtNDVkZC1iYzE3LWFmMGNiOWQwOTMxZD9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.0.0.0" + ] + }, + "ResponseBody": "null", + "ResponseHeaders": { + "Content-Length": [ + "4" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "10b6ab20-83aa-45dd-bc17-af0cb9d0931d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Cache-Control": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Network/locations/westcentralus/operationResults/10b6ab20-83aa-45dd-bc17-af0cb9d0931d?api-version=2018-04-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "5914aa89-ee1d-4a21-a693-d221c113bf96" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192642Z:5914aa89-ee1d-4a21-a693-d221c113bf96" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 23 May 2018 19:26:41 GMT" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Network/locations/westcentralus/operationResults/10b6ab20-83aa-45dd-bc17-af0cb9d0931d?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25SZXN1bHRzLzEwYjZhYjIwLTgzYWEtNDVkZC1iYzE3LWFmMGNiOWQwOTMxZD9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.0.0.0" + ] + }, + "ResponseBody": "null", + "ResponseHeaders": { + "Content-Length": [ + "4" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "10b6ab20-83aa-45dd-bc17-af0cb9d0931d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Cache-Control": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Network/locations/westcentralus/operationResults/10b6ab20-83aa-45dd-bc17-af0cb9d0931d?api-version=2018-04-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14997" + ], + "x-ms-correlation-request-id": [ + "cf4295f7-9fdb-4b39-8db5-8aad5183fc92" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192652Z:cf4295f7-9fdb-4b39-8db5-8aad5183fc92" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 23 May 2018 19:26:51 GMT" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Network/locations/westcentralus/operationResults/10b6ab20-83aa-45dd-bc17-af0cb9d0931d?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25SZXN1bHRzLzEwYjZhYjIwLTgzYWEtNDVkZC1iYzE3LWFmMGNiOWQwOTMxZD9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.0.0.0" + ] + }, + "ResponseBody": "null", + "ResponseHeaders": { + "Content-Length": [ + "4" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "10b6ab20-83aa-45dd-bc17-af0cb9d0931d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Cache-Control": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Network/locations/westcentralus/operationResults/10b6ab20-83aa-45dd-bc17-af0cb9d0931d?api-version=2018-04-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14996" + ], + "x-ms-correlation-request-id": [ + "0de512ea-aee2-445c-9fb5-d054a7f6420f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192702Z:0de512ea-aee2-445c-9fb5-d054a7f6420f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 23 May 2018 19:27:02 GMT" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Network/locations/westcentralus/operationResults/10b6ab20-83aa-45dd-bc17-af0cb9d0931d?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25SZXN1bHRzLzEwYjZhYjIwLTgzYWEtNDVkZC1iYzE3LWFmMGNiOWQwOTMxZD9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.0.0.0" + ] + }, + "ResponseBody": "null", + "ResponseHeaders": { + "Content-Length": [ + "4" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "10" + ], + "x-ms-request-id": [ + "10b6ab20-83aa-45dd-bc17-af0cb9d0931d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Cache-Control": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Network/locations/westcentralus/operationResults/10b6ab20-83aa-45dd-bc17-af0cb9d0931d?api-version=2018-04-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14995" + ], + "x-ms-correlation-request-id": [ + "d207abd3-7803-443b-b4f5-cc7547195f94" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192712Z:d207abd3-7803-443b-b4f5-cc7547195f94" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 23 May 2018 19:27:12 GMT" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Network/locations/westcentralus/operationResults/10b6ab20-83aa-45dd-bc17-af0cb9d0931d?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25SZXN1bHRzLzEwYjZhYjIwLTgzYWEtNDVkZC1iYzE3LWFmMGNiOWQwOTMxZD9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"hops\": [\r\n {\r\n \"type\": \"Source\",\r\n \"id\": \"5a12c89d-a842-4a4f-8de8-d576fba3fa4e\",\r\n \"address\": \"10.17.3.4\",\r\n \"resourceId\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615/ipConfigurations/ipconfig1\",\r\n \"nextHopIds\": [\r\n \"a076f2d7-9883-48e6-9656-22a50b4d86be\"\r\n ],\r\n \"links\": [\r\n {\r\n \"nextHopId\": \"a076f2d7-9883-48e6-9656-22a50b4d86be\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"issues\": []\r\n },\r\n {\r\n \"type\": \"Internet\",\r\n \"id\": \"a076f2d7-9883-48e6-9656-22a50b4d86be\",\r\n \"address\": \"13.107.21.200\",\r\n \"resourceId\": \"\",\r\n \"nextHopIds\": [],\r\n \"links\": [],\r\n \"issues\": []\r\n }\r\n ],\r\n \"connectionStatus\": \"Reachable\",\r\n \"avgLatencyInMs\": 9,\r\n \"minLatencyInMs\": 1,\r\n \"maxLatencyInMs\": 77,\r\n \"probesSent\": 100,\r\n \"probesFailed\": 0\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "939" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "10b6ab20-83aa-45dd-bc17-af0cb9d0931d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Cache-Control": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Network/locations/westcentralus/operationResults/10b6ab20-83aa-45dd-bc17-af0cb9d0931d?api-version=2018-04-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14994" + ], + "x-ms-correlation-request-id": [ + "d94e7d41-fc9c-4749-8856-5afe741abe90" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192722Z:d94e7d41-fc9c-4749-8856-5afe741abe90" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 23 May 2018 19:27:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Network/locations/westcentralus/operationResults/10b6ab20-83aa-45dd-bc17-af0cb9d0931d?api-version=2018-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25SZXN1bHRzLzEwYjZhYjIwLTgzYWEtNDVkZC1iYzE3LWFmMGNiOWQwOTMxZD9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.7.2650.0", + "OSName/Windows10Enterprise", + "OSVersion/6.3.16299", + "Microsoft.Azure.Management.Network.NetworkManagementClient/19.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"hops\": [\r\n {\r\n \"type\": \"Source\",\r\n \"id\": \"5a12c89d-a842-4a4f-8de8-d576fba3fa4e\",\r\n \"address\": \"10.17.3.4\",\r\n \"resourceId\": \"/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourceGroups/ps4803/providers/Microsoft.Network/networkInterfaces/ps4615/ipConfigurations/ipconfig1\",\r\n \"nextHopIds\": [\r\n \"a076f2d7-9883-48e6-9656-22a50b4d86be\"\r\n ],\r\n \"links\": [\r\n {\r\n \"nextHopId\": \"a076f2d7-9883-48e6-9656-22a50b4d86be\",\r\n \"properties\": {}\r\n }\r\n ],\r\n \"issues\": []\r\n },\r\n {\r\n \"type\": \"Internet\",\r\n \"id\": \"a076f2d7-9883-48e6-9656-22a50b4d86be\",\r\n \"address\": \"13.107.21.200\",\r\n \"resourceId\": \"\",\r\n \"nextHopIds\": [],\r\n \"links\": [],\r\n \"issues\": []\r\n }\r\n ],\r\n \"connectionStatus\": \"Reachable\",\r\n \"avgLatencyInMs\": 9,\r\n \"minLatencyInMs\": 1,\r\n \"maxLatencyInMs\": 77,\r\n \"probesSent\": 100,\r\n \"probesFailed\": 0\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "939" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "10b6ab20-83aa-45dd-bc17-af0cb9d0931d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Cache-Control": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/providers/Microsoft.Network/locations/westcentralus/operationResults/10b6ab20-83aa-45dd-bc17-af0cb9d0931d?api-version=2018-04-01" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14993" + ], + "x-ms-correlation-request-id": [ + "14b06cef-8809-4622-815f-57338aa77f07" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192722Z:14b06cef-8809-4622-815f-57338aa77f07" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 23 May 2018 19:27:21 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps4803?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzNDgwMz9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", + "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-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "babf2a1c-6752-4421-a6d4-60f8efac64ec" + ], + "x-ms-correlation-request-id": [ + "babf2a1c-6752-4421-a6d4-60f8efac64ec" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192723Z:babf2a1c-6752-4421-a6d4-60f8efac64ec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:27:23 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE1ETXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "14999" + ], + "x-ms-request-id": [ + "3a911600-0169-403e-a39e-34d3e6215c95" + ], + "x-ms-correlation-request-id": [ + "3a911600-0169-403e-a39e-34d3e6215c95" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192723Z:3a911600-0169-403e-a39e-34d3e6215c95" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:27:23 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE1ETXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "a4f6594e-cc60-447d-98f9-0c7a7d9779d6" + ], + "x-ms-correlation-request-id": [ + "a4f6594e-cc60-447d-98f9-0c7a7d9779d6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192738Z:a4f6594e-cc60-447d-98f9-0c7a7d9779d6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:27:38 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE1ETXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "760799f0-781f-402f-93cf-b2af43cb1902" + ], + "x-ms-correlation-request-id": [ + "760799f0-781f-402f-93cf-b2af43cb1902" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192753Z:760799f0-781f-402f-93cf-b2af43cb1902" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:27:53 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE1ETXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "a9f8cf45-1668-4fd8-a73e-ebd77dd21436" + ], + "x-ms-correlation-request-id": [ + "a9f8cf45-1668-4fd8-a73e-ebd77dd21436" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192808Z:a9f8cf45-1668-4fd8-a73e-ebd77dd21436" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:28:08 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE1ETXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "14995" + ], + "x-ms-request-id": [ + "3a31225a-ba74-4d20-89a9-624cf14964ee" + ], + "x-ms-correlation-request-id": [ + "3a31225a-ba74-4d20-89a9-624cf14964ee" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192823Z:3a31225a-ba74-4d20-89a9-624cf14964ee" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:28:23 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE1ETXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "14994" + ], + "x-ms-request-id": [ + "d84f48b5-df15-4cca-84ba-a4711b59d14f" + ], + "x-ms-correlation-request-id": [ + "d84f48b5-df15-4cca-84ba-a4711b59d14f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192839Z:d84f48b5-df15-4cca-84ba-a4711b59d14f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:28:38 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE1ETXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "7564a630-22f0-4e24-bd7a-6d235f8915e0" + ], + "x-ms-correlation-request-id": [ + "7564a630-22f0-4e24-bd7a-6d235f8915e0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192854Z:7564a630-22f0-4e24-bd7a-6d235f8915e0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:28:53 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE1ETXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "b39c819e-208b-4a91-bf5c-d33847875ade" + ], + "x-ms-correlation-request-id": [ + "b39c819e-208b-4a91-bf5c-d33847875ade" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192909Z:b39c819e-208b-4a91-bf5c-d33847875ade" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:29:08 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE1ETXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "8dde3cbb-ddf8-409c-bd3f-85202b552a8f" + ], + "x-ms-correlation-request-id": [ + "8dde3cbb-ddf8-409c-bd3f-85202b552a8f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192924Z:8dde3cbb-ddf8-409c-bd3f-85202b552a8f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:29:23 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE1ETXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "93511bff-9e07-4ec1-9f28-80d7349b7a17" + ], + "x-ms-correlation-request-id": [ + "93511bff-9e07-4ec1-9f28-80d7349b7a17" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192939Z:93511bff-9e07-4ec1-9f28-80d7349b7a17" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:29:39 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE1ETXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "e0f9153c-b2fb-4460-8ae1-a6ca5f54c23f" + ], + "x-ms-correlation-request-id": [ + "e0f9153c-b2fb-4460-8ae1-a6ca5f54c23f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T192954Z:e0f9153c-b2fb-4460-8ae1-a6ca5f54c23f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:29:53 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE1ETXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "a9e4f4cf-933e-41b3-9aa5-7857093feb44" + ], + "x-ms-correlation-request-id": [ + "a9e4f4cf-933e-41b3-9aa5-7857093feb44" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T193009Z:a9e4f4cf-933e-41b3-9aa5-7857093feb44" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:30:08 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE1ETXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "929570f4-7b37-494d-87ca-d7748a4acf31" + ], + "x-ms-correlation-request-id": [ + "929570f4-7b37-494d-87ca-d7748a4acf31" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T193024Z:929570f4-7b37-494d-87ca-d7748a4acf31" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:30:24 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE1ETXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "17217b30-a443-42c7-a66d-3958747a833c" + ], + "x-ms-correlation-request-id": [ + "17217b30-a443-42c7-a66d-3958747a833c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T193039Z:17217b30-a443-42c7-a66d-3958747a833c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:30:39 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE1ETXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "3499ac5b-df93-45fd-a4a3-c81571184905" + ], + "x-ms-correlation-request-id": [ + "3499ac5b-df93-45fd-a4a3-c81571184905" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T193054Z:3499ac5b-df93-45fd-a4a3-c81571184905" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:30:54 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE1ETXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "0b9a597f-af8e-4e83-bf6f-fca4b139e6d5" + ], + "x-ms-correlation-request-id": [ + "0b9a597f-af8e-4e83-bf6f-fca4b139e6d5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T193109Z:0b9a597f-af8e-4e83-bf6f-fca4b139e6d5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:31:09 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE1ETXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "d532892f-edbd-4193-9e78-a1eea0e5b862" + ], + "x-ms-correlation-request-id": [ + "d532892f-edbd-4193-9e78-a1eea0e5b862" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T193125Z:d532892f-edbd-4193-9e78-a1eea0e5b862" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:31:24 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE1ETXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "d9551b14-6b0c-40ba-8875-7d57995059fd" + ], + "x-ms-correlation-request-id": [ + "d9551b14-6b0c-40ba-8875-7d57995059fd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T193140Z:d9551b14-6b0c-40ba-8875-7d57995059fd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:31:40 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE1ETXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "a4427ef8-afb5-4444-8981-795b242f041d" + ], + "x-ms-correlation-request-id": [ + "a4427ef8-afb5-4444-8981-795b242f041d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T193155Z:a4427ef8-afb5-4444-8981-795b242f041d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:31:55 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQ4MDMtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRNE1ETXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "14980" + ], + "x-ms-request-id": [ + "6cecd60d-f0f2-4215-a9ed-22abab9598d4" + ], + "x-ms-correlation-request-id": [ + "6cecd60d-f0f2-4215-a9ed-22abab9598d4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T193210Z:6cecd60d-f0f2-4215-a9ed-22abab9598d4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:32:09 GMT" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/resourcegroups/ps8445?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L3Jlc291cmNlZ3JvdXBzL3BzODQ0NT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -2200,13 +148747,67 @@ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'ps3293' could not be found.\"\r\n }\r\n}", + "ResponseBody": "", "ResponseHeaders": { "Content-Length": [ - "98" + "0" ], - "Content-Type": [ - "application/json; charset=utf-8" + "Expires": [ + "-1" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], + "x-ms-request-id": [ + "5228fa77-95bd-4192-a356-3512aca8004d" + ], + "x-ms-correlation-request-id": [ + "5228fa77-95bd-4192-a356-3512aca8004d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T193210Z:5228fa77-95bd-4192-a356-3512aca8004d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:32:10 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NDUtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NDUtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5EVXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "User-Agent": [ + "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" ], "Expires": [ "-1" @@ -2214,20 +148815,20 @@ "Pragma": [ "no-cache" ], - "x-ms-failure-cause": [ - "gateway" + "Retry-After": [ + "15" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-reads": [ + "14979" ], "x-ms-request-id": [ - "1037ec7d-ab7b-4b49-b396-52fb5b81d24a" + "0327f4a6-7f90-4f74-a61e-d4497738f051" ], "x-ms-correlation-request-id": [ - "1037ec7d-ab7b-4b49-b396-52fb5b81d24a" + "0327f4a6-7f90-4f74-a61e-d4497738f051" ], "x-ms-routing-request-id": [ - "WESTUS2:20180414T060004Z:1037ec7d-ab7b-4b49-b396-52fb5b81d24a" + "WESTUS2:20180523T193210Z:0327f4a6-7f90-4f74-a61e-d4497738f051" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2239,30 +148840,426 @@ "no-cache" ], "Date": [ - "Sat, 14 Apr 2018 06:00:03 GMT" + "Wed, 23 May 2018 19:32:10 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NDUtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" ] }, - "StatusCode": 404 + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NDUtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5EVXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "d05fe4b9-3bb6-4d26-9118-1318919bb13f" + ], + "x-ms-correlation-request-id": [ + "d05fe4b9-3bb6-4d26-9118-1318919bb13f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T193226Z:d05fe4b9-3bb6-4d26-9118-1318919bb13f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:32:25 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NDUtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NDUtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5EVXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "28e92129-b059-4d65-bfd1-00f2d247f063" + ], + "x-ms-correlation-request-id": [ + "28e92129-b059-4d65-bfd1-00f2d247f063" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T193241Z:28e92129-b059-4d65-bfd1-00f2d247f063" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:32:41 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NDUtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NDUtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5EVXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "159c9289-8233-4b1a-bc5b-335f337ad127" + ], + "x-ms-correlation-request-id": [ + "159c9289-8233-4b1a-bc5b-335f337ad127" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T193256Z:159c9289-8233-4b1a-bc5b-335f337ad127" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:32:55 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NDUtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NDUtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5EVXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "9431cfd0-8411-4c74-83e4-5facb8669338" + ], + "x-ms-correlation-request-id": [ + "9431cfd0-8411-4c74-83e4-5facb8669338" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T193311Z:9431cfd0-8411-4c74-83e4-5facb8669338" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:33:10 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NDUtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NDUtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5EVXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "14974" + ], + "x-ms-request-id": [ + "286dc7f2-871a-4ee5-83a4-eb039dedc49f" + ], + "x-ms-correlation-request-id": [ + "286dc7f2-871a-4ee5-83a4-eb039dedc49f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T193326Z:286dc7f2-871a-4ee5-83a4-eb039dedc49f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:33:26 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NDUtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NDUtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5EVXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "14973" + ], + "x-ms-request-id": [ + "bdc66a5e-8b9c-4267-afaa-194610f389c6" + ], + "x-ms-correlation-request-id": [ + "bdc66a5e-8b9c-4267-afaa-194610f389c6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T193341Z:bdc66a5e-8b9c-4267-afaa-194610f389c6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:33:41 GMT" + ], + "Location": [ + "https://management.azure.com/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NDUtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/6926fc75-ce7d-4c9e-a87f-c4e38c594eb5/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0NDUtV0VTVENFTlRSQUxVUyIsImpvYkxvY2F0aW9uIjoid2VzdGNlbnRyYWx1cyJ9?api-version=2016-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjkyNmZjNzUtY2U3ZC00YzllLWE4N2YtYzRlMzhjNTk0ZWI1L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME5EVXRWMFZUVkVORlRsUlNRVXhWVXlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRHTmxiblJ5WVd4MWN5Sjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-version": [ + "2016-02-01" + ], + "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": [ + "14972" + ], + "x-ms-request-id": [ + "bd470534-19ad-479c-bd1b-17305e4c89a8" + ], + "x-ms-correlation-request-id": [ + "bd470534-19ad-479c-bd1b-17305e4c89a8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20180523T193356Z:bd470534-19ad-479c-bd1b-17305e4c89a8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 23 May 2018 19:33:55 GMT" + ] + }, + "StatusCode": 200 } ], "Names": { "Test-ConnectivityCheck": [ - "ps9848", - "ps2988", - "ps3293", - "ps4288", - "ps5656", - "ps3549", - "ps2803", - "ps9432", - "ps7043", - "ps1032", - "ps4694", - "ps4516", - "ps7964" + "ps4803", + "ps9407", + "ps8445", + "ps549", + "ps6012", + "ps1082", + "ps2893", + "ps7179", + "ps9899", + "ps4274", + "ps4615", + "ps1491", + "ps7969" ] }, "Variables": { - "SubscriptionId": "c886bc58-08de-4e01-993f-e01ba3702aaf" + "SubscriptionId": "6926fc75-ce7d-4c9e-a87f-c4e38c594eb5" } } \ No newline at end of file